From 3dc592cefd301dcfeb95c806b3324b4526818b67 Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Tue, 6 Oct 2020 17:25:37 +0530 Subject: [PATCH 1/2] Added Sort By On Eager Loading --- .../Repositories/CatalogRuleRepository.php | 6 +- .../Webkul/Category/src/Models/Category.php | 8 +- resources/lang/vendor/shop/ar/app.php | 724 +++++++++++++++++ resources/lang/vendor/shop/de/app.php | 718 +++++++++++++++++ resources/lang/vendor/shop/en/app.php | 724 +++++++++++++++++ resources/lang/vendor/shop/es/app.php | 670 ++++++++++++++++ resources/lang/vendor/shop/fa/app.php | 723 +++++++++++++++++ resources/lang/vendor/shop/it/app.php | 721 +++++++++++++++++ resources/lang/vendor/shop/ja/app.php | 661 ++++++++++++++++ resources/lang/vendor/shop/nl/app.php | 727 ++++++++++++++++++ resources/lang/vendor/shop/pl/app.php | 720 +++++++++++++++++ resources/lang/vendor/shop/pt_BR/app.php | 696 +++++++++++++++++ resources/lang/vendor/shop/tr/app.php | 717 +++++++++++++++++ resources/lang/vendor/velocity/ar/app.php | 303 ++++++++ resources/lang/vendor/velocity/de/app.php | 304 ++++++++ resources/lang/vendor/velocity/en/app.php | 305 ++++++++ resources/lang/vendor/velocity/fa/app.php | 303 ++++++++ resources/lang/vendor/velocity/it/app.php | 307 ++++++++ resources/lang/vendor/velocity/ja/app.php | 301 ++++++++ resources/lang/vendor/velocity/nl/app.php | 303 ++++++++ resources/lang/vendor/velocity/pl/app.php | 303 ++++++++ resources/lang/vendor/velocity/pt_BR/app.php | 304 ++++++++ resources/lang/vendor/velocity/tr/app.php | 302 ++++++++ 23 files changed, 10846 insertions(+), 4 deletions(-) create mode 100644 resources/lang/vendor/shop/ar/app.php create mode 100644 resources/lang/vendor/shop/de/app.php create mode 100644 resources/lang/vendor/shop/en/app.php create mode 100644 resources/lang/vendor/shop/es/app.php create mode 100644 resources/lang/vendor/shop/fa/app.php create mode 100644 resources/lang/vendor/shop/it/app.php create mode 100644 resources/lang/vendor/shop/ja/app.php create mode 100644 resources/lang/vendor/shop/nl/app.php create mode 100644 resources/lang/vendor/shop/pl/app.php create mode 100644 resources/lang/vendor/shop/pt_BR/app.php create mode 100644 resources/lang/vendor/shop/tr/app.php create mode 100644 resources/lang/vendor/velocity/ar/app.php create mode 100644 resources/lang/vendor/velocity/de/app.php create mode 100644 resources/lang/vendor/velocity/en/app.php create mode 100644 resources/lang/vendor/velocity/fa/app.php create mode 100644 resources/lang/vendor/velocity/it/app.php create mode 100644 resources/lang/vendor/velocity/ja/app.php create mode 100644 resources/lang/vendor/velocity/nl/app.php create mode 100644 resources/lang/vendor/velocity/pl/app.php create mode 100644 resources/lang/vendor/velocity/pt_BR/app.php create mode 100644 resources/lang/vendor/velocity/tr/app.php diff --git a/packages/Webkul/CatalogRule/src/Repositories/CatalogRuleRepository.php b/packages/Webkul/CatalogRule/src/Repositories/CatalogRuleRepository.php index efd4dc2ad..a0f5caad2 100644 --- a/packages/Webkul/CatalogRule/src/Repositories/CatalogRuleRepository.php +++ b/packages/Webkul/CatalogRule/src/Repositories/CatalogRuleRepository.php @@ -159,7 +159,11 @@ class CatalogRuleRepository extends Repository if ($attribute->code == 'tax_category_id') { $options = $this->getTaxCategories(); } else { - $options = $attribute->options; + if ($attribute->type === 'select') { + $options = $attribute->options()->orderBy('sort_order')->get(); + } else { + $options = $attribute->options; + } } if ($attribute->validation == 'decimal') diff --git a/packages/Webkul/Category/src/Models/Category.php b/packages/Webkul/Category/src/Models/Category.php index 0bb2a776c..70e95f12a 100755 --- a/packages/Webkul/Category/src/Models/Category.php +++ b/packages/Webkul/Category/src/Models/Category.php @@ -65,12 +65,14 @@ class Category extends TranslatableModel implements CategoryContract */ public function filterableAttributes() { - return $this->belongsToMany(AttributeProxy::modelClass(), 'category_filterable_attributes')->with('options'); + return $this->belongsToMany(AttributeProxy::modelClass(), 'category_filterable_attributes')->with(['options' => function($query) { + $query->orderBy('sort_order'); + }]); } /** * Getting the root category of a category - * + * * @return Category */ public function getRootCategory(): Category @@ -124,7 +126,7 @@ class Category extends TranslatableModel implements CategoryContract if ($category->id === $this->id) { return $category; } - + return $this->findInTree($category->children); } } \ No newline at end of file diff --git a/resources/lang/vendor/shop/ar/app.php b/resources/lang/vendor/shop/ar/app.php new file mode 100644 index 000000000..9f2e12838 --- /dev/null +++ b/resources/lang/vendor/shop/ar/app.php @@ -0,0 +1,724 @@ + 'معرف ضريبة القيمة المضافة المحدد له تنسيق خاطئ', + 'security-warning' => 'تم العثور على نشاط مريب', + 'nothing-to-delete' => 'ليس هناك شيء لحذفه', + + 'layouts' => [ + 'my-account' => 'حسابي', + 'profile' => 'الملف الشخصي', + 'address' => 'العنوان', + 'reviews' => 'المراجعات', + 'wishlist' => 'قائمة الأمنيات', + 'orders' => 'الطبات', + 'downloadable-products' => 'المنتجات القابلة للتحميل', + ], + + 'common' => [ + 'error' => 'حدث خطأ. الرجاء المحاولة لاحقاً.', + 'no-result-found' => 'لا توجد نتائج.' + ], + + 'home' => [ + 'page-title' => 'عنوان الصفحة', + 'featured-products' => 'المنتجات المميزة', + 'new-products' => 'المنتجات الجديدة', + 'verify-email' => 'تحقق من حساب بريدك الإلكتروني', + 'resend-verify-email' => 'إعادة التحقق من البريد الإلكتروني' + ], + + 'header' => [ + 'title' => 'الحساب', + 'dropdown-text' => 'إدارة عربة التسوق ، الطلبات قائمة الأمنيات', + 'sign-in' => 'تسجيل الدخول', + 'sign-up' => 'حساب جديد', + 'account' => 'الحساب', + 'cart' => 'عربة التسوق', + 'profile' => 'الملف الشخصي', + 'wishlist' => 'قائمة الأمنيات', + 'cart' => 'عربة التسوق', + 'logout' => 'تسجيل الخروج', + 'search-text' => 'ابحث عن منتج' + ], + + 'minicart' => [ + 'view-cart' => 'عرض عربة التسوق', + 'checkout' => 'الدفع', + 'cart' => 'عربة التسوق', + 'zero' => '0' + ], + + 'footer' => [ + 'subscribe-newsletter' => 'اشترك في الرسائل الدورية.', + 'subscribe' => 'اشترك', + 'locale' => 'اللغة', + 'currency' => 'العملة', + ], + + 'subscription' => [ + 'unsubscribe' => 'الإلغاء', + 'subscribe' => 'اشترك', + 'subscribed' => 'تم الاشتراك بنجاح', + 'not-subscribed' => 'لا يمكنك الاشتراك ، حاول مرة أخرى لاحقاً', + 'already' => 'أنت مشترك بالفعل في قائمة اشتراكاتنا', + 'unsubscribed' => 'تم إلغاء الاشتراك.', + 'already-unsub' => 'أنت بالفعل غير مشترك', + 'not-subscribed' => 'خطأ! لا يمكن إرسال البريد حاليًا ، يرجى المحاولة مرة أخرى في وقت لاحق.' + ], + + 'search' => [ + 'no-results' => 'لا توجد نتائج', + 'page-title' => 'بحث', + 'found-results' => 'تم العثور على نتائج البحث', + 'found-result' => 'تم العثور على نتيجة البحث', + 'analysed-keywords' => 'Analysed Keywords' + ], + + 'reviews' => [ + 'title' => 'المراجعات', + 'add-review-page-title' => 'إضافة مراجعة/تقييم', + 'write-review' => 'اكتب مراجعة/تقييم', + 'review-title' => 'عنوان المراجعة', + 'product-review-page-title' => 'استعراض المنتجات', + 'rating-reviews' => 'التقييم والمراجعات', + 'submit' => 'إرسال', + 'delete-all' => 'حذف كل المراجعات', + 'ratingreviews' => ' مراجعات :review تقييمات و :rating', + 'star' => 'نجم', + 'percentage' => ':percentage %', + 'id-star' => 'نجم', + 'name' => 'اسم', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'قارن', + 'compare_similar_items' => 'مقارنة العناصر المماثلة', + 'add-tooltip' => 'إضافة منتج لقائمة المقارنة', + 'added' => 'تمت إضافة العنصر بنجاح لمقارنة القائمة', + 'removed' => 'تمت إزالة العنصر بنجاح من قائمة المقارنة', + 'removed-all' => 'تمت إزالة جميع العناصر بنجاح من قائمة المقارنة', + 'already_added' => 'تمت إضافة العنصر بالفعل لمقارنة القائمة', + 'empty-text' => "ليس لديك أي عناصر في قائمة المقارنة الخاصة بك", + 'product_image' => 'Product Image', + 'actions' => 'Actions', + ], + + 'signup-text' => [ + 'account_exists' => 'لديك حساب؟', + 'title' => 'تسجيل الدخول' + ], + + 'signup-form' => [ + 'page-title' => 'حساب جديد', + 'title' => 'حساب جديد', + 'firstname' => 'الاسم الأول', + 'lastname' => 'الاسم الأخير', + 'email' => 'البريد الإلكتروني', + 'password' => 'كلمة الدخول', + 'confirm_pass' => 'تأكيد كلمة الدخول', + 'button_title' => 'تسجيل حساب جديد', + 'agree' => 'موافق', + 'terms' => 'الشروط', + 'conditions' => 'الشروط', + 'using' => 'باستخدام هذا الموقع', + 'agreement' => 'اتفاق', + 'success' => 'الحساب أنشئ بنجاح, تم إرسال بريد إلكتروني إلى حسابك للتحقق', + 'success-verify' => 'تم إنشاء الحساب بنجاح ، تم إرسال بريد إلكتروني للتحقق', + 'success-verify-email-not-sent' => 'الحساب أنشئ بنجاح, لكن البريد الإلكتروني لم يتم إرساله', + 'failed' => 'خطأ! لا يمكن إنشاء حسابك ، حاول مرة أخرى لاحقا', + 'already-verified' => 'حسابك تم التحقق منه بالفعل أو الرجاء محاولة إرسال بريد إلكتروني جديد للتحقق مرة أخرى', + 'verification-not-sent' => 'خطأ! مشكلة في إرسال البريد الإلكتروني للتحقق ، حاول مرة أخرى في وقت لاحق', + 'verification-sent' => 'تم ارسال معلومات التحقق إلى برديك الالكتروني.', + 'verified' => 'تم التحقق من حسابك قم بتسجيل الدخول الآن', + 'verify-failed' => 'لا يمكننا التحقق من بريدك الإلكتروني', + 'dont-have-account' => 'ليس لديك حساب', + 'customer-registration' => 'تم تسجيل العميل بنجاح' + ], + + 'login-text' => [ + 'no_account' => 'ليس لديك حساب', + 'title' => 'إنشاء حساب جديد', + ], + + 'login-form' => [ + 'page-title' => 'تسجيل الدخول', + 'title' => 'تسجيل الدخول', + 'email' => 'البريد الإلكتروني', + 'password' => 'كلمة الدخول', + 'forgot_pass' => 'نسيت كلمة الدخول؟', + 'button_title' => 'تسجيل الدخول', + 'remember' => 'تذكريني', + 'footer' => '© 2019 جميع الحقوق محفوظة', + 'invalid-creds' => 'الرجاء التحقق من معلومات الدخول', + 'verify-first' => 'الرجاء قم بتفعيل حسابك.', + 'not-activated' => 'التنشيط الخاص بك يسعى للحصول على موافقة المشرف', + 'resend-verification' => 'إعادة إرسال البريد الإلكتروني للتحقق مرة أخرى' + ], + + 'forgot-password' => [ + 'title' => 'استرجع كلمة الدخول', + 'email' => 'البريد الإلكتروني', + 'submit' => 'إسترجاع', + 'page_title' => 'استرجع كلمة الدخول' + ], + + 'reset-password' => [ + 'title' => 'تعيين كلمة الدخول', + 'email' => 'البريد الإلكتروني ', + 'password' => 'كلمة الدخول', + 'confirm-password' => 'تأكيد كلمة الدخول', + 'back-link-title' => 'تسجيل الدخول', + 'submit-btn-title' => 'تعيين كلمة الدخول' + ], + + 'account' => [ + 'dashboard' => 'الملف الشخصي', + 'menu' => 'القائمة', + + 'general' => [ + 'no' => 'لا', + 'yes' => 'نعم', + ], + + 'profile' => [ + 'index' => [ + 'page-title' => 'الملف الشخصي', + 'title' => 'الملف الشخصي', + 'edit' => 'تعديل', + ], + + 'edit-success' => 'جاري تحديث الملف بنجاح', + 'edit-fail' => 'خطأ! الملف الشخصي لا يمكن تحديثه ، رجاء حاول مرة أخرى لاحقا', + 'unmatch' => 'كلمة الدخول القديمة لا تتطابق', + + 'fname' => 'الاسم الأول', + 'lname' => 'الاسم الأخير', + 'gender' => 'نوع الجنس', + 'other' => 'آخر', + 'male' => 'الذكر', + 'female' => 'أنثى', + 'dob' => 'تاريخ الميلاد', + 'phone' => 'الهاتف', + 'email' => 'البريد الإلكتروني', + 'opassword' => 'كلمة الدخول القديمة', + 'password' => 'كلمة الدخول', + 'cpassword' => 'تأكيد كلمة الدخول', + 'submit' => 'تحديث الملف الشخصي', + + 'edit-profile' => [ + 'title' => 'تعديل الملف الشخصي', + 'page-title' => 'تعديل الملف الشخصي' + ] + ], + + 'address' => [ + 'index' => [ + 'page-title' => 'عنوان العميل', + 'title' => 'العنوان', + 'add' => 'أضف العنوان', + 'edit' => 'تعديل', + 'empty' => 'ليس لديك أي عناوين محفوظة هنا ، من فضلك حاول أن تنشئها بالضغط على الرابط بالأسفل', + 'create' => 'عنوان جديد', + 'delete' => 'احذف', + 'make-default' => 'افتراضي', + 'default' => 'افتراضي', + 'contact' => 'معلومات الإتصال', + 'confirm-delete' => 'هل تريد حقا حذف هذا العنوان؟', + 'default-delete' => 'لا يمكن تغيير العنوان الافتراضي', + 'enter-password' => 'ادخل رقمك السري.', + ], + + 'create' => [ + 'page-title' => 'إضاف عنوان', + 'company_name' => 'اسم الشركة', + 'first_name' => 'الاسم الاول', + 'last_name' => 'الكنية', + 'vat_id' => 'رقم تعريف الضريبة على القيمة المضافة', + 'vat_help_note' => '[INV01234567891 ملاحظة: استخدم رمز البلد مع معرف ضريبة القيمة المضافة مثل ]', + 'title' => 'أضف العنوان', + 'street-address' => 'عنوان الشارع', + 'country' => 'البلد', + 'state' => 'المنطقة/الولاية', + 'select-state' => 'اختر منطقة أو ولاية أو مقاطعة', + 'city' => 'المدينة', + 'postcode' => 'الرمز البريدي', + 'phone' => 'الهاتف', + 'submit' => 'احفظ العنوان', + 'success' => 'تم إضافة العنوان بنجاح.', + 'error' => 'لا يمكن إضافة العنوان.' + ], + + 'edit' => [ + 'page-title' => 'تعديل العنوان', + 'company_name' => 'اسم الشركة', + 'first_name' => 'الاسم الاول', + 'last_name' => 'الكنية', + 'vat_id' => 'id ضريبة القيمة المضافة', + 'title' => 'تعديل العنوان', + 'street-address' => 'عنوان الشارع', + 'submit' => 'احفظ العنوان', + 'success' => 'العنوان تم تحديثه بنجاح.' + ], + 'delete' => [ + 'success' => 'تم حذف العنوان بنجاح.', + 'failure' => 'لا يمكن حذف العنوان', + 'wrong-password' => 'كلمة مرور خاطئة !' + ] + ], + + 'order' => [ + 'index' => [ + 'page-title' => 'طلبات العملاء', + 'title' => 'الطلبات', + 'order_id' => 'ترتيب', + 'date' => 'التاريخ', + 'status' => 'الحالة', + 'total' => 'المجموع', + 'order_number' => 'رقم الأمر', + 'processing' => 'معالجة', + 'completed' => 'منجز', + 'canceled' => 'ألغيت', + 'closed' => 'مغلق', + 'pending' => 'قيد الانتظار', + 'pending-payment' => 'في انتظار الدفع', + 'fraud' => 'تزوير' + ], + + 'view' => [ + 'page-tile' => '#:order_id اطلب', + 'info' => 'معلومات', + 'placed-on' => 'وضع على', + 'products-ordered' => 'المنتجات المطلوبة', + 'invoices' => 'الفواتير', + 'shipments' => 'الشحنات', + 'SKU' => 'SKU', + 'product-name' => 'الاسم', + 'qty' => 'الكمية', + 'item-status' => 'حالة البند', + 'item-ordered' => '(:qty_ordered) أمر', + 'item-invoice' => '(:qty_invoiced) مفوتر', + 'item-shipped' => '(:qty_shipped) شحنت', + 'item-canceled' => '(:qty_canceled) ملغاة', + 'item-refunded' => '(:qty_refunded) ردها', + 'price' => 'السعر', + 'total' => 'المجموع', + 'subtotal' => 'المجموع الفرعي', + 'shipping-handling' => 'الشحن والتوصيل', + 'tax' => 'الضرائب', + 'discount' => 'تخفيض', + 'tax-percent' => 'نسبة الضرائب', + 'tax-amount' => 'المبلغ الضريبي', + 'discount-amount' => 'مبلغ الخصم', + 'grand-total' => 'المجموع الكلي', + 'total-paid' => 'المجموع المدفوع', + 'total-refunded' => 'مجموع المبالغ المستردة', + 'total-due' => 'المجموع المستحق', + 'shipping-address' => 'عنوان الشحن', + 'billing-address' => 'عنوان الفواتير', + 'shipping-method' => 'طريقة الشحن', + 'payment-method' => 'طريقة الدفع', + 'individual-invoice' => '#:invoice_id فاتورة', + 'individual-shipment' => ' #:shipment_id الشحن', + 'print' => 'اطبع', + 'invoice-id' => 'رقم الفاتورة', + 'order-id' => 'ترتيب ', + 'order-date' => 'تاريخ الطلب', + 'bill-to' => 'الفاتورة إلى', + 'ship-to' => 'يشحن إلى', + 'contact' => 'معلومات الإتصال', + 'refunds' => 'المسترجع', + 'individual-refund' => '#:refund_id مسترجع', + 'adjustment-refund' => 'تعديلات عملية الإسترجاع', + 'adjustment-fee' => 'تكلفة تعديلات عملية الإسترجاع', + 'cancel-confirm-msg' => 'هل أنت متأكد من أنك تريد إلغاء هذا الطلب ؟', + 'tracking-number' => 'Tracking Number', + 'cancel-confirm-msg' => 'هل أنت متأكد أنك تريد إلغاء هذا الطلب ?' + ] + ], + + 'wishlist' => [ + 'page-title' => 'العملاء - قائمة الامنيات', + 'title' => 'قائمة الأمنيات', + 'deleteall' => 'احذف الكل', + 'moveall' => 'نقل الكل إلى عربة التوسق', + 'move-to-cart' => 'نقل إلى عربة التسوق', + 'error' => 'لا يمكن إضافة المنتج إلى قائمة الأمنيات ، الرجاء المحاولة لاحقا', + 'add' => 'تم إضافة العنصر بنجاح إلى قائمة الأمنيات', + 'remove' => 'تم حذف العنصر بنجاح من قائمة الأمنيات', + 'add-wishlist-text' => 'إضافة منتج إلى قائمة الأمنيات', + 'remove-wishlist-text' => 'أزل المنتج من قائمة الأمنيات', + 'moved' => 'تم نقل البند بنجاح إلى قائمة الأمنيات', + 'option-missing' => 'خيارات المنتج مفقودة ، لذلك لا يمكن نقل العنصر إلى قائمة الرغبات.', + 'move-error' => 'لا يمكن نقل العنصر إلى قائمة الأمنيات ، رجاء حاول مرة أخرى لاحقا', + 'success' => 'البند مضاف بنجاح إلى قائمة الأمنيات', + 'failure' => 'لا يمكن إضافة العنصر إلى قائمة الأمنيات ، رجاء حاول مرة أخرى لاحقا', + 'already' => 'العنصر موجود بالفعل في قائمة أمنياتك', + 'removed' => 'البند حذف بنجاح من قائمة الأمنيات', + 'remove-fail' => 'لا يمكن حذف العنصر من قائمة الأماني ، الرجاء المحاولة لاحقا', + 'empty' => 'ليس لديك أي عناصر في قائمة الأمنيات', + 'remove-all-success' => 'كل الأشياء من قائمة أمانيك قد أزيلت', + ], + + 'downloadable_products' => [ + 'title' => 'المنتجات القابلة للتحميل', + 'order-id' => 'رقم التعريف الخاص بالطلب', + 'date' => 'تاريخ', + 'name' => 'عنوان', + 'status' => 'الحالة', + 'pending' => 'قيد الانتظار', + 'available' => 'متاح', + 'expired' => 'منتهية الصلاحية', + 'remaining-downloads' => 'التنزيلات المتبقية', + 'unlimited' => 'غير محدود', + 'download-error' => 'انتهت صلاحية رابط التنزيل.' + ], + + 'review' => [ + 'index' => [ + 'title' => 'المراجعات', + 'page-title' => 'مراجعات العملاء' + ], + + 'view' => [ + 'page-tile' => '#:id مراجعة', + ] + ] + ] + ], + + 'products' => [ + 'layered-nav-title' => 'المنتجات', + 'price-label' => 'أقل من', + 'remove-filter-link-title' => 'امسح الكل', + 'filter-to' => 'to', + 'sort-by' => 'افرز حسب', + 'from-a-z' => 'من a-z', + 'from-z-a' => 'من ز-أ', + 'newest-first' => 'الأحدث أولا', + 'oldest-first' => 'الأكبر أولا', + 'cheapest-first' => 'الأرخص أولا', + 'expensive-first' => 'الأغلى أولا', + 'show' => 'اعرض', + 'pager-info' => 'عنصر :total من :showing عرض', + 'description' => 'الوصف', + 'specification' => 'مواصفات', + 'total-reviews' => ' المراجعات :total', + 'total-rating' => ',تعليق :total_reviews تقييمات و :total_rating', + 'by' => ':name من قبل ', + 'up-sell-title' => 'وجدنا منتجات أخرى قد ترغب!', + 'related-product-title' => 'منتجات ذات صله', + 'cross-sell-title' => 'المزيد من الخيارات', + 'reviews-title' => 'المراجعات', + 'write-review-btn' => 'اكتب مراجعة', + 'choose-option' => 'اختر ', + 'sale' => 'بيع', + 'new' => 'جديد', + 'empty' => 'لا توجد منتجات متاحة في هذه الفئة', + 'add-to-cart' => 'أضف إلى العربة', + 'book-now' => 'احجز الآن', + 'buy-now' => 'اشتر الآن', + 'whoops' => 'خطأ!', + 'quantity' => 'الكمية', + 'in-stock' => 'متوفر', + 'out-of-stock' => 'غير متوفر', + 'view-all' => 'عرض الكل', + 'select-above-options' => 'يرجى تحديد الخيارات أعلاه أولاً.', + 'less-quantity' => 'لا يمكن أن تكون الكمية أقل من واحدة.', + 'samples' => 'عينات', + 'links' => 'الروابط', + 'sample' => 'عينة', + 'name' => 'اسم', + 'qty' => 'الكمية', + 'starting-at' => 'يبدأ من', + 'customize-options' => 'تخصيص الخيارات', + 'choose-selection' => 'اختيار اختيار', + 'your-customization' => 'التخصيص الخاص بك', + 'total-amount' => 'المبلغ الإجمالي', + 'none' => 'لا شيء', + 'available-for-order' => 'متوفر لطلب الشراء', + 'settings' => 'Settings', + 'compare_options' => 'Compare Options', + ], + + // 'reviews' => [ + // 'empty' => 'أنت لم تراجع أي منتج لحد الآن' + // ] + + 'buynow' => [ + 'no-options' => 'رجاء تحديد خيارات قبل شراء هذا المنتج' + ], + + 'checkout' => [ + 'cart' => [ + 'integrity' => [ + 'missing_fields' =>'إنتهاك سلامة نظام العربة ، بعض الحقول المطلوبة مفقودة', + 'missing_options' =>'إنتهاك سلامة نظام العربة ، الخيارات مفقودة لمنتج قابل للتهيئة', + 'missing_links' => 'الروابط القابلة للتنزيل مفقودة لهذا المنتج.', + 'qty_missing' => 'يجب أن يحتوي منتج واحد على الأقل على كمية واحدة.', + 'qty_impossible' => 'لا يمكن إضافة أكثر من واحد من هذه المنتجات إلى سلة التسوق' + ], + 'create-error' => 'صادفت بعض القضايا أثناء صناعة السيارات', + 'title' => 'عربة التسوق', + 'empty' => 'عربة تسوقك فارغة', + 'update-cart' => 'تحديث عربة', + 'continue-shopping' => 'واصل التسوق', + 'proceed-to-checkout' => 'انتقل إلى الخروج', + 'remove' => 'احذف', + 'remove-link' => 'احذف', + 'move-to-wishlist' => 'انقل إلى قائمة الأمنيات', + 'move-to-wishlist-success' => 'نقل العنصر إلى قائمة الأمنيات', + 'move-to-wishlist-error' => 'لا يستطيع انقل عنصر إلى رجاء حاول ثانية لاحقا', + 'add-config-warning' => 'الرجاء اختيار الخيار قبل إضافة إلى العربة', + 'quantity' => [ + 'quantity' => 'الكمية', + 'success' => 'العنصر(ق) من العربة تم تحديثه بنجاح', + 'illegal' => 'الكمية لا يمكن أن تكون أقل من واحد', + 'inventory_warning' => 'الكمية المطلوبة غير متوفرة ، الرجاء المحاولة لاحقا', + 'error' => 'لا يستطيع تحديث عنصر s في الوقت الحالي رجاء حاول ثانية لاحقا' + ], + + 'item' => [ + 'error_remove' => 'لا عناصر لإزالتها من العربة', + 'success' => 'تم بنجاح إضافة العنصر إلى العربة', + 'success-remove' => 'تم إزالة العنصر بنجاح من العربة', + 'error-add' => 'لا يمكن إضافة العنصر إلى العربة ، رجاء حاول مرة أخرى ', + 'inactive' => 'An item is inactive and was removed from cart', + 'inactive-add' => 'Inactive item cannot be added to cart', + ], + 'quantity-error' => 'الكمية المطلوبة غير متوفرة', + 'cart-subtotal' => 'المجموع الفرعي للمشتريات', + 'cart-remove-action' => 'هل تريد حقا أن تسمح هذا ؟', + 'partial-cart-update' => 'تم تحديث بعض المنتجات.', + 'link-missing' => '', + 'event' => [ + 'expired' => 'This event has been expired.' + ] + ], + + 'onepage' => [ + 'title' => 'الدفع', + 'information' => 'معلومات', + 'shipping' => 'الشحن', + 'payment' => 'الدفع', + 'complete' => 'اكتمل', + 'review' => 'مراجعة', + 'billing-address' => 'عنوان الفواتير', + 'sign-in' => 'تسجيل الدخول', + 'first-name' => 'الاسم الأول', + 'last-name' => 'الاسم الأخير', + 'email' => 'البريد الإلكتروني', + 'address1' => 'العنوان', + 'city' => 'المدينة', + 'state' => 'المنطقة/الولاية', + 'select-state' => 'اختر منطقة أو ولاية أو مقاطعة', + 'postcode' => 'الرمز البريدي ', + 'phone' => 'الهاتف', + 'country' => 'البلد', + 'order-summary' => 'معلومات الطلب', + 'shipping-address' => 'عنوان الشحن', + 'use_for_shipping' => 'إشحن إلى هذا العنوان', + 'continue' => 'إستمرار', + 'shipping-method' => 'طريقة الشحن', + 'payment-methods' => 'اختار طريقة الدفع', + 'payment-method' => 'طريقة الدفع او السداد', + 'payment-method' => 'طريقة الدفع', + 'summary' => 'المعلومات', + 'price' => 'السعر', + 'quantity' => 'الكمية', + 'billing-address' => 'عنوان وصول الفواتير', + 'shipping-address' => 'عنوان الشحن', + 'contact' => 'معلومات الإتصال', + 'place-order' => 'إكمال الطلب', + 'new-address' => 'أضف عنوان جديد', + 'save_as_address' => 'احفظ هذا العنوان', + 'apply-coupon' => 'تطبيق القسيمة', + 'amt-payable' => 'المبلغ المستحق', + 'got' => 'حصلت', + 'free' => 'مجانا', + 'coupon-used' => 'الكوبون المستخدم', + 'applied' => 'التطبيقي', + 'back' => 'عودة', + 'cash-desc' => 'الدفع عند الاستلام', + 'money-desc' => 'حوالة مالية', + 'paypal-desc' => 'معيار باي بال', + 'free-desc' => 'هذه شحن مجاني', + 'flat-desc' => 'هذا سعر ثابت', + 'password' => 'كلمه السر', + 'login-exist-message' => 'لديك بالفعل حساب لدينا ، تسجيل الدخول أو الاستمرار كضيف.', + 'enter-coupon-code' => 'أدخل رمز القسيمة' + ], + + 'total' => [ + 'order-summary' => 'معلومات الطلب', + 'sub-total' => 'العناصر', + 'grand-total' => 'المجموع الكلي', + 'delivery-charges' => 'رسوم التسليم', + 'tax' => 'الضرائب', + 'discount' => 'التخفيض', + 'price' => 'السعر ', + 'disc-amount' => 'المبلغ المخصوم', + 'new-grand-total' => 'المجموع الكلي الجديد', + 'coupon' => 'Coupon', + 'coupon-applied' => 'قسيمة تطبيقية', + 'remove-coupon' => 'إزالة القسيمة', + 'cannot-apply-coupon' => 'لا يمكن تطبيق القسيمة', + 'invalid-coupon' => 'رمز القسيمة غير صالح.', + 'success-coupon' => 'تم تطبيق رمز القسيمة بنجاح.', + 'coupon-apply-issue' => 'لا يمكن تطبيق رمز القسيمة.' + ], + + 'success' => [ + 'title' => 'تم الدفع بنجاح', + 'thanks' => 'شكرا على طلبك!', + 'order-id-info' => '#:order_id رقم الطلب هو ', + 'info' => 'سنرسل لك بريدا الكترونيا ، تفاصيل طلباتك و معلومات التعقب' + ] + ], + + 'mail' => [ + 'order' => [ + 'subject' => 'تأكيد الطلب الجديد', + 'heading' => 'تأكيد الطلب!', + 'dear' => ' :customer_name عزيزي', + 'dear-admin' => ':admin_name عزيزي', + 'greeting' => ':created_at لعام :order_id شكرًا لطلبك رقم', + 'greeting-admin' => ':created_at موضوع في :order_id معرّف الطلب ', + 'summary' => 'معلومات الطلب', + 'shipping-address' => 'عنوان الشحن', + 'billing-address' => 'عنوان الفواتير', + 'contact' => 'معلومات الإتصال', + 'shipping' => 'الشحن', + 'payment' => 'الدفع', + 'price' => 'السعر', + 'quantity' => 'الكمية', + 'subtotal' => 'المجموع الفرعي', + 'shipping-handling' => 'الشحن والتوصيل', + 'tax' => 'الضرائب', + 'discount' => 'التخفيض', + 'grand-total' => 'المجموع الكلي', + 'final-summary' => 'شكرا لإظهارك إهتمامك بمتجرنا سنرسل لك رقم التتبع بمجرد شحنه', + 'help' => ': support_email إذا كنت بحاجة إلى أي نوع من المساعدة يرجى الاتصال بنا على', + 'thanks' => 'شكرا!', + + 'comment' => [ + 'subject' => '#:order_id تمت إضافة تعليق جديد إلى طلبك', + 'dear' => ':customer_name العزيز', + 'final-summary' => 'شكرا لإظهار اهتمامك بمتجرنا', + 'help' => ':support_email إذا كنت بحاجة إلى أي نوع من المساعدة يرجى الاتصال بنا على', + 'thanks' => 'شكر!', + ], + + 'cancel' => [ + 'subject' => 'تأكيد إلغاء الأمر', + 'heading' => 'تم الغاء الأمر او الطلب', + 'dear' => ':customer_name العزيز', + 'greeting' => ':created_at والمقدم في #:order_id تم إلغاء الطلب الذي يحمل رقم الطلب', + 'summary' => 'ملخص الطلب', + 'shipping-address' => 'عنوان الشحن', + 'billing-address' => 'عنوان وصول الفواتير', + 'contact' => 'اتصل', + 'shipping' => 'طريقة الشحن', + 'payment' => 'طريقة الدفع او السداد', + 'subtotal' => 'المجموع الفرعي', + 'shipping-handling' => 'شحن وتسليم', + 'tax' => 'ضريبة', + 'discount' => 'خصم', + 'grand-total' => 'المبلغ الإجمالي', + 'final-summary' => 'شكرا لإظهار اهتمامك بمتجرنا', + 'help' => ': support_email إذا كنت بحاجة إلى أي نوع من المساعدة ، يرجى الاتصال بنا على', + 'thanks' => 'Thanks!', + ] + ], + + 'invoice' => [ + 'heading' => '#:order_id للطلب #:invoice_id فاتورتك', + 'subject' => '#:order_id فاتورة لطلبك', + 'summary' => 'موجز الفاتورة', + ], + + 'shipment' => [ + 'heading' => '#:order_id للطلب #:shipment_id تم إنشاء الشحنة ' , + 'inventory-heading' => '#:order_id للطلب #:shipment_id تم إنشاء الشحنة الجديدة', + 'subject' => '#:order_id شحنة لطلبك', + 'inventory-subject' => '#:order_id تم إنشاء شحنة جديدة للطلب', + 'summary' => 'موجز الشحن', + 'carrier' => 'الناقل', + 'tracking-number' => 'رقم التتبع', + 'greeting' => ':created_at في عام :order_id تم تقديم طلب', + ], + + 'refund' => [ + 'heading' => '#:order_id للطلب #:refund_id أموالك المستردة', + 'subject' => '#:order_id المسترجع لطلبك', + 'summary' => 'تفاصيل المسترجع', + 'adjustment-refund' => 'تعديلات عملية الإسترجاع', + 'adjustment-fee' => 'تكلفة تعديلات عملية الإسترجاع' + ], + + 'forget-password' => [ + 'subject' => 'إعادة تعيين كلمة مرور العميل', + 'dear' => ':name عزيزي', + 'info' => 'أنت تستلم هذا البريد الإلكتروني لأننا تلقينا طلب إعادة ضبط كلمة الدخول لحسابك', + 'reset-password' => 'أعد ضبط كلمة الدخول', + 'final-summary' => 'إذا لم تطلب إعادة تعيين كلمة الدخول ، لا إجراء آخر مطلوب', + 'thanks' => 'شكرا!' + ], + + 'update-password' => [ + 'subject' => 'تم تحديث كلمة السر', + 'dear' => ':name عزيزي', + 'info' => 'أنت تتلقى هذا البريد الإلكتروني لأنك قمت بتحديث كلمة المرور الخاصة بك.', + 'thanks' => 'شكرا!' + ], + + 'customer' => [ + 'new' => [ + 'dear' => ':customer_name العزيز', + 'username-email' => 'اسم المستخدم / البريد الإلكتروني', + 'subject' => 'تسجيل عميل جديد', + 'password' => 'كلمه السر', + 'summary' => 'لقد تم إنشاء حسابك. + تفاصيل حسابك أدناه: ', + 'thanks' => 'شكر', + ], + + 'registration' => [ + 'subject' => 'تسجيل عميل جديد', + 'customer-registration' => 'تم تسجيل العميل بنجاح', + 'dear' => ':customer_name العزيز', + 'greeting' => 'مرحبا بك وشكرا للتسجيل معنا', + 'summary' => 'تم إنشاء حسابك بنجاح الآن ويمكنك تسجيل الدخول باستخدام عنوان بريدك الإلكتروني وبيانات اعتماد كلمة المرور. عند تسجيل الدخول ، ستتمكن من الوصول إلى خدمات أخرى بما في ذلك مراجعة الطلبات السابقة وقوائم الرغبات وتعديل معلومات حسابك.', + 'thanks' => '!شكر', + ], + + 'verification' => [ + 'heading' => ' - تأكيد بواسطة البريد الالكتروني' . config('app.name') , + 'subject' => 'بريد التحقق', + 'verify' => 'تحقق من حسابك', + 'summary' => 'هذا هو البريد للتحقق من أن عنوان البريد الإلكتروني الذي أدخلته هو لك. +                  يرجى النقر على زر التحقق من حسابك أدناه للتحقق من حسابك.' + ], + + 'subscription' => [ + 'subject' => 'البريد الإلكتروني للاشتراك', + 'greeting' => ' الاشتراك عبر البريد الإلكتروني' . config('app.name'). ' مرحبًا بك في', + 'unsubscribe' => 'إلغاء الاشتراك', + 'summary' => 'البريد الإلكتروني ، ولا نريد أن نربك بريدك الوارد. إذا كنت لا تزال لا ترغب في تلقي +                  آخر أخبار التسويق عبر البريد الإلكتروني ، ثم انقر على الزر أدناه'. config('app.name') .' لقد مرت فترة طويلة منذ أن قرأت .شكرا لوضعني في صندوق البريد الوارد الخاص بك' + ] + ] + ], + + 'webkul' => [ + 'copy-right' => 'حقوق الملكية محفوظة 2019' + ], + + 'response' => [ + 'create-success' => 'بنجاح :name تم إنشاء', + 'update-success' => 'تم تحديث name: بنجاح', + 'delete-success' => 'تم حذف name: بنجاح', + 'submit-success' => 'تم تقديم name: بنجاح' + ], +]; diff --git a/resources/lang/vendor/shop/de/app.php b/resources/lang/vendor/shop/de/app.php new file mode 100644 index 000000000..499cbd6fe --- /dev/null +++ b/resources/lang/vendor/shop/de/app.php @@ -0,0 +1,718 @@ + 'Die angegebene Umsatzsteuer-ID hat ein falsches Format', + 'security-warning' => 'Verdächtige Aktivität gefunden!!!', + 'nothing-to-delete' => 'Nichts zu löschen', + + 'layouts' => [ + 'my-account' => 'Mein Konto', + 'profile' => 'Profil', + 'address' => 'Adresse', + 'reviews' => 'Bewertungen', + 'wishlist' => 'Wunschliste', + 'orders' => 'Bestellungen', + 'downloadable-products' => 'Herunterladbare Produkte' + ], + + 'common' => [ + 'error' => 'Es ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut.', + 'no-result-found' => 'Wir konnten keine Aufzeichnungen finden.' + ], + + 'home' => [ + 'page-title' => config('app.name') . ' - Start', + 'featured-products' => 'Ausgewählte Produkte', + 'new-products' => 'Neue Produkte', + 'verify-email' => 'Bestätigen Sie Ihr E-Mail-Konto', + 'resend-verify-email' => 'Bestätigungsmail erneut senden' + ], + + 'header' => [ + 'title' => 'Konto', + 'dropdown-text' => 'Warenkorb, Bestellungen und Wunschliste verwalten', + 'sign-in' => 'Anmelden', + 'sign-up' => 'Registrieren', + 'account' => 'Konto', + 'cart' => 'Warenkorb', + 'profile' => 'Profil', + 'wishlist' => 'Wunschliste', + 'cart' => 'Warenkorb', + 'logout' => 'Ausloggen', + 'search-text' => 'Nach Produkten suchen' + ], + + 'minicart' => [ + 'view-cart' => 'Warenkorb ansehen', + 'checkout' => 'Bestellen', + 'cart' => 'Warenkorb', + 'zero' => '0' + ], + + 'footer' => [ + 'subscribe-newsletter' => 'Newsletter abonnieren', + 'subscribe' => 'Abonnieren', + 'locale' => 'Sprache', + 'currency' => 'Währung', + ], + + 'subscription' => [ + 'unsubscribe' => 'Abmelden', + 'subscribe' => 'Abonnieren', + 'subscribed' => 'Sie haben jetzt Abonnement-E-Mails abonniert.', + 'not-subscribed' => 'Sie können keine Abonnement-E-Mails abonnieren. Versuchen Sie es später erneut.', + 'already' => 'Sie haben unsere Abonnementliste bereits abonniert.', + 'unsubscribed' => 'Sie werden von Abonnement-Mails abgemeldet.', + 'already-unsub' => 'Sie sind bereits abgemeldet.', + 'not-subscribed' => 'Error! E-Mails können derzeit nicht gesendet werden. Bitte versuchen Sie es später erneut.' + ], + + 'search' => [ + 'no-results' => 'Keine Ergebnisse gefunden', + 'page-title' => config('app.name') . ' - Suchen', + 'found-results' => 'Suchergebnisse gefunden', + 'found-result' => 'Suchergebnis gefunden', + 'analysed-keywords' => 'Analysed Keywords' + ], + + 'reviews' => [ + 'title' => 'Titel', + 'add-review-page-title' => 'Bewertung hinzufügen', + 'write-review' => 'Bewertung schreiben', + 'review-title' => 'Geben Sie Ihrer Bewertung einen Titel', + 'product-review-page-title' => 'Produktbewertung', + 'rating-reviews' => 'Sterne & Bewertungen', + 'submit' => 'EINREICHEN', + 'delete-all' => 'Alle Bewertungen wurden erfolgreich gelöscht', + 'ratingreviews' => ':rating Sterne & :review Bewertungen', + 'star' => 'Sterne', + 'percentage' => ':percentage %', + 'id-star' => 'Sterne', + 'name' => 'Name', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Vergleichen', + 'compare_similar_items' => 'Ähnliche Artikel vergleichen', + 'add-tooltip' => 'Produkt zur Vergleichsliste hinzufügen', + 'added' => 'Element erfolgreich zur Vergleichsliste hinzugefügt', + 'already_added' => 'Artikel bereits zur Vergleichsliste hinzugefügt', + 'removed' => 'Element erfolgreich aus Vergleichsliste entfernt', + 'removed-all' => 'Alle Elemente wurden erfolgreich aus der Vergleichsliste entfernt', + 'empty-text' => "Sie haben keine Elemente in Ihrer Vergleichsliste", + 'product_image' => 'Produktbild', + 'actions' => 'Aktionen', + ], + + 'signup-text' => [ + 'account_exists' => 'Sie haben bereits ein Konto', + 'title' => 'Anmelden' + ], + + 'signup-form' => [ + 'page-title' => 'Neues Kundenkonto erstellen', + 'title' => 'Anmelden', + 'firstname' => 'Vorname', + 'lastname' => 'Nachname', + 'email' => 'E-Mail', + 'password' => 'Passwort', + 'confirm_pass' => 'Passwort bestätigen', + 'button_title' => 'Registrieren', + 'agree' => 'Zustimmen', + 'terms' => 'Regeln', + 'conditions' => 'Bedigungen', + 'using' => 'durch die Nutzung dieser Website', + 'agreement' => 'Zustimmung', + 'success' => 'Konto erfolgreich erstellt.', + 'success-verify' => 'Konto erfolgreich erstellt, eine E-Mail zur Bestätigung wurde versendet.', + 'success-verify-email-unsent' => 'Das Konto wurde erfolgreich erstellt, aber die Bestätigungs-E-Mail wurde nicht ordnungsgemäß gesendet. Zur Bestätigung wurde eine E-Mail gesendet.', + 'failed' => 'Error! Sie können Ihr Konto nicht erstellen. Bitte versuchen Sie es später erneut.', + 'already-verified' => 'Ihr Konto ist bereits verifiziert. Oder versuchen Sie erneut, eine neue Bestätigungs-E-Mail zu senden.', + 'verification-not-sent' => 'Error! Problem beim Senden einer Bestätigungs-E-Mail, versuchen Sie es später erneut.', + 'verification-sent' => 'Bestätigungs-E-Mail gesendet', + 'verified' => 'Ihr Konto wurde verifiziert. Versuchen Sie jetzt, sich anzumelden.', + 'verify-failed' => 'Wir können Ihr E-Mail-Konto nicht bestätigen.', + 'dont-have-account' => 'Sie haben kein Konto bei uns.', + 'customer-registration' => 'Kunde erfolgreich registriert' + ], + + 'login-text' => [ + 'no_account' => 'Sie haben noch keinen Account', + 'title' => 'Registrieren', + ], + + 'login-form' => [ + 'page-title' => 'Kundenlogin', + 'title' => 'Anmelden', + 'email' => 'E-Mail', + 'password' => 'Passwort', + 'forgot_pass' => 'Passwort vergessen?', + 'button_title' => 'Anmelden', + 'remember' => 'Angemeldet bleiben', + 'footer' => '© Copyright :year Webkul Software, All rights reserved', + 'invalid-creds' => 'Bitte überprüfen Sie Ihre Anmeldeinformationen und versuchen Sie es erneut.', + 'verify-first' => 'Bestätigung Sie zuerst Ihr E-Mail-Konto.', + 'not-activated' => 'Ihre Aktivierung erfordert die Genehmigung des Administrators', + 'resend-verification' => 'Senden Sie die Bestätigungsmail erneut' + ], + + 'forgot-password' => [ + 'title' => 'Passwort wiederherstellen', + 'email' => 'E-Mail', + 'submit' => 'E-Mail zum Zurücksetzen des Passworts senden', + 'page_title' => 'Haben Sie Ihr Passwort vergessen ?' + ], + + 'reset-password' => [ + 'title' => 'Passwort zurücksetzen', + 'email' => 'Registrierte E-Mail', + 'password' => 'Passwort', + 'confirm-password' => 'Passwort bestätigen', + 'back-link-title' => 'Zurück zur Anmeldung', + 'submit-btn-title' => 'Passwort zurücksetzen' + ], + + 'account' => [ + 'dashboard' => 'Profil bearbeiten', + 'menu' => 'Menu', + + 'general' => [ + 'no' => 'Nein', + 'yes' => 'Ja', + ], + + 'profile' => [ + 'index' => [ + 'page-title' => 'Profil', + 'title' => 'Profil', + 'edit' => 'Bearbeiten', + ], + + 'edit-success' => 'Profil erfolgreich aktualisiert.', + 'edit-fail' => 'Error! Das Profil kann nicht aktualisiert werden. Bitte versuchen Sie es später erneut.', + 'unmatch' => 'Das alte Passwort stimmt nicht überein.', + + 'fname' => 'Vorname', + 'lname' => 'Nachname', + 'gender' => 'Geschlecht', + 'other' => 'Andere', + 'male' => 'Männlich', + 'female' => 'weiblich', + 'dob' => 'Geburtsdatum', + 'phone' => 'Telefon', + 'email' => 'E-Mail', + 'opassword' => 'Altes Passwort', + 'password' => 'Passwort', + 'cpassword' => 'Passwort bestätigen', + 'submit' => 'Profil aktualisieren', + + 'edit-profile' => [ + 'title' => 'Profil bearbeiten', + 'page-title' => 'Profilformular bearbeiten' + ] + ], + + 'address' => [ + 'index' => [ + 'page-title' => 'Adresse', + 'title' => 'Adresse', + 'add' => 'Adresse hinzufügen', + 'edit' => 'Bearbeiten', + 'empty' => 'Sie haben hier keine gespeicherten Adressen. Bitte versuchen Sie, diese zu erstellen, indem Sie auf den unten stehenden Link klicken', + 'create' => 'Adresse erstellen', + 'delete' => 'Löschen', + 'make-default' => 'Standard hinzufügen', + 'default' => 'Standard', + 'contact' => 'Kontakt', + 'confirm-delete' => 'Möchten Sie diese Adresse wirklich löschen?', + 'default-delete' => 'Die Standardadresse kann nicht geändert werden.', + 'enter-password' => 'Geben Sie Ihr Passwort ein.', + ], + + 'create' => [ + 'page-title' => 'Adressformular hinzufügen', + 'company_name' => 'Name der Firma', + 'first_name' => 'Vorname', + 'last_name' => 'Nachname', + 'vat_id' => 'Umsatzsteuer-ID', + 'vat_help_note' => '[Hinweis: Verwenden Sie den Ländercode mit der Umsatzsteuer-Identifikationsnummer. Z.B. INV01234567891]', + 'title' => 'Adresse hinzufügen', + 'street-address' => 'Straße', + 'country' => 'Land', + 'state' => 'Bundesland', + 'select-state' => 'Wählen Sie eine Region, ein Bundesland oder eine Provinz aus', + 'city' => 'Stadt', + 'postcode' => 'Postleitzahl', + 'phone' => 'Telefon', + 'submit' => 'Adresse speichern', + 'success' => 'Adresse wurde erfolgreich hinzugefügt.', + 'error' => 'Adresse kann nicht hinzugefügt werden.' + ], + + 'edit' => [ + 'page-title' => 'Adresse bearbeiten', + 'company_name' => 'Name der Firma', + 'first_name' => 'Vorname', + 'last_name' => 'Nachname', + 'vat_id' => 'Umsatzsteuer-ID', + 'title' => 'Adresse bearbeiten', + 'street-address' => 'Straße', + 'submit' => 'Adresse speichern', + 'success' => 'Adresse erfolgreich aktualisiert.', + ], + 'delete' => [ + 'success' => 'Adresse erfolgreich gelöscht', + 'failure' => 'Adresse kann nicht gelöscht werden', + 'wrong-password' => 'Falsches Passwort !' + ] + ], + + 'order' => [ + 'index' => [ + 'page-title' => 'Bestellungen', + 'title' => 'Bestellungen', + 'order_id' => 'Auftragsnummer', + 'date' => 'Datum', + 'status' => 'Status', + 'total' => 'Gesamt', + 'order_number' => 'Bestellnummer', + 'processing' => 'Wird bearbeitet', + 'completed' => 'Abgeschlossen', + 'canceled' => 'Abgebrochen', + 'closed' => 'Geschlossen', + 'pending' => 'Ausstehend', + 'pending-payment' => 'Ausstehende Zahlung', + 'fraud' => 'Betrug' + ], + + 'view' => [ + 'page-tile' => 'Bestellung #:order_id', + 'info' => 'Informationen', + 'placed-on' => 'Vom', + 'products-ordered' => 'Bestellte Produkte', + 'invoices' => 'Rechnungen', + 'shipments' => 'Sendungen', + 'SKU' => 'SKU', + 'product-name' => 'Name', + 'qty' => 'Menge', + 'item-status' => 'Artikelstatus', + 'item-ordered' => 'Bestellt (:qty_ordered)', + 'item-invoice' => 'In Rechnung gestellt (:qty_invoiced)', + 'item-shipped' => 'Versendet (:qty_shipped)', + 'item-canceled' => 'Abgebrochen (:qty_canceled)', + 'item-refunded' => 'Rückerstattet (:qty_refunded)', + 'price' => 'Preis', + 'total' => 'Gesamt', + 'subtotal' => 'Zwischensumme', + 'shipping-handling' => 'Versand & Bearbeitung', + 'tax' => 'Umsatzsteuer', + 'discount' => 'Rabatt', + 'tax-percent' => 'Umsatzsteuerprozent', + 'tax-amount' => 'Umsatzsteuerbetrag', + 'discount-amount' => 'Rabattbetrag', + 'grand-total' => 'Gesamtsumme', + 'total-paid' => 'Insgesamt bezahlt', + 'total-refunded' => 'Insgesamt erstattet', + 'total-due' => 'Insgesamt fällig', + 'shipping-address' => 'Lieferanschrift', + 'billing-address' => 'Rechnungsadresse', + 'shipping-method' => 'Versandart', + 'payment-method' => 'Zahlungsmethode', + 'individual-invoice' => 'Rechnung #:invoice_id', + 'individual-shipment' => 'Sendung #:shipment_id', + 'print' => 'Drucken', + 'invoice-id' => 'Rechnungsnummer', + 'order-id' => 'Auftragsnummer', + 'order-date' => 'Bestelldatum', + 'bill-to' => 'Rechnung an', + 'ship-to' => 'Versenden an', + 'contact' => 'Kontakt', + 'refunds' => 'Rückerstattungen', + 'individual-refund' => 'Rückerstattung #:refund_id', + 'adjustment-refund' => 'Anpassungsrückerstattung', + 'adjustment-fee' => 'Anpassungsgebühr', + ] + ], + + 'wishlist' => [ + 'page-title' => 'Wunschliste', + 'title' => 'Wunschliste', + 'deleteall' => 'Alles löschen', + 'moveall' => 'Alle Produkte zum Warenkorb hinzufügen', + 'move-to-cart' => 'In den Warenkorb legen', + 'error' => 'Das Produkt kann aufgrund unbekannter Probleme nicht zur Wunschliste hinzugefügt werden. Bitte versuchen Sie es später erneut', + 'add' => 'Artikel erfolgreich zur Wunschliste hinzugefügt', + 'remove' => 'Artikel erfolgreich von der Wunschliste entfernt', + 'add-wishlist-text' => 'Produkt zur Wunschliste hinzufügen', + 'remove-wishlist-text' => 'Produkt von der Wunschliste entfernen', + 'moved' => 'Artikel erfolgreich in den Warenkorb verschoben', + 'option-missing' => 'Produktoptionen fehlen, sodass Artikel nicht auf die Wunschliste verschoben werden können.', + 'move-error' => 'Artikel kann nicht auf die Wunschliste verschoben werden. Bitte versuchen Sie es später erneut', + 'success' => 'Artikel erfolgreich zur Wunschliste hinzugefügt', + 'failure' => 'Artikel kann nicht zur Wunschliste hinzugefügt werden. Bitte versuchen Sie es später erneut', + 'already' => 'Artikel bereits in Ihrer Wunschliste vorhanden', + 'removed' => 'Artikel erfolgreich von der Wunschliste entfernt', + 'remove-fail' => 'Artikel kann nicht von der Wunschliste entfernt werden. Bitte versuchen Sie es später erneut', + 'empty' => 'Sie haben keine Artikel auf Ihrer Wunschliste', + 'remove-all-success' => 'Alle Artikel von Ihrer Wunschliste wurden entfernt', + ], + + 'downloadable_products' => [ + 'title' => 'Herunterladbare Produkte', + 'order-id' => 'Auftragsnummer', + 'date' => 'Datum', + 'name' => 'Titel', + 'status' => 'Status', + 'pending' => 'Ausstehend', + 'available' => 'Verfügbar', + 'expired' => 'Abgelaufen', + 'remaining-downloads' => 'Verbleibende Downloads', + 'unlimited' => 'Unbegrenzt', + 'download-error' => 'Der Download-Link ist abgelaufen.' + ], + + 'review' => [ + 'index' => [ + 'title' => 'Bewertungen', + 'page-title' => 'Bewertungen' + ], + + 'view' => [ + 'page-tile' => 'Bewertung #:id', + ] + ] + ] + ], + + 'products' => [ + 'layered-nav-title' => 'Einkaufen bei', + 'price-label' => 'Angebotspreis von', + 'remove-filter-link-title' => 'Alles löschen', + 'filter-to' => 'bis', + 'sort-by' => 'Sortieren', + 'from-a-z' => 'Von A-Z', + 'from-z-a' => 'Von Z-A', + 'newest-first' => 'Neuste zuerst', + 'oldest-first' => 'Älteste zuerst', + 'cheapest-first' => 'Günstigste zuerst', + 'expensive-first' => 'Teuerste zuerst', + 'show' => 'Anzeigen', + 'pager-info' => 'Zeige :showing von :total Artikeln', + 'description' => 'Beschreibung', + 'specification' => 'Spezifikation', + 'total-reviews' => ':total Bewertungen', + 'total-rating' => ':total_rating Sterne & :total_reviews Bewertungen', + 'by' => 'Durch :name', + 'up-sell-title' => 'Wir haben andere Produkte gefunden, die Ihnen gefallen könnten!', + 'related-product-title' => 'Verwandte Produkte', + 'cross-sell-title' => 'Mehr Auswahl', + 'reviews-title' => 'Sterne & Bewertungen', + 'write-review-btn' => 'Eine Bewertung schreiben', + 'choose-option' => 'Wähle eine Option', + 'sale' => 'Verkauf', + 'new' => 'Neu', + 'empty' => 'Keine Produkte in dieser Kategorie verfügbar', + 'add-to-cart' => 'In Warenkorb', + 'book-now' => 'buchen Sie jetzt', + 'buy-now' => 'Jetzt kaufen', + 'whoops' => 'Hoppla!', + 'quantity' => 'Menge', + 'in-stock' => 'Auf Lager', + 'out-of-stock' => 'Nicht vorrättig', + 'view-all' => 'Alle ansehen', + 'select-above-options' => 'Bitte wählen Sie zuerst die oben genannten Optionen aus.', + 'less-quantity' => 'Die Menge kann nicht kleiner als eins sein.', + 'samples' => 'Beispiele', + 'links' => 'Links', + 'sample' => 'Beispiel', + 'name' => 'Name', + 'qty' => 'Menge', + 'starting-at' => 'Beginnt um', + 'customize-options' => 'Optionen anpassen', + 'choose-selection' => 'Wählen Sie eine Auswahl', + 'your-customization' => 'Ihre Anpassung', + 'total-amount' => 'Gesamtmenge', + 'none' => 'Keine', + 'available' => 'Verfügbar', + 'settings' => 'Settings', + 'compare_options' => 'Compare Options', + ], + + // 'reviews' => [ + // 'empty' => 'Sie haben noch kein Produkt bewertet' + // ] + + 'buynow' => [ + 'no-options' => 'Bitte wählen Sie Optionen aus, bevor Sie dieses Produkt kaufen.' + ], + + 'checkout' => [ + 'cart' => [ + 'integrity' => [ + 'missing_fields' => 'Einige erforderliche Felder für dieses Produkt fehlen.', + 'missing_options' => 'Für dieses Produkt fehlen Optionen.', + 'missing_links' => 'Für dieses Produkt fehlen herunterladbare Links.', + 'qty_missing' => 'Mindestens ein Produkt sollte mehr als 1 Menge enthalten.', + 'qty_impossible' => 'Es kann nicht mehr als eines dieser Produkte zum Warenkorb hinzugefügt werden.' + ], + 'create-error' => 'Beim Erstellen des Warenkorbs ist ein Problem aufgetreten.', + 'title' => 'Warenkorb', + 'empty' => 'Ihr Einkaufswagen ist leer', + 'update-cart' => 'Warenkorb aktualisieren', + 'continue-shopping' => 'Mit dem Einkaufen fortfahren', + 'proceed-to-checkout' => 'Zur Kasse', + 'remove' => 'Entfernen', + 'remove-link' => 'Entfernen', + 'move-to-wishlist' => 'Zur Wunschliste verschieben', + 'move-to-wishlist-success' => 'Artikel wurde erfolgreich auf die Wunschliste verschoben.', + 'move-to-wishlist-error' => 'Das Objekt kann nicht auf die Wunschliste verschoben werden. Bitte versuchen Sie es später erneut.', + 'add-config-warning' => 'Bitte wählen Sie die Option, bevor Sie sie zum Warenkorb hinzufügen.', + 'quantity' => [ + 'quantity' => 'Menge', + 'success' => 'Warenkorbartikel erfolgreich aktualisiert.', + 'illegal' => 'Die Menge kann nicht kleiner als eins sein.', + 'inventory_warning' => 'Die angeforderte Menge ist nicht verfügbar. Bitte versuchen Sie es später erneut.', + 'error' => 'Die Elemente können derzeit nicht aktualisiert werden. Bitte versuchen Sie es später erneut.' + ], + + 'item' => [ + 'error_remove' => 'Keine Artikel aus dem Warenkorb zu entfernen', + 'success' => 'Artikel wurde erfolgreich zum Warenkorb hinzugefügt', + 'success-remove' => 'Artikel wurde erfolgreich aus dem Warenkorb entfernt', + 'error-add' => 'Artikel kann nicht zum Warenkorb hinzugefügt werden. Bitte versuchen Sie es später erneut', + 'inactive' => 'Ein Artikel ist inaktiv und wurde aus dem Warenkorb entfernt.', + 'inactive-add' => 'Ein inaktiver Artikel kann nicht zum Warenkorb hinzugefügt werde.', + ], + 'quantity-error' => 'Die angeforderte Menge ist nicht verfügbar', + 'cart-subtotal' => 'Warenkorb Zwischensumme', + 'cart-remove-action' => 'Wollen Sie dies wirklich tun?', + 'partial-cart-update' => 'Nur einige der Produkte wurden aktualisiert', + 'link-missing' => '' + ], + + 'onepage' => [ + 'title' => 'Bestellen', + 'information' => 'Informationen', + 'shipping' => 'Versand', + 'payment' => 'Zahlung', + 'complete' => 'Komplett', + 'review' => 'Rezension', + 'billing-address' => 'Rechnungsadresse', + 'sign-in' => 'Anmelden', + 'company-name' => 'Name der Firma', + 'first-name' => 'Vorname', + 'last-name' => 'Nachname', + 'email' => 'E-Mail', + 'address1' => 'Straße', + 'city' => 'Stadt', + 'state' => 'Bundesland', + 'select-state' => 'Wählen Sie eine Region, ein Bundesland oder eine Provinz aus', + 'postcode' => 'Postleitzahl', + 'phone' => 'Telefon', + 'country' => 'Land', + 'order-summary' => 'Bestellübersicht', + 'shipping-address' => 'Lieferanschrift', + 'use_for_shipping' => 'An diese Adresse liefern', + 'continue' => 'Weiter', + 'shipping-method' => 'Versandart wählen', + 'payment-methods' => 'Zahlungsmethode wählen', + 'payment-method' => 'Zahlungsmethode', + 'summary' => 'Bestellübersichty', + 'price' => 'Preis', + 'quantity' => 'Menge', + 'billing-address' => 'Rechnungsadresse', + 'shipping-address' => 'Lieferanschrift', + 'contact' => 'Kontakt', + 'place-order' => 'Bestellung aufgeben', + 'new-address' => 'Neue Adresse hinzufügen', + 'save_as_address' => 'Diese Adresse speichern', + 'apply-coupon' => 'Gutschein einlösen', + 'amt-payable' => 'Bezahlbarer Betrag', + 'got' => 'Erhalten', + 'free' => 'Frei', + 'coupon-used' => 'Gutschein verwendet', + 'applied' => 'Angewandt', + 'back' => 'Zurück', + 'cash-desc' => 'Barzahlung bei Lieferung', + 'money-desc' => 'Geldüberweisung', + 'paypal-desc' => 'Paypal Standard', + 'free-desc' => 'Dies ist ein kostenloser Versand', + 'flat-desc' => 'Dies ist eine Flatrate', + 'password' => 'Passwort', + 'login-exist-message' => 'Sie haben bereits ein Konto bei uns, melden Sie sich an oder fahren Sie als Gast fort.', + 'enter-coupon-code' => 'Gutscheincode eingeben' + ], + + 'total' => [ + 'order-summary' => 'Bestellübersicht', + 'sub-total' => 'Artikel', + 'grand-total' => 'Gesamtsumme', + 'delivery-charges' => 'Versandkosten', + 'tax' => 'Umsatzsteuer', + 'discount' => 'Rabatt', + 'price' => 'Preis', + 'disc-amount' => 'Rabattbetrag', + 'new-grand-total' => 'Neue Gesamtsumme', + 'coupon' => 'Gutschein', + 'coupon-applied' => 'Angewandter Gutschein', + 'remove-coupon' => 'Gutschein entfernen', + 'cannot-apply-coupon' => 'Gutschein kann nicht angewendet werden', + 'invalid-coupon' => 'Gutscheincode ist ungültig.', + 'success-coupon' => 'Gutscheincode erfolgreich angewendet.', + 'coupon-apply-issue' => 'Gutscheincode kann nicht angewendet werden.' + ], + + 'success' => [ + 'title' => 'Bestellung erfolgreich aufgegeben', + 'thanks' => 'Vielen Dank für Ihren Auftrag!', + 'order-id-info' => 'Ihre Bestellnummer lautet #:order_id', + 'info' => 'Wir senden Ihnen Ihre Bestelldaten und Tracking-Informationen per E-Mail' + ] + ], + + 'mail' => [ + 'order' => [ + 'subject' => 'Bestätigung der neuen Bestellung', + 'heading' => 'Bestellbestätigung!', + 'dear' => 'Sehr geehrte/r :customer_name', + 'dear-admin' => 'Sehr geehrte/r :admin_name', + 'greeting' => 'Danke für Ihre Bestellung :order_id vom :created_at', + 'greeting-admin' => 'Auftragsnummer :order_id vom :created_at', + 'summary' => 'Zusammenfassung der Bestellung', + 'shipping-address' => 'Lieferanschrift', + 'billing-address' => 'Rechnungsadresse', + 'contact' => 'Kontakt', + 'shipping' => 'Versandart', + 'payment' => 'Zahlungsmethode', + 'price' => 'Preis', + 'quantity' => 'Menge', + 'subtotal' => 'Zwischensumme', + 'shipping-handling' => 'Versand & Bearbeitung', + 'tax' => 'Umsatzsteuer', + 'discount' => 'Rabatt', + 'grand-total' => 'Gesamtsumme', + 'final-summary' => 'Vielen Dank für Ihr Interesse an unserem Shop. Nach dem Versand senden wir Ihnen die Sendungsverfolgungsnummer', + 'help' => 'Wenn Sie Hilfe benötigen, kontaktieren Sie uns bitte unter :support_email', + 'thanks' => 'Vielen Dank!', + + 'comment' => [ + 'subject' => 'Neuer Kommentar zu Ihrer Bestellung hinzugefügt #:order_id', + 'dear' => 'sehr geehrter :customer_name', + 'final-summary' => 'Vielen Dank für Ihr Interesse an unserem Shop', + 'help' => 'Wenn Sie Hilfe benötigen, kontaktieren Sie uns bitte unter :support_email', + 'thanks' => 'Vielen Dank!', + ], + + 'cancel' => [ + 'subject' => 'Bestätigung der Bestellungsstornierung', + 'heading' => 'Bestellung storniert', + 'dear' => 'Sehr geehrte/r :customer_name', + 'greeting' => 'Ihre Bestellung mit der Bestellnummer #:order_id vom :created_at wurde storniert', + 'summary' => 'Zusammenfassung der Bestellung', + 'shipping-address' => 'Lieferanschrift', + 'billing-address' => 'Rechnungsadresse', + 'contact' => 'Kontakt', + 'shipping' => 'Versandart', + 'payment' => 'Zahlungsmethode', + 'subtotal' => 'Zwischensumme', + 'shipping-handling' => 'Versand & Bearbeitung', + 'tax' => 'Umsatzsteuer', + 'discount' => 'Rabatt', + 'grand-total' => 'Gesamtsumme', + 'final-summary' => 'Vielen Dank für Ihr Interesse an unserem Shop', + 'help' => 'Wenn Sie Hilfe benötigen, kontaktieren Sie uns bitte unter :support_email', + 'thanks' => 'Vielen Dank!', + ] + ], + + 'invoice' => [ + 'heading' => 'Ihre Rechnung #:invoice_id für die Bestellung #:order_id', + 'subject' => 'Rechnung für Ihre Bestellung #:order_id', + 'summary' => 'Zusammenfassung der Rechnung', + ], + + 'shipment' => [ + 'heading' => 'Sendung #:shipment_id wurde für die Bestellung #:order_id generiert', + 'inventory-heading' => 'Neue Sendung #:shipment_id wurde für die Bestellung #:order_id generiert', + 'subject' => 'Versand für Ihre Bestellung #:order_id', + 'inventory-subject' => 'Für die Bestellung #:order_id wurde eine neue Sendung generiert', + 'summary' => 'Zusammenfassung der Sendung', + 'carrier' => 'Zulieferer', + 'tracking-number' => 'Sendungsnummer', + 'greeting' => 'Eine Bestellung :order_id wurde aufgelegt am :created_at', + ], + + 'refund' => [ + 'heading' => 'Ihre Rückerstattung #:refund_id für die Bestellung #:order_id', + 'subject' => 'Rückerstattung für Ihre Bestellung #:order_id', + 'summary' => 'Zusammenfassung der Rückerstattung', + 'adjustment-refund' => 'Anpassungsrückerstattung', + 'adjustment-fee' => 'Anpassungsgebühr' + ], + + 'forget-password' => [ + 'subject' => 'Kundenpasswort zurücksetzen', + 'dear' => 'Sehr geehrte/r :name', + 'info' => 'Sie erhalten diese E-Mail, weil wir eine Anfrage zum Zurücksetzen des Passworts für Ihr Konto erhalten haben', + 'reset-password' => 'Passwort zurücksetzen', + 'final-summary' => 'Wenn Sie kein Zurücksetzen des Kennworts angefordert haben, sind keine weiteren Maßnahmen erforderlich', + 'thanks' => 'Vielen Dank!' + ], + + 'update-password' => [ + 'subject' => 'Passwort aktualisiert', + 'dear' => 'Sehr geehrte/r :name', + 'info' => 'Sie erhalten diese E-Mail, weil Sie Ihr Passwort aktualisiert haben.', + 'thanks' => 'Vielen Dank!' + ], + + 'customer' => [ + 'new' => [ + 'dear' => 'Sehr geehrte/r :customer_name', + 'username-email' => 'Nutzername/E-Mail', + 'subject' => 'Neukundenregistrierung', + 'password' => 'Passwort', + 'summary' => 'Ihr Konto wurde erstellt. + Ihre Kontodaten weiter unten: ', + 'thanks' => 'Vielen Dank!', + ], + + 'registration' => [ + 'subject' => 'Neukundenregistrierung', + 'customer-registration' => 'Kunde erfolgreich registriert', + 'dear' => 'Sehr geehrte/r :customer_name', + 'greeting' => 'Willkommen und vielen Dank, dass Sie sich bei uns registriert haben!', + 'summary' => 'Ihr Konto wurde nun erfolgreich erstellt und Sie können sich mit Ihrer E-Mail-Adresse und Ihrem Passwort anmelden. Nach dem Anmelden können Sie auf andere Dienste zugreifen, einschließlich der Überprüfung früherer Bestellungen, Wunschliste und der Bearbeitung Ihrer Kontoinformationen.', + 'thanks' => 'Vielen Dank!', + ], + + 'verification' => [ + 'heading' => config('app.name') . ' - E-Mail-Verifizierung', + 'subject' => 'Bestätigungsmail', + 'verify' => 'Bestätigen Sie Ihr Konto', + 'summary' => 'Dies ist die E-Mail, um zu überprüfen, ob die von Ihnen eingegebene E-Mail-Adresse Ihre ist. + Klicken Sie unten auf die Schaltfläche "Konto bestätigen", um Ihr Konto zu bestätigen.' + ], + + 'subscription' => [ + 'subject' => 'Abonnement-E-Mail', + 'greeting' => ' Willkommen zu ' . config('app.name') . ' - E-Mail-Abonnement', + 'unsubscribe' => 'Abmelden', + 'summary' => 'Es ist eine Weile her, seit Sie ' . config('app.name') . ' gelesen haben und wir möchten Ihren Posteingang nicht überfluten. Wenn Sie nicht die neuesten + E-Mail-Marketing-Nachrichten erhalten möchten, klicken Sie auf die Schaltfläche unten.' + ] + ] + ], + + 'webkul' => [ + 'copy-right' => '© Copyright :year Webkul Software, All rights reserved', + ], + + 'response' => [ + 'create-success' => ':name erfolgreich erstellt.', + 'update-success' => ':name erfolgreich aktualisiert.', + 'delete-success' => ':name erfolgreich gelöscht.', + 'submit-success' => ':name erfolgreich eingereicht.' + ], +]; diff --git a/resources/lang/vendor/shop/en/app.php b/resources/lang/vendor/shop/en/app.php new file mode 100644 index 000000000..bd7a05f1b --- /dev/null +++ b/resources/lang/vendor/shop/en/app.php @@ -0,0 +1,724 @@ + 'The given vat id has a wrong format', + 'security-warning' => 'Suspicious activity found!!!', + 'nothing-to-delete' => 'Nothing to delete', + + 'layouts' => [ + 'my-account' => 'My Account', + 'profile' => 'Profile', + 'address' => 'Address', + 'reviews' => 'Reviews', + 'wishlist' => 'Wishlist', + 'orders' => 'Orders', + 'downloadable-products' => 'Downloadable Products' + ], + + 'common' => [ + 'error' => 'Something went wrong, please try again later.', + 'no-result-found' => 'We could not find any records.' + ], + + 'home' => [ + 'page-title' => config('app.name') . ' - Home', + 'featured-products' => 'Featured Products', + 'new-products' => 'New Products', + 'verify-email' => 'Verify your email account', + 'resend-verify-email' => 'Resend Verification Email' + ], + + 'header' => [ + 'title' => 'Account', + 'dropdown-text' => 'Manage Cart, Orders & Wishlist', + 'sign-in' => 'Sign In', + 'sign-up' => 'Sign Up', + 'account' => 'Account', + 'cart' => 'Cart', + 'profile' => 'Profile', + 'wishlist' => 'Wishlist', + 'cart' => 'Cart', + 'logout' => 'Logout', + 'search-text' => 'Search products here' + ], + + 'minicart' => [ + 'view-cart' => 'View Shopping Cart', + 'checkout' => 'Checkout', + 'cart' => 'Cart', + 'zero' => '0' + ], + + 'footer' => [ + 'subscribe-newsletter' => 'Subscribe Newsletter', + 'subscribe' => 'Subscribe', + 'locale' => 'Locale', + 'currency' => 'Currency', + ], + + 'subscription' => [ + 'unsubscribe' => 'Unsubcribe', + 'subscribe' => 'Subscribe', + 'subscribed' => 'You are now subscribed to subscription emails.', + 'not-subscribed' => 'You can not be subscribed to subscription emails, please try again later.', + 'already' => 'You are already subscribed to our subscription list.', + 'unsubscribed' => 'You are unsubscribed from subscription mails.', + 'already-unsub' => 'You are already unsubscribed.', + 'not-subscribed' => 'Error! Mail can not be sent currently, please try again later.' + ], + + 'search' => [ + 'no-results' => 'No Results Found', + 'page-title' => config('app.name') . ' - Search', + 'found-results' => 'Search Results Found', + 'found-result' => 'Search Result Found', + 'analysed-keywords' => 'Analysed Keywords' + ], + + 'reviews' => [ + 'title' => 'Title', + 'add-review-page-title' => 'Add Review', + 'write-review' => 'Write a review', + 'review-title' => 'Give your review a title', + 'product-review-page-title' => 'Product Review', + 'rating-reviews' => 'Rating & Reviews', + 'submit' => 'SUBMIT', + 'delete-all' => 'All Reviews has deleted Succesfully', + 'ratingreviews' => ':rating Ratings & :review Reviews', + 'star' => 'Star', + 'percentage' => ':percentage %', + 'id-star' => 'star', + 'name' => 'Name', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Compare', + 'compare_similar_items' => 'Compare Similar Items', + 'add-tooltip' => 'Add product to compare list', + 'added' => 'Item successfully added to compare list', + 'already_added' => 'Item already added to compare list', + 'removed' => 'Item successfully removed from compare list', + 'removed-all' => 'All items successfully removed from compare list', + 'empty-text' => "You don't have any items in your compare list", + 'product_image' => 'Product Image', + 'actions' => 'Actions', + ], + + 'signup-text' => [ + 'account_exists' => 'Already have an account', + 'title' => 'Sign In' + ], + + 'signup-form' => [ + 'page-title' => 'Create New Customer Account', + 'title' => 'Sign Up', + 'firstname' => 'First Name', + 'lastname' => 'Last Name', + 'email' => 'Email', + 'password' => 'Password', + 'confirm_pass' => 'Confirm Password', + 'button_title' => 'Register', + 'agree' => 'Agree', + 'terms' => 'Terms', + 'conditions' => 'Conditions', + 'using' => 'by using this website', + 'agreement' => 'Agreement', + 'success' => 'Account created successfully.', + 'success-verify' => 'Account created successfully, an e-mail has been sent for verification.', + 'success-verify-email-unsent' => 'Account created successfully, but verification e-mail unsent.', + 'failed' => 'Error! Can not create your account, pleae try again later.', + 'already-verified' => 'Your account is already verified Or please try sending a new verification email again.', + 'verification-not-sent' => 'Error! Problem in sending verification email, please try again later.', + 'verification-sent' => 'Verification email sent', + 'verified' => 'Your account has been verified, try to login now.', + 'verify-failed' => 'We cannot verify your mail account.', + 'dont-have-account' => 'You do not have account with us.', + 'customer-registration' => 'Customer Registered Successfully' + ], + + 'login-text' => [ + 'no_account' => 'Do not have account', + 'title' => 'Sign Up', + ], + + 'login-form' => [ + 'page-title' => 'Customer Login', + 'title' => 'Sign In', + 'email' => 'Email', + 'password' => 'Password', + 'forgot_pass' => 'Forgot Password?', + 'button_title' => 'Sign In', + 'remember' => 'Remember Me', + 'footer' => '© Copyright :year Webkul Software, All rights reserved', + 'invalid-creds' => 'Please check your credentials and try again.', + 'verify-first' => 'Verify your email account first.', + 'not-activated' => 'Your activation seeks admin approval', + 'resend-verification' => 'Resend verification mail again' + ], + + 'forgot-password' => [ + 'title' => 'Recover Password', + 'email' => 'Email', + 'submit' => 'Send Password Reset Email', + 'page_title' => 'Forgot your password ?' + ], + + 'reset-password' => [ + 'title' => 'Reset Password', + 'email' => 'Registered Email', + 'password' => 'Password', + 'confirm-password' => 'Confirm Password', + 'back-link-title' => 'Back to Sign In', + 'submit-btn-title' => 'Reset Password' + ], + + 'account' => [ + 'dashboard' => 'Edit Profile', + 'menu' => 'Menu', + + 'general' => [ + 'no' => 'No', + 'yes' => 'Yes', + ], + + 'profile' => [ + 'index' => [ + 'page-title' => 'Profile', + 'title' => 'Profile', + 'edit' => 'Edit', + ], + + 'edit-success' => 'Profile updated successfully.', + 'edit-fail' => 'Error! Profile cannot be updated, please try again later.', + 'unmatch' => 'The old password does not match.', + + 'fname' => 'First Name', + 'lname' => 'Last Name', + 'gender' => 'Gender', + 'other' => 'Other', + 'male' => 'Male', + 'female' => 'Female', + 'dob' => 'Date Of Birth', + 'phone' => 'Phone', + 'email' => 'Email', + 'opassword' => 'Old Password', + 'password' => 'Password', + 'cpassword' => 'Confirm Password', + 'submit' => 'Update Profile', + + 'edit-profile' => [ + 'title' => 'Edit Profile', + 'page-title' => 'Edit Profile' + ] + ], + + 'address' => [ + 'index' => [ + 'page-title' => 'Address', + 'title' => 'Address', + 'add' => 'Add Address', + 'edit' => 'Edit', + 'empty' => 'You do not have any saved addresses here, please try to create it by clicking the add button.', + 'create' => 'Create Address', + 'delete' => 'Delete', + 'make-default' => 'Make Default', + 'default' => 'Default', + 'contact' => 'Contact', + 'confirm-delete' => 'Do you really want to delete this address?', + 'default-delete' => 'Default address cannot be changed.', + 'enter-password' => 'Enter Your Password.', + ], + + 'create' => [ + 'page-title' => 'Add Address', + 'company_name' => 'Company name', + 'first_name' => 'First name', + 'last_name' => 'Last name', + 'vat_id' => 'Vat id', + 'vat_help_note' => '[Note: Use Country Code with VAT Id. Eg. INV01234567891]', + 'title' => 'Add Address', + 'street-address' => 'Street Address', + 'country' => 'Country', + 'state' => 'State', + 'select-state' => 'Select a region, state or province', + 'city' => 'City', + 'postcode' => 'Postal Code', + 'phone' => 'Phone', + 'submit' => 'Save Address', + 'success' => 'Address have been successfully added.', + 'error' => 'Address cannot be added.' + ], + + 'edit' => [ + 'page-title' => 'Edit Address', + 'company_name' => 'Company name', + 'first_name' => 'First name', + 'last_name' => 'Last name', + 'vat_id' => 'Vat id', + 'title' => 'Edit Address', + 'street-address' => 'Street Address', + 'submit' => 'Save Address', + 'success' => 'Address updated successfully.', + ], + 'delete' => [ + 'success' => 'Address successfully deleted', + 'failure' => 'Address cannot be deleted', + 'wrong-password' => 'Wrong Password !' + ] + ], + + 'order' => [ + 'index' => [ + 'page-title' => 'Orders', + 'title' => 'Orders', + 'order_id' => 'Order ID', + 'date' => 'Date', + 'status' => 'Status', + 'total' => 'Total', + 'order_number' => 'Order Number', + 'processing' => 'Processing', + 'completed' => 'Completed', + 'canceled' => 'Canceled', + 'closed' => 'Closed', + 'pending' => 'Pending', + 'pending-payment' => 'Pending Payment', + 'fraud' => 'Fraud' + ], + + 'view' => [ + 'page-tile' => 'Order #:order_id', + 'info' => 'Information', + 'placed-on' => 'Placed On', + 'products-ordered' => 'Products Ordered', + 'invoices' => 'Invoices', + 'shipments' => 'Shipments', + 'SKU' => 'SKU', + 'product-name' => 'Name', + 'qty' => 'Qty', + 'item-status' => 'Item Status', + 'item-ordered' => 'Ordered (:qty_ordered)', + 'item-invoice' => 'Invoiced (:qty_invoiced)', + 'item-shipped' => 'shipped (:qty_shipped)', + 'item-canceled' => 'Canceled (:qty_canceled)', + 'item-refunded' => 'Refunded (:qty_refunded)', + 'price' => 'Price', + 'total' => 'Total', + 'subtotal' => 'Subtotal', + 'shipping-handling' => 'Shipping & Handling', + 'tax' => 'Tax', + 'discount' => 'Discount', + 'tax-percent' => 'Tax Percent', + 'tax-amount' => 'Tax Amount', + 'discount-amount' => 'Discount Amount', + 'grand-total' => 'Grand Total', + 'total-paid' => 'Total Paid', + 'total-refunded' => 'Total Refunded', + 'total-due' => 'Total Due', + 'shipping-address' => 'Shipping Address', + 'billing-address' => 'Billing Address', + 'shipping-method' => 'Shipping Method', + 'payment-method' => 'Payment Method', + 'individual-invoice' => 'Invoice #:invoice_id', + 'individual-shipment' => 'Shipment #:shipment_id', + 'print' => 'Print', + 'invoice-id' => 'Invoice Id', + 'order-id' => 'Order Id', + 'order-date' => 'Order Date', + 'bill-to' => 'Bill to', + 'ship-to' => 'Ship to', + 'contact' => 'Contact', + 'refunds' => 'Refunds', + 'individual-refund' => 'Refund #:refund_id', + 'adjustment-refund' => 'Adjustment Refund', + 'adjustment-fee' => 'Adjustment Fee', + 'cancel-btn-title' => 'Cancel', + 'tracking-number' => 'Tracking Number', + 'cancel-confirm-msg' => 'Are you sure you want to cancel this order ?' + ] + ], + + 'wishlist' => [ + 'page-title' => 'Wishlist', + 'title' => 'Wishlist', + 'deleteall' => 'Delete All', + 'moveall' => 'Move All Products To Cart', + 'move-to-cart' => 'Move To Cart', + 'error' => 'Cannot add product to wishlist due to unknown problems, please checkback later', + 'add' => 'Item successfully added to wishlist', + 'remove' => 'Item successfully removed from wishlist', + 'add-wishlist-text' => 'Add product to wishlist', + 'remove-wishlist-text' => 'Remove product from wishlist', + 'moved' => 'Item successfully moved To cart', + 'option-missing' => 'Product options are missing, so item can not be moved to the wishlist.', + 'move-error' => 'Item cannot be moved to wishlist, Please try again later', + 'success' => 'Item successfully added to wishlist', + 'failure' => 'Item cannot be added to wishlist, Please try again later', + 'already' => 'Item already present in your wishlist', + 'removed' => 'Item successfully removed from wishlist', + 'remove-fail' => 'Item cannot Be removed from wishlist, Please try again later', + 'empty' => 'You do not have any items in your wishlist', + 'remove-all-success' => 'All the items from your wishlist have been removed', + ], + + 'downloadable_products' => [ + 'title' => 'Downloadable Products', + 'order-id' => 'Order Id', + 'date' => 'Date', + 'name' => 'Title', + 'status' => 'Status', + 'pending' => 'Pending', + 'available' => 'Available', + 'expired' => 'Expired', + 'remaining-downloads' => 'Remaining Downloads', + 'unlimited' => 'Unlimited', + 'download-error' => 'Download link has been expired.' + ], + + 'review' => [ + 'index' => [ + 'title' => 'Reviews', + 'page-title' => 'Reviews' + ], + + 'view' => [ + 'page-tile' => 'Review #:id', + ] + ] + ] + ], + + 'products' => [ + 'layered-nav-title' => 'Shop By', + 'price-label' => 'As low as', + 'remove-filter-link-title' => 'Clear All', + 'filter-to' => 'to', + 'sort-by' => 'Sort By', + 'from-a-z' => 'From A-Z', + 'from-z-a' => 'From Z-A', + 'newest-first' => 'Newest First', + 'oldest-first' => 'Oldest First', + 'cheapest-first' => 'Cheapest First', + 'expensive-first' => 'Expensive First', + 'show' => 'Show', + 'pager-info' => 'Showing :showing of :total Items', + 'description' => 'Description', + 'specification' => 'Specification', + 'total-reviews' => ':total Reviews', + 'total-rating' => ':total_rating Ratings & :total_reviews Reviews', + 'by' => 'By :name', + 'up-sell-title' => 'We found other products you might like!', + 'related-product-title' => 'Related Products', + 'cross-sell-title' => 'More choices', + 'reviews-title' => 'Ratings & Reviews', + 'write-review-btn' => 'Write Review', + 'choose-option' => 'Choose an option', + 'sale' => 'Sale', + 'new' => 'New', + 'empty' => 'No products available in this category', + 'add-to-cart' => 'Add To Cart', + 'book-now' => 'Book Now', + 'buy-now' => 'Buy Now', + 'whoops' => 'Whoops!', + 'quantity' => 'Quantity', + 'in-stock' => 'In Stock', + 'out-of-stock' => 'Out Of Stock', + 'view-all' => 'View All', + 'select-above-options' => 'Please select above options first.', + 'less-quantity' => 'Quantity can not be less than one.', + 'samples' => 'Samples', + 'links' => 'Links', + 'sample' => 'Sample', + 'name' => 'Name', + 'qty' => 'Qty', + 'starting-at' => 'Starting at', + 'customize-options' => 'Customize Options', + 'choose-selection' => 'Choose a selection', + 'your-customization' => 'Your Customization', + 'total-amount' => 'Total Amount', + 'none' => 'None', + 'available-for-order' => 'Available for Order', + 'settings' => 'Settings', + 'compare_options' => 'Compare Options', + ], + + // 'reviews' => [ + // 'empty' => 'You Have Not Reviewed Any Of Product Yet' + // ] + + 'buynow' => [ + 'no-options' => 'Please select options before buying this product.' + ], + + 'checkout' => [ + 'cart' => [ + 'integrity' => [ + 'missing_fields' => 'Some required fields missing for this product.', + 'missing_options' => 'Options are missing for this product.', + 'missing_links' => 'Downloadable links are missing for this product.', + 'qty_missing' => 'Atleast one product should have more than 1 quantity.', + 'qty_impossible' => 'Cannot add more than one of these products to cart.' + ], + 'create-error' => 'Encountered some issue while making cart instance.', + 'title' => 'Shopping Cart', + 'empty' => 'Your shopping cart is empty', + 'update-cart' => 'Update Cart', + 'continue-shopping' => 'Continue Shopping', + 'proceed-to-checkout' => 'Proceed To Checkout', + 'remove' => 'Remove', + 'remove-link' => 'Remove', + 'move-to-wishlist' => 'Move to Wishlist', + 'move-to-wishlist-success' => 'Item moved to wishlist successfully.', + 'move-to-wishlist-error' => 'Cannot move item to wishlist, please try again later.', + 'add-config-warning' => 'Please select option before adding to cart.', + 'quantity' => [ + 'quantity' => 'Quantity', + 'success' => 'Cart Item(s) successfully updated.', + 'illegal' => 'Quantity cannot be lesser than one.', + 'inventory_warning' => 'The requested quantity is not available, please try again later.', + 'error' => 'Cannot update the item(s) at the moment, please try again later.' + ], + + 'item' => [ + 'error_remove' => 'No items to remove from the cart.', + 'success' => 'Item was successfully added to cart.', + 'success-remove' => 'Item was removed successfully from the cart.', + 'error-add' => 'Item cannot be added to cart, please try again later.', + 'inactive' => 'An item is inactive and was removed from cart.', + 'inactive-add' => 'Inactive item cannot be added to cart.', + ], + 'quantity-error' => 'Requested quantity is not available.', + 'cart-subtotal' => 'Cart Subtotal', + 'cart-remove-action' => 'Do you really want to do this ?', + 'partial-cart-update' => 'Only some of the product(s) were updated', + 'link-missing' => '', + 'event' => [ + 'expired' => 'This event has been expired.' + ] + ], + + 'onepage' => [ + 'title' => 'Checkout', + 'information' => 'Information', + 'shipping' => 'Shipping', + 'payment' => 'Payment', + 'complete' => 'Complete', + 'review' => 'Review', + 'billing-address' => 'Billing Address', + 'sign-in' => 'Sign In', + 'company-name' => 'Company Name', + 'first-name' => 'First Name', + 'last-name' => 'Last Name', + 'email' => 'Email', + 'address1' => 'Street Address', + 'city' => 'City', + 'state' => 'State', + 'select-state' => 'Select a region, state or province', + 'postcode' => 'Zip/Postcode', + 'phone' => 'Telephone', + 'country' => 'Country', + 'order-summary' => 'Order Summary', + 'shipping-address' => 'Shipping Address', + 'use_for_shipping' => 'Ship to this address', + 'continue' => 'Continue', + 'shipping-method' => 'Select Shipping Method', + 'payment-methods' => 'Select Payment Method', + 'payment-method' => 'Payment Method', + 'summary' => 'Order Summary', + 'price' => 'Price', + 'quantity' => 'Quantity', + 'billing-address' => 'Billing Address', + 'shipping-address' => 'Shipping Address', + 'contact' => 'Contact', + 'place-order' => 'Place Order', + 'new-address' => 'Add New Address', + 'save_as_address' => 'Save this address', + 'apply-coupon' => 'Apply Coupon', + 'amt-payable' => 'Amount Payable', + 'got' => 'Got', + 'free' => 'Free', + 'coupon-used' => 'Coupon Used', + 'applied' => 'Applied', + 'back' => 'Back', + 'cash-desc' => 'Cash On Delivery', + 'money-desc' => 'Money Transfer', + 'paypal-desc' => 'Paypal Standard', + 'free-desc' => 'This is a free shipping', + 'flat-desc' => 'This is a flat rate', + 'password' => 'Password', + 'login-exist-message' => 'You already have an account with us, Sign in or continue as guest.', + 'enter-coupon-code' => 'Enter Coupon Code' + ], + + 'total' => [ + 'order-summary' => 'Order Summary', + 'sub-total' => 'Items', + 'grand-total' => 'Grand Total', + 'delivery-charges' => 'Delivery Charges', + 'tax' => 'Tax', + 'discount' => 'Discount', + 'price' => 'price', + 'disc-amount' => 'Amount discounted', + 'new-grand-total' => 'New Grand Total', + 'coupon' => 'Coupon', + 'coupon-applied' => 'Applied Coupon', + 'remove-coupon' => 'Remove Coupon', + 'cannot-apply-coupon' => 'Cannot Apply Coupon', + 'invalid-coupon' => 'Coupon code is invalid.', + 'success-coupon' => 'Coupon code applied successfully.', + 'coupon-apply-issue' => 'Coupon code can\'t be applied.' + ], + + 'success' => [ + 'title' => 'Order successfully placed', + 'thanks' => 'Thank you for your order!', + 'order-id-info' => 'Your order id is #:order_id', + 'info' => 'We will email you, your order details and tracking information' + ] + ], + + 'mail' => [ + 'order' => [ + 'subject' => 'New Order Confirmation', + 'heading' => 'Order Confirmation!', + 'dear' => 'Dear :customer_name', + 'dear-admin' => 'Dear :admin_name', + 'greeting' => 'Thanks for your Order :order_id placed on :created_at', + 'greeting-admin' => 'Order Id :order_id placed on :created_at', + 'summary' => 'Summary of Order', + 'shipping-address' => 'Shipping Address', + 'billing-address' => 'Billing Address', + 'contact' => 'Contact', + 'shipping' => 'Shipping Method', + 'payment' => 'Payment Method', + 'price' => 'Price', + 'quantity' => 'Quantity', + 'subtotal' => 'Subtotal', + 'shipping-handling' => 'Shipping & Handling', + 'tax' => 'Tax', + 'discount' => 'Discount', + 'grand-total' => 'Grand Total', + 'final-summary' => 'Thanks for showing your interest in our store we will send you tracking number once it shipped', + 'help' => 'If you need any kind of help please contact us at :support_email', + 'thanks' => 'Thanks!', + + 'comment' => [ + 'subject' => 'New comment added to your order #:order_id', + 'dear' => 'Dear :customer_name', + 'final-summary' => 'Thanks for showing your interest in our store', + 'help' => 'If you need any kind of help please contact us at :support_email', + 'thanks' => 'Thanks!', + ], + + 'cancel' => [ + 'subject' => 'Order Cancel Confirmation', + 'heading' => 'Order Cancelled', + 'dear' => 'Dear :customer_name', + 'greeting' => 'Your Order with order id :order_id placed on :created_at has been cancelled', + 'summary' => 'Summary of Order', + 'shipping-address' => 'Shipping Address', + 'billing-address' => 'Billing Address', + 'contact' => 'Contact', + 'shipping' => 'Shipping Method', + 'payment' => 'Payment Method', + 'subtotal' => 'Subtotal', + 'shipping-handling' => 'Shipping & Handling', + 'tax' => 'Tax', + 'discount' => 'Discount', + 'grand-total' => 'Grand Total', + 'final-summary' => 'Thanks for showing your interest in our store', + 'help' => 'If you need any kind of help please contact us at :support_email', + 'thanks' => 'Thanks!', + ] + ], + + 'invoice' => [ + 'heading' => 'Your invoice #:invoice_id for Order #:order_id', + 'subject' => 'Invoice for your order #:order_id', + 'summary' => 'Summary of Invoice', + ], + + 'shipment' => [ + 'heading' => 'Shipment #:shipment_id has been generated for Order #:order_id', + 'inventory-heading' => 'New shipment #:shipment_id has been generated for Order #:order_id', + 'subject' => 'Shipment for your order #:order_id', + 'inventory-subject' => 'New shipment has been generated for Order #:order_id', + 'summary' => 'Summary of Shipment', + 'carrier' => 'Carrier', + 'tracking-number' => 'Tracking Number', + 'greeting' => 'An order :order_id has been placed on :created_at', + ], + + 'refund' => [ + 'heading' => 'Your Refund #:refund_id for Order #:order_id', + 'subject' => 'Refund for your order #:order_id', + 'summary' => 'Summary of Refund', + 'adjustment-refund' => 'Adjustment Refund', + 'adjustment-fee' => 'Adjustment Fee' + ], + + 'forget-password' => [ + 'subject' => 'Customer Reset Password', + 'dear' => 'Dear :name', + 'info' => 'You are receiving this email because we received a password reset request for your account', + 'reset-password' => 'Reset Password', + 'final-summary' => 'If you did not request a password reset, no further action is required', + 'thanks' => 'Thanks!' + ], + + 'update-password' => [ + 'subject' => 'Password Updated', + 'dear' => 'Dear :name', + 'info' => 'You are receiving this email because you have updated your password.', + 'thanks' => 'Thanks!' + ], + + 'customer' => [ + 'new' => [ + 'dear' => 'Dear :customer_name', + 'username-email' => 'UserName/Email', + 'subject' => 'New Customer Registration', + 'password' => 'Password', + 'summary' => 'Your account has been created. + Your account details are below: ', + 'thanks' => 'Thanks!', + ], + + 'registration' => [ + 'subject' => 'New Customer Registration', + 'customer-registration' => 'Customer Registered Successfully', + 'dear' => 'Dear :customer_name', + 'greeting' => 'Welcome and thank you for registering with us!', + 'summary' => 'Your account has now been created successfully and you can login using your email address and password credentials. Upon logging in, you will be able to access other services including reviewing past orders, wishlists and editing your account information.', + 'thanks' => 'Thanks!', + ], + + 'verification' => [ + 'heading' => config('app.name') . ' - Email Verification', + 'subject' => 'Verification Mail', + 'verify' => 'Verify Your Account', + 'summary' => 'This is the mail to verify that the email address you entered is yours. + Kindly click the Verify Your Account button below to verify your account.' + ], + + 'subscription' => [ + 'subject' => 'Subscription Email', + 'greeting' => ' Welcome to ' . config('app.name') . ' - Email Subscription', + 'unsubscribe' => 'Unsubscribe', + 'summary' => 'Thanks for putting me into your inbox. It’s been a while since you’ve read ' . config('app.name') . ' email, and we don’t want to overwhelm your inbox. If you still do not want to receive + the latest email marketing news then for sure click the button below.' + ] + ] + ], + + 'webkul' => [ + 'copy-right' => '© Copyright :year Webkul Software, All rights reserved', + ], + + 'response' => [ + 'create-success' => ':name created successfully.', + 'update-success' => ':name updated successfully.', + 'delete-success' => ':name deleted successfully.', + 'submit-success' => ':name submitted successfully.' + ], +]; diff --git a/resources/lang/vendor/shop/es/app.php b/resources/lang/vendor/shop/es/app.php new file mode 100644 index 000000000..df88298e5 --- /dev/null +++ b/resources/lang/vendor/shop/es/app.php @@ -0,0 +1,670 @@ + 'Actividad sospechosa detectada!!!', + 'nothing-to-delete' => 'Nada que eliminar', + + 'layouts' => [ + 'my-account' => 'Mi Cuenta', + 'profile' => 'Perfil', + 'address' => 'Dirección', + 'reviews' => 'Opiniones', + 'wishlist' => 'Lista de deseos', + 'orders' => 'Pedidos', + 'downloadable-products' => 'Productos descargables' + ], + + 'common' => [ + 'error' => 'Algo ha ido mal, por favor prueba más tarde.' + ], + + 'home' => [ + 'page-title' => config('app.name') . ' - Inicio', + 'featured-products' => 'Productos Destacados', + 'new-products' => 'Nuevos Productos', + 'verify-email' => 'Verifica tu cuenta de correo', + 'resend-verify-email' => 'Reenviar correo de verificación' + ], + + 'header' => [ + 'title' => 'Cuenta', + 'dropdown-text' => 'Gestionar carrito, pedidos y lista de deseos', + 'sign-in' => 'Entrar', + 'sign-up' => 'Regístrate', + 'account' => 'Cuenta', + 'cart' => 'Cesta', + 'profile' => 'Perfil', + 'wishlist' => 'Lista de deseos', + 'logout' => 'Salir', + 'search-text' => 'Buscar productos' + ], + + 'minicart' => [ + 'view-cart' => 'Ver Cesta', + 'checkout' => 'Hacer pedido', + 'cart' => 'Cesta', + 'zero' => '0' + ], + + 'footer' => [ + 'subscribe-newsletter' => 'Suscríbete a la Newsletter', + 'subscribe' => 'Suscríbete', + 'locale' => 'Idioma', + 'currency' => 'Moneda', + ], + + 'subscription' => [ + 'unsubscribe' => 'Darse de baja', + 'subscribe' => 'Suscríbete', + 'subscribed' => 'Te has suscrito a la newsletter', + 'not-subscribed' => 'No se pudo suscribir a la newsletter, inténtalo de nuevo más tarde', + 'already' => 'Ya estás suscrito', + 'unsubscribed' => 'Te has desuscrito', + 'already-unsub' => 'Ya estás desuscrito', + 'not-subscribed' => '¡Error! El correo no se puede enviar actualmente, inténtalo de nuevo más tarde' + ], + + 'search' => [ + 'no-results' => 'No hay resultados', + 'page-title' => 'Búsqueda', + 'found-results' => 'No hay resultados de búsqueda', + 'found-result' => 'Resultados de la búsqueda', + 'analysed-keywords' => 'Analysed Keywords' + ], + + 'reviews' => [ + 'title' => 'Título', + 'add-review-page-title' => 'Añadir opinión', + 'write-review' => 'Escribir una opinión', + 'review-title' => 'Título de la opinión', + 'product-review-page-title' => 'Opinión del producto', + 'rating-reviews' => 'Calificación y opiniones', + 'submit' => 'ENVIAR', + 'delete-all' => 'Todas las opiniones se han eliminado con éxito', + 'ratingreviews' => ':rating calificaciones & :review opiniones', + 'star' => 'Star', + 'percentage' => ':percentage %', + 'id-star' => 'star', + 'name' => 'Nombre' + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Comparar', + 'compare_similar_items' => 'Comparar artículos similares', + 'add-tooltip' => 'Agregar producto para comparar lista', + 'added' => 'Elemento agregado con éxito a la lista de comparación', + 'already_added' => 'Elemento ya agregado a la lista de comparación', + 'removed' => 'Elemento eliminado con éxito de la lista de comparación', + 'removed-all' => 'Todos los elementos eliminados correctamente de la lista de comparación', + 'empty-text' => "No tienes ningún artículo en tu lista de comparación", + 'product_image' => 'Product Image', + 'actions' => 'Actions', + ], + + 'signup-text' => [ + 'account_exists' => 'Ya tienes una cuenta', + 'title' => 'Entrar' + ], + + 'signup-form' => [ + 'page-title' => 'Cliente - Formulario de registro', + 'title' => 'Regístrate', + 'firstname' => 'Nombre', + 'lastname' => 'Apellido', + 'email' => 'Email', + 'password' => 'Contraseña', + 'confirm_pass' => 'Confirma la contraseña', + 'button_title' => 'Registro', + 'agree' => 'De acuerdo', + 'terms' => 'Términos', + 'conditions' => 'Condiciones', + 'using' => 'Mediante el uso de este sitio web', + 'agreement' => 'Acuerdo', + 'success' => 'Cuenta creada exitosamente', + 'success-verify' => 'Cuenta creada con éxito, se ha enviado un correo electrónico para su verificación.', + 'success-verify-email-unsent' => 'Cuenta creada correctamente, pero no se envió el correo electrónico de verificación', + 'failed' => '¡Error! No se puede crear su cuenta, intente nuevamente más tarde', + 'already-verified' => 'Su cuenta ya está verificada o intente enviar un nuevo correo electrónico de verificación nuevamente', + 'verification-not-sent' => '¡Error! Problema al enviar el correo electrónico de verificación, intente nuevamente más tarde', + 'verification-sent' => 'El correo de verificación ha sido enviado', + 'verified' => 'Su cuenta ha sido verificada, intente iniciar sesión ahora', + 'verify-failed' => 'No podemos verificar su cuenta de correo', + 'dont-have-account' => 'No tienes cuenta con nosotros', + 'customer-registration' => 'Registrado con éxito' + ], + + 'login-text' => [ + 'no_account' => 'No tienes una cuenta', + 'title' => 'Regístrate', + ], + + 'login-form' => [ + 'page-title' => 'Cliente-Formulario de registro', + 'title' => 'Entrar', + 'email' => 'Correo electrónico', + 'password' => 'Contraseña', + 'forgot_pass' => '¿Has olvidado la contraseña?', + 'button_title' => 'Entrar', + 'remember' => 'Recuérdame', + 'footer' => '© Copyright :year Webkul Software, All rights reserved', + 'invalid-creds' => 'Por favor, verifica tus credenciales e intenta de nuevo', + 'verify-first' => 'Verifica tu correo electrónico primero', + 'not-activated' => 'La activación de la cuenta será aprovada por el administrador', + 'resend-verification' => 'Se ha reenviado un correo de verificación' + ], + + 'forgot-password' => [ + 'title' => 'Recuperar contraseña', + 'email' => 'Correo electrónico', + 'submit' => 'ENVIAR', + 'page_title' => 'Cliente - Formulario de contraseña olvidada' + ], + + 'reset-password' => [ + 'title' => 'Restablecer contraseña', + 'email' => 'Correo registrado', + 'password' => 'Contraseña', + 'confirm-password' => 'Confirma la contraseña', + 'back-link-title' => 'Reinicia sesión', + 'submit-btn-title' => 'Restablecer contraseña' + ], + + 'account' => [ + 'dashboard' => 'Cliente - Editar perfil', + 'menu' => 'Menu', + + 'general' => [ + 'no' => 'No', + 'yes' => 'si', + ], + + 'profile' => [ + 'index' => [ + 'page-title' => 'Cliente - Perfil', + 'title' => 'Perfil', + 'edit' => 'Editar', + ], + + 'edit-success' => 'Perfil actualizado exitosamente', + 'edit-fail' => '¡Error! El perfil no puede ser actualizado, por favor, inténtalo más tarde', + 'unmatch' => 'La anterior contraseña no coincide', + + 'fname' => 'Nombre', + 'lname' => 'Apellido', + 'gender' => 'Género', + 'other' => 'Otro', + 'male' => 'Masculino', + 'female' => 'Hembra', + 'dob' => 'Fecha de nacimiento', + 'phone' => 'Móvil', + 'email' => 'Correo electrónico', + 'opassword' => 'Contraseña anterior', + 'password' => 'Contraseña', + 'cpassword' => 'Confirma la contraseña', + 'submit' => 'Perfil actualizado', + + 'edit-profile' => [ + 'title' => 'Editar Perfil', + 'page-title' => 'Cliente - Formulario de edición de perfil' + ] + ], + + 'address' => [ + 'index' => [ + 'page-title' => 'Cliente - Dirección', + 'title' => 'Dirección', + 'add' => 'Añadir Dirección', + 'edit' => 'Editar', + 'empty' => 'No tienes ninguna dirección guardada, por favor, crea una clicando en el enlace de abajo', + 'create' => 'Crear Dirección', + 'delete' => 'Eliminar', + 'make-default' => 'Elegir por defecto', + 'default' => 'Por defecto', + 'contact' => 'Contacto', + 'confirm-delete' => '¿Quieres eleminar esta dirección?', + 'default-delete' => 'La dirección por defecto no puede ser cambiada', + 'enter-password' => 'Enter Your Password.', + ], + + 'create' => [ + 'page-title' => 'Cliente - Formulario de dirección', + 'title' => 'Añadir dirección', + 'street-address' => 'Calle', + 'country' => 'País', + 'state' => 'Estado', + 'select-state' => 'Selecciona una región, estado o provincia', + 'city' => 'Ciudad', + 'postcode' => 'Código postal', + 'phone' => 'Teléfono', + 'submit' => 'Guardar dirección', + 'success' => 'La dirección se ha añadido correctamente.', + 'error' => 'La dirección no se puede añadir.' + ], + + 'edit' => [ + 'page-title' => 'Cliente - Editar Dirección', + 'title' => 'Editar Dirección', + 'street-address' => 'Calle', + 'submit' => 'Guardar dirección', + 'success' => 'Dirección actualizada exitosamente.', + ], + 'delete' => [ + 'success' => 'Dirección eliminada correctamente', + 'failure' => 'La dirección no puede ser eliminada', + 'wrong-password' => 'Wrong Password !' + ] + ], + + 'order' => [ + 'index' => [ + 'page-title' => 'Cliente - Pedidos', + 'title' => 'Pedidos', + 'order_id' => 'ID Pedido', + 'date' => 'Fecha', + 'status' => 'Estado', + 'total' => 'Total', + 'order_number' => 'Número de pedido', + 'processing' => 'Processing', + 'completed' => 'Completed', + 'canceled' => 'Canceled', + 'closed' => 'Closed', + 'pending' => 'Pending', + 'pending-payment' => 'Pending Payment', + 'fraud' => 'Fraud' + ], + + 'view' => [ + 'page-tile' => 'Pedido #:order_id', + 'info' => 'Información', + 'placed-on' => 'Ubicación', + 'products-ordered' => 'Productos pedidos', + 'invoices' => 'Facturas', + 'shipments' => 'Envíos', + 'SKU' => 'SKU', + 'product-name' => 'Nombre', + 'qty' => 'Qty', + 'item-status' => 'Estado Item', + 'item-ordered' => 'Ordenado (:qty_ordered)', + 'item-invoice' => 'Facturado (:qty_invoiced)', + 'item-shipped' => 'Enviado (:qty_shipped)', + 'item-canceled' => 'Cancelado (:qty_canceled)', + 'price' => 'Precio', + 'total' => 'Total', + 'subtotal' => 'Total parcial', + 'shipping-handling' => 'Envío y Manipulación', + 'tax' => 'Impuesto', + 'discount' => 'Descuento', + 'tax-percent' => 'Porcentaje IVA', + 'tax-amount' => 'Cantidad impuesto', + 'discount-amount' => 'Cantidad descontada', + 'grand-total' => 'Total', + 'total-paid' => 'Total Pago', + 'total-refunded' => 'Total Reembolsado', + 'total-due' => 'Total', + 'shipping-address' => 'Dirección de envío', + 'billing-address' => 'Dirección de facturación', + 'shipping-method' => 'Método de envío', + 'payment-method' => 'Forma de pago', + 'individual-invoice' => 'Factura #:invoice_id', + 'individual-shipment' => 'Envío #:shipment_id', + 'print' => 'Imprimir', + 'invoice-id' => 'Factura Id', + 'order-id' => 'Pedido Id', + 'order-date' => 'Fecha pedido', + 'bill-to' => 'Facturar a', + 'ship-to' => 'Envío a', + 'contact' => 'Contacto', + 'tracking-number' => 'Tracking Number', + 'cancel-confirm-msg' => 'Estás segura de que deseas cancelar este pedido ?' + ] + ], + + 'wishlist' => [ + 'page-title' => 'Cliente - Lista de deseos', + 'title' => 'Lista de deseos', + 'deleteall' => 'Eliminar todo', + 'moveall' => 'Mover todos los productos a la cesta', + 'move-to-cart' => 'Mover a la cesta', + 'error' => 'No se puede agregar el producto a la lista de deseos por problemas desconocidos, inténtelo más tarde.', + 'add' => 'Artículo añadido a la lista de deseos', + 'remove' => 'Artículo eliminado de la lista de deseos', + 'add-wishlist-text' => 'Añadir producto a la lista de deseos', + 'remove-wishlist-text' => 'Eliminar producto de la lista de deseos', + 'moved' => 'Artículo movido a la cesta exitosamente', + 'move-error' => 'El artículo no se puede añadir a la lista de deseos, por favor inténtalo más tarde', + 'success' => 'Artículo añadido a la lista de deseos', + 'failure' => 'El artículo no se puede añadir a la lista de deseos, por favor inténtalo más tarde', + 'already' => 'Este artículo ya está en tu lista de deseos.', + 'removed' => 'Artículo eliminado de la lista de deseos', + 'remove-fail' => 'El artículo no se puede eliminar de la lista de deseos, por favor inténtalo más tarde', + 'empty' => 'No tiene ningún producto en su lista de deseos', + 'remove-all-success' => 'Todos los artículos de su lista de deseos han sido eliminados', + ], + + 'downloadable_products' => [ + 'title' => 'Productos descargables', + 'order-id' => 'Solicitar ID', + 'date' => 'Fecha', + 'name' => 'Título', + 'status' => 'Estado', + 'pending' => 'Pendiente', + 'available' => 'Disponible', + 'expired' => 'Caducado', + 'remaining-downloads' => 'Descargas restantes', + 'unlimited' => 'Ilimitado', + 'download-error' => 'El enlace de descarga ha caducado.' + ], + + 'review' => [ + 'index' => [ + 'title' => 'Opiniones', + 'page-title' => 'Cliente - Opiniones' + ], + + 'view' => [ + 'page-tile' => 'Opinión #:id', + ] + ] + ] + ], + + 'products' => [ + 'layered-nav-title' => 'Comprado por', + 'price-label' => 'Tan bajo como', + 'remove-filter-link-title' => 'Limpiar todo', + 'filter-to' => 'a', + 'sort-by' => 'Ordenar por', + 'from-a-z' => 'De A-Z', + 'from-z-a' => 'De Z-A', + 'newest-first' => 'Lo más nuevo primero', + 'oldest-first' => 'Lo más antiguo primero', + 'cheapest-first' => 'Lo más barato primero', + 'expensive-first' => 'Lo más caro primero', + 'show' => 'Show', + 'pager-info' => 'Mostrar :showing of :total Items', + 'description' => 'Descripción', + 'specification' => 'Especificaciones', + 'total-reviews' => ':total Reviews', + 'total-rating' => ':total_rating Ratings & :total_reviews Reviews', + 'by' => 'Por :name', + 'up-sell-title' => '¡Hemos encontrado otros productos que te pueden gustar!', + 'related-product-title' => 'Productos relacionados', + 'cross-sell-title' => 'Más opciones', + 'reviews-title' => 'Calificación y Opiniones', + 'write-review-btn' => 'Escribe una valoración', + 'choose-option' => 'Elige una opción', + 'sale' => 'En venta', + 'new' => 'Nuevo', + 'empty' => 'No hay prodcutos disponibles en esta categoría', + 'add-to-cart' => 'Añadir a la cesta', + 'book-now' => 'reservar ahora', + 'buy-now' => 'Comprar ahora', + 'whoops' => 'Ups!', + 'quantity' => 'Cantidad', + 'in-stock' => 'En estoc', + 'out-of-stock' => 'Sin estoc', + 'view-all' => 'Ver todo', + 'select-above-options' => 'Primero selecciona las opciones de arriba.', + 'less-quantity' => 'La cantidad no debe ser inferior a uno.', + 'available-for-order' => 'Disponible para ordenar', + 'settings' => 'Settings', + 'compare_options' => 'Compare Options', + ], + + // 'reviews' => [ + // 'empty' => 'Aún no has valorado ningún producto' + // ] + + 'buynow' => [ + 'no-options' => 'Por favor selecciona las opciones antes de comprar este producto' + ], + + + 'checkout' => [ + 'cart' => [ + 'integrity' => [ + 'missing_fields' =>'Faltan algunos campos requeridos', + 'missing_options' =>'Faltan opciones configurables del producto', + ], + 'create-error' => 'Se encontraron problemas con la cesta de compra', + 'title' => 'Cesta de la compra', + 'empty' => 'Tu cesta está vacía', + 'update-cart' => 'Actualizar cesta', + 'continue-shopping' => 'Seguir comprando', + 'proceed-to-checkout' => 'Continuar con el pago', + 'remove' => 'Eliminar', + 'remove-link' => 'Eliminar', + 'move-to-wishlist' => 'Mover a la lista de deseos', + 'move-to-wishlist-success' => 'Artículo movido a la lista de deseos', + 'move-to-wishlist-error' => 'El artículo no se puede añadir a la lista de deseos, por favor inténtalo más tarde', + 'add-config-warning' => 'Por favor selecciona las opciones antes de añadir a la cesta', + 'quantity' => [ + 'quantity' => 'Cantidad', + 'success' => 'Cesta actualizada exitosamente', + 'illegal' => 'La cantidad no puede ser menor que uno', + 'inventory_warning' => 'La cantidad solicitada no está disponible, inténtelo más tarde', + 'error' => 'No se pueden actualizar los artículos, inténtelo más tarde' + ], + 'item' => [ + 'error_remove' => 'No hay artículos que eliminar en la cesta', + 'success' => 'El artículp se añadió a la cesta', + 'success-remove' => 'El artículo se eliminó de la cesta', + 'error-add' => 'El artículo no se puede añadir a la cesta, inténtelo más tarde', + 'inactive' => 'An item is inactive and was removed from cart', + 'inactive-add' => 'Inactive item cannot be added to cart', + ], + 'quantity-error' => 'La cantidad solicitada no está disponible', + 'cart-subtotal' => 'Total parcial', + 'cart-remove-action' => '¿Realmente quieres hacer esto?', + 'partial-cart-update' => 'Solo algunos de los productos se han actualizado', + 'event' => [ + 'expired' => 'This event has been expired.' + ] + ], + + 'onepage' => [ + 'title' => 'Revisar', + 'information' => 'Información', + 'shipping' => 'Envío', + 'payment' => 'Pago', + 'complete' => 'Completado', + 'review' => 'revisión', + 'billing-address' => 'Dirección de facturación', + 'sign-in' => 'Entrar', + 'first-name' => 'Nombre', + 'last-name' => 'Apellido', + 'email' => 'Correo electrónico', + 'address1' => 'Calle', + 'city' => 'Ciudad', + 'state' => 'Estado', + 'select-state' => 'Selecciona una región, estado o provincia', + 'postcode' => 'Código postal', + 'phone' => 'Teléfono', + 'country' => 'País', + 'order-summary' => 'Resumen del pedido', + 'shipping-address' => 'Dirección de envío', + 'use_for_shipping' => 'Enviar a esta dirección', + 'continue' => 'Continuar', + 'shipping-method' => 'Seleccionar método de envío', + 'payment-methods' => 'Seleccionar forma de pago', + 'payment-method' => 'Forma de pago', + 'summary' => 'Resumen del pedido', + 'price' => 'Precio', + 'quantity' => 'Cantidad', + 'billing-address' => 'Dirección de facturación', + 'shipping-address' => 'Dirección de envío', + 'contact' => 'Contacto', + 'place-order' => 'Realizar pedido', + 'new-address' => 'Añadir nueva dirección', + 'save_as_address' => 'Guardar dirección', + 'apply-coupon' => 'Aplicar cupón', + 'amt-payable' => 'Cantidad a pagar', + 'got' => 'Tienes', + 'free' => 'Gratis', + 'coupon-used' => 'Cupón usado', + 'applied' => 'Aplicado', + 'back' => 'Volver', + 'cash-desc' => 'Pago en efectivo', + 'money-desc' => 'Transferencia bancaria', + 'paypal-desc' => 'Paypal', + 'free-desc' => 'Envío gratuito', + 'flat-desc' => 'Esta es una tarifa plana' + ], + + 'total' => [ + 'order-summary' => 'Resumen del pedido', + 'sub-total' => 'Artículos', + 'grand-total' => 'Total', + 'delivery-charges' => 'Gastos de envío', + 'tax' => 'Impuesto', + 'discount' => 'Descuento', + 'price' => 'Precio', + 'disc-amount' => 'Cantidad descontada', + 'new-grand-total' => 'Total', + 'coupon' => 'Cupón', + 'coupon-applied' => 'Cupón aplicado', + 'remove-coupon' => 'Eliminar cupón', + 'cannot-apply-coupon' => 'No se puede aplicar cupón' + ], + + 'success' => [ + 'title' => 'Pedido realizado correctamente', + 'thanks' => '¡Gracias por tu pedido!', + 'order-id-info' => 'Tu número de pedido es #:order_id', + 'info' => 'Te enviaremos un correo electrónico con los detalles de tu pedido y la información de seguimiento' + ] + ], + + 'mail' => [ + 'order' => [ + 'subject' => 'Nuevo pedido confirmado', + 'heading' => '¡Pedido Confirmado!', + 'dear' => 'Estimado/a :customer_name', + 'dear-admin' => 'Estimado/a :admin_name', + 'greeting' => 'Gracias por tu pedido :order_id placed on :created_at', + 'greeting-admin' => 'Pedido número :order_id placed on :created_at', + 'summary' => 'Resumen del pedido', + 'shipping-address' => 'Dirección de envío', + 'billing-address' => 'Dirección de facturación', + 'contact' => 'Contacto', + 'shipping' => 'Método de envío', + 'payment' => 'Forma de pago', + 'price' => 'Precio', + 'quantity' => 'Cantidad', + 'subtotal' => 'Subtotal', + 'shipping-handling' => 'Envío y manipulación', + 'tax' => 'Impuesto', + 'discount' => 'Descuento', + 'grand-total' => 'Total', + 'final-summary' => 'Gracias por tu pedido, te enviaremos el número de seguimiento una vez enviado', + 'help' => 'Si necesitas ayuda contacta con nosotros a través de :support_email', + 'thanks' => '¡Gracias!', + + 'comment' => [ + 'subject' => 'Nuevo comentario agregado a su pedido #:order_id', + 'dear' => 'Querida :customer_name', + 'final-summary' => 'Gracias por mostrar su interés en nuestra tienda.', + 'help' => 'Si necesita algún tipo de ayuda, contáctenos en :support_email', + 'thanks' => '¡Gracias!', + ], + + 'cancel' => [ + 'subject' => 'Confirmación de pedido cancelado', + 'heading' => 'Pedido cancelado', + 'dear' => 'Estimado/a :customer_name', + 'greeting' => 'Tu pedido con el número #:order_id placed on :created_at ha sido cancelado', + 'summary' => 'Resumen del pedido', + 'shipping-address' => 'Dirección de envío', + 'billing-address' => 'Dirección de facturación', + 'contact' => 'Contacto', + 'shipping' => 'Método de envío', + 'payment' => 'Forma de pago', + 'subtotal' => 'Subtotal', + 'shipping-handling' => 'Envío y Manipulación', + 'tax' => 'Impuesto', + 'discount' => 'Descuento', + 'grand-total' => 'Total', + 'final-summary' => 'Gracias por tu interés en nuestra tienda', + 'help' => 'Si necesitas ayuda contacta con nosotros a través de :support_email', + 'thanks' => '¡Gracias!', + ] + ], + 'invoice' => [ + 'heading' => 'Tu factura #:invoice_id for Order #:order_id', + 'subject' => 'Factura de tu pedido #:order_id', + 'summary' => 'Resumen de pedido', + ], + 'shipment' => [ + 'heading' => 'El Envío #:shipment_id ha sido generado por el pedido #:order_id', + 'inventory-heading' => 'Nuevo envío #:shipment_id ha sido generado por el pedido #:order_id', + 'subject' => 'Envío de tu pedido #:order_id', + 'inventory-subject' => 'Nuevo envío ha sido generado por el pedido #:order_id', + 'summary' => 'Resumen de envío', + 'carrier' => 'Transportista', + 'tracking-number' => 'Número de seguimiento', + 'greeting' => 'El pedido :order_id ha sido enviado a :created_at', + ], + 'forget-password' => [ + 'subject' => 'Restablecer contraseña cliente', + 'dear' => 'Estimado/a :name', + 'info' => 'Te hemos enviado este correo porque hemos recibido una solicitud para restablecer la contraseña de tu cuenta', + 'reset-password' => 'Restablecer contraseña', + 'final-summary' => 'Si no has solicitado cambiar de contraseña, ninguna acción es requerida por tu parte.', + 'thanks' => '¡Gracias!' + ], + 'update-password' => [ + 'subject' => 'Contraseña actualiza', + 'dear' => 'Estimado/a :name', + 'info' => 'Está recibiendo este correo electrónico porque ha actualizado su contraseña.', + 'thanks' => '¡Gracias!' + ], + 'customer' => [ + 'new' => [ + 'dear' => 'Estimado/a :customer_name', + 'username-email' => 'Nombre de usuario/Email', + 'subject' => 'Nuevo registro de cliente', + 'password' => 'Contraseña', + 'summary' => 'Tu cuenta ha sido creada en Bassar. + Los detalles de tu cuenta puedes verlos abajo: ', + 'thanks' => '¡Gracias!', + ], + + 'registration' => [ + 'subject' => 'Nuevo registro de cliente', + 'customer-registration' => 'Cliente registrado exitosamente', + 'dear' => 'Estimado/a :customer_name', + 'greeting' => '¡Bienvenido y gracias por registrarte en Bassar!', + 'summary' => 'Your account has now been created successfully and you can login using your email address and password credentials. Upon logging in, you will be able to access other services including reviewing past orders, wishlists and editing your account information.', + 'thanks' => '¡Gracias!', + ], + + 'verification' => [ + 'heading' => 'Bassar - Verificación por correo', + 'subject' => 'Verificación por correo', + 'verify' => 'Verifica tu cuenta', + 'summary' => 'Este mensaje es para verificar que esta dirección de mail es tuya. + Por favor, clica el botón de abajo para verificar tu cuenta.' + ], + + 'subscription' => [ + 'subject' => 'Subscripción mail', + 'greeting' => ' Bienvenido a Bassar - Subscripción por mail', + 'unsubscribe' => 'Darse de baja', + 'summary' => 'Gracias por ponernos en tu bandeja de entrada. Ha pasado un tiempo desde que leyó el último correo electrónico de Bassar, y no queremos abrumar su bandeja de entrada. Si ya no quiere recibir + las últimas noticias de marketing, haga clic en el botón de abajo.' + ] + ] + ], + + 'webkul' => [ + 'copy-right' => '© Copyright :year Webkul Software, All rights reserved', + ], + + 'response' => [ + 'create-success' => ':name creado correctamente.', + 'update-success' => ':name actualizado correctamente.', + 'delete-success' => ':name eliminado correctamente.', + 'submit-success' => ':name enviado correctamente.' + ], +]; diff --git a/resources/lang/vendor/shop/fa/app.php b/resources/lang/vendor/shop/fa/app.php new file mode 100644 index 000000000..fe8f3f1c2 --- /dev/null +++ b/resources/lang/vendor/shop/fa/app.php @@ -0,0 +1,723 @@ + '!!!فعالیت مشکوکی یافت شد', + 'nothing-to-delete' => 'هیچ چیز برای حذف نیست', + 'nothing-to-delete' => 'هیچ چیز برای حذف نیست', + + 'layouts' => [ + 'my-account' => 'حساب من', + 'profile' => 'مشخصات', + 'address' => 'نشانی', + 'reviews' => 'بررسی ها', + 'wishlist' => 'لیست دلخواه', + 'orders' => 'سفارشات', + 'downloadable-products' => 'محصولات دانلودی' + ], + + 'common' => [ + 'error' => 'مشکلی رخ داده است. لطفا بعدا دوباره امتحان کنید.', + 'no-result-found' => 'ما هیچ سابقه ای پیدا نکردیم.' + ], + + 'home' => [ + 'page-title' => 'فروشگاه - خانه', + 'featured-products' => 'محصولات برجسته', + 'new-products' => 'محصولات جدید', + 'verify-email' => 'حساب ایمیل خود را تأیید کنید', + 'resend-verify-email' => 'ایمیل تایید را دوباره بفرست' + ], + + 'header' => [ + 'title' => 'حساب', + 'dropdown-text' => 'مدیریت سبد خرید ، سفارشات و لیست دلخواه', + 'sign-in' => 'ورود', + 'sign-up' => 'ثبت نام', + 'account' => 'حساب', + 'cart' => 'سبد خرید', + 'profile' => 'مشخصات', + 'wishlist' => 'لیست دلخواه', + 'cart' => 'سبد خرید', + 'logout' => 'خروج', + 'search-text' => 'محصولات را در اینجا جستجو کنید' + ], + + 'minicart' => [ + 'view-cart' => 'مشاهده سبد خرید', + 'checkout' => 'وارسی', + 'cart' => 'سبد خرید', + 'zero' => '0' + ], + + 'footer' => [ + 'subscribe-newsletter' => 'عضویت در خبرنامه', + 'subscribe' => 'اشتراک در', + 'locale' => 'محل', + 'currency' => 'واحد پول', + ], + + 'subscription' => [ + 'unsubscribe' => 'لغو اشتراک', + 'subscribe' => 'اشتراک در', + 'subscribed' => 'شما هم اکنون در ایمیل های اشتراک مشترک شده اید', + 'not-subscribed' => 'شما نمی توانید به عضویت در ایمیل مشترک شوید ، پس از مدتی دوباره امتحان کنید', + 'already' => 'شما قبلاً در لیست اشتراک های ما مشترک شده اید', + 'unsubscribed' => 'شما از نامه های اشتراک مشترکاً مشترک نیستید', + 'already-unsub' => 'شما قبلاً لغو اشتراک شده اید', + 'not-subscribed' => 'خطا! نامه ارسال نمی شود در حال حاضر ، لطفا بعدا دوباره امتحان کنید' + ], + + 'search' => [ + 'no-results' => 'نتیجه ای پیدا نشد', + 'page-title' => 'فروشگاه - جستجو', + 'found-results' => 'نتایج جستجو یافت شد', + 'found-result' => 'نتیجه جستجو یافت شد', + 'analysed-keywords' => 'Analysed Keywords' + ], + + 'reviews' => [ + 'title' => 'عنوان', + 'add-review-page-title' => 'Add بررسی', + 'write-review' => 'یک بررسی بنویسید', + 'review-title' => 'عنوان خود را به نقد خود بدهید', + 'product-review-page-title' => 'بررسی محصول', + 'rating-reviews' => 'رتبه بندی و بررسی', + 'submit' => 'ارسال', + 'delete-all' => 'همه بررسی ها با موفقیت حذف شده است', + 'ratingreviews' => ':rating رتبه بندی ها و :review بررسی ها', + 'star' => 'ستاره', + 'percentage' => ':percentage %', + 'id-star' => 'ستاره', + 'name' => 'نام' + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'مقایسه کنید', + 'compare_similar_items' => 'موارد مشابه را مقایسه کنید', + 'add-tooltip' => 'اضافه کردن محصول برای مقایسه لیست', + 'added' => 'مورد با موفقیت برای مقایسه لیست اضافه شد', + 'already_added' => 'مورد در حال حاضر برای مقایسه لیست اضافه شده است', + 'removed' => 'مورد با موفقیت از لیست مقایسه حذف شد', + 'removed-all' => 'همه موارد با موفقیت از لیست مقایسه حذف شدند', + 'empty-text' => "شما هیچ موردی را در لیست مقایسه خود ندارید", + 'product_image' => 'Product Image', + 'actions' => 'Actions', + ], + + 'signup-text' => [ + 'account_exists' => 'قبلاً حساب داشته باشید', + 'title' => 'ورود' + ], + + 'signup-form' => [ + 'page-title' => 'مشتری - فرم ثبت نام', + 'title' => 'ثبت نام', + 'firstname' => 'نام کوچک', + 'lastname' => 'نام خانوادگی', + 'email' => 'پست الکترونیک', + 'password' => 'کلمه عبور', + 'confirm_pass' => 'رمز عبور را تأیید کنید', + 'button_title' => 'ثبت نام', + 'agree' => 'موافق', + 'terms' => 'مقررات', + 'conditions' => 'شرایط', + 'using' => 'با استفاده از این وب سایتe', + 'agreement' => 'توافق', + 'success' => 'حساب با موفقیت ایجاد شد', + 'success-verify' => 'ایجاد حساب با موفقیت ، نامه الکترونیکی برای تأیید ارسال شده است.', + 'success-verify-email-unsent' => 'حساب با موفقیت ایجاد شد ، اما نامه الکترونیکی تأیید نشده است', + 'failed' => 'خطا! نمی توانید حساب خود را ایجاد کنید ، بعدا دوباره امتحان کنید', + 'already-verified' => 'حساب شما قبلاً تأیید شده است یا لطفاً یک ایمیل تأیید جدید دوباره ارسال کنید', + 'verification-not-sent' => 'خطا! مشکلی در ارسال ایمیل تأیید صحت ، بعداً دوباره امتحان کنید', + 'verification-sent' => 'ایمیل تأیید ارسال شده است', + 'verified' => 'حساب شما تأیید شده است ، سعی کنید هم اکنون وارد سیستم شوید', + 'verify-failed' => 'ما نمی توانیم حساب نامه شما را تأیید کنیم', + 'dont-have-account' => 'شما با ما حساب ندارید', + 'customer-registration' => 'ثبت نام مشتری با موفقیت انجام شد' + ], + + 'login-text' => [ + 'no_account' => 'حساب ندارید', + 'title' => 'ثبت نام', + ], + + 'login-form' => [ + 'page-title' => 'ورود مشتری', + 'title' => 'ورود', + 'email' => 'پست الکترونیک', + 'password' => 'کلمه عبور', + 'forgot_pass' => 'رمز عبور را فراموش کرده اید؟', + 'button_title' => 'ورود', + 'remember' => 'مرا به خاطر بسپار', + 'footer' => '© حقوق النشر :year Webkul Software ، جميع الحقوق محفوظة', + 'invalid-creds' => 'لطفا مدارک خود را بررسی کنید و دوباره امتحان کنید', + 'verify-first' => 'ابتدا حساب ایمیل خود را تأیید کنید', + 'not-activated' => 'فعال سازی شما به دنبال تأیید سرپرست است', + 'resend-verification' => 'مجدداً نامه تأیید را دوباره ارسال کنید' + ], + + 'forgot-password' => [ + 'title' => 'بازیابی رمز عبور', + 'email' => 'پست الکترونیک', + 'submit' => 'ارسال', + 'page_title' => 'مشتری - فرم رمز عبور را فراموش کرده اید' + ], + + 'reset-password' => [ + 'title' => 'بازنشانی گذرواژه', + 'email' => 'ایمیل ثبت شده', + 'password' => 'کلمه عبور', + 'confirm-password' => 'رمز عبور را تأیید کنید', + 'back-link-title' => 'بازگشت به سیستم ورود به سیستم', + 'submit-btn-title' => 'بازنشانی گذرواژه' + ], + + 'account' => [ + 'dashboard' => 'مشتری - ویرایش نمایه', + 'menu' => 'فهرست', + + 'general' => [ + 'no' => 'نه', + 'yes' => 'آره', + ], + + 'profile' => [ + 'index' => [ + 'page-title' => 'مشتری - پروفایل', + 'title' => 'مشخصات', + 'edit' => 'ویرایش کنید', + ], + + 'edit-success' => 'نمایه با موفقیت به روز شد', + 'edit-fail' => 'خطا! نمایه به روز نمی شود ، لطفا بعداً دوباره امتحان کنید', + 'unmatch' => 'رمز عبور قدیمی مطابقت ندارد', + + 'fname' => 'نام کوچک', + 'lname' => 'نام خانوادگی', + 'gender' => 'جنسیت', + 'other' => 'دیگر', + 'male' => 'نر', + 'female' => 'زن', + 'dob' => 'تاریخ تولد', + 'phone' => 'تلفن', + 'email' => 'پست الکترونیک', + 'opassword' => 'گذرواژه قدیمی', + 'password' => 'کلمه عبور', + 'cpassword' => 'رمز عبور را تأیید کنید', + 'submit' => 'بروزرسانی پروفایل', + + 'edit-profile' => [ + 'title' => 'ویرایش نمایه', + 'page-title' => 'مشتری - ویرایش فرم پروفایل' + ] + ], + + 'address' => [ + 'index' => [ + 'page-title' => 'مشتری - آدرس', + 'title' => 'نشانی', + 'add' => 'اضافه کردن آدرس', + 'edit' => 'ویرایش کنید', + 'empty' => 'شما هیچ آدرس ذخیره ای در اینجا ندارید ، لطفاً با کلیک روی پیوند زیر سعی کنید آن را ایجاد کنید', + 'create' => 'ایجاد آدرس', + 'delete' => 'حذف', + 'make-default' => 'پیش فرض کنید', + 'default' => 'پیش فرض', + 'contact' => 'تماس', + 'confirm-delete' => 'آیا واقعاً می خواهید این آدرس را حذف کنید؟', + 'default-delete' => 'آدرس پیش فرض تغییر نمی کند', + 'enter-password' => 'رمز ورود خود را وارد کنید', + ], + + 'create' => [ + 'page-title' => 'مشتری - فرم آدرس را اضافه کنید', + 'company_name' => 'نام شرکت', + 'first_name' => 'نام کوچک', + 'last_name' => 'نام خانوادگی', + 'vat_id' => 'id وات', + 'vat_help_note' => '[Note: Use Country Code with VAT Id. Eg. INV01234567891]', + 'title' => 'اضافه کردن آدرس', + 'street-address' => 'آدرس خیابان', + 'country' => 'کشور', + 'state' => 'دولت', + 'select-state' => 'یک منطقه ، ایالت یا استان را انتخاب کنید', + 'city' => 'شهر', + 'postcode' => 'کد پستی', + 'phone' => 'تلفن', + 'submit' => 'ذخیره آدرس', + 'success' => 'آدرس با موفقیت اضافه شد', + 'error' => 'آدرس اضافه نمی شود.' + ], + + 'edit' => [ + 'page-title' => 'مشتری - ویرایش آدرس', + 'company_name' => 'نام شرکت', + 'first_name' => 'نام کوچک', + 'last_name' => 'نام خانوادگی', + 'vat_id' => 'id وات', + 'title' => 'ویرایش آدرس', + 'street-address' => 'آدرس خیابان', + 'submit' => 'ذخیره آدرس', + 'success' => 'آدرس با موفقیت به روز شد.', + ], + 'delete' => [ + 'success' => 'آدرس با موفقیت حذف شد', + 'failure' => 'آدرس حذف نمی شود', + 'wrong-password' => 'گذرواژه اشتباه!' + ] + ], + + 'order' => [ + 'index' => [ + 'page-title' => 'مشتری - سفارشات', + 'title' => 'سفارشات', + 'order_id' => 'شماره سفارش', + 'date' => 'تاریخ', + 'status' => 'وضعیت', + 'total' => 'جمع', + 'order_number' => 'شماره سفارش', + 'processing' => 'در حال پردازش', + 'completed' => 'تکمیل شد', + 'canceled' => 'لغو شد', + 'closed' => 'بسته شد', + 'pending' => 'در انتظار', + 'pending-payment' => 'در انتظار پرداخت', + 'fraud' => 'تقلب' + ], + + 'view' => [ + 'page-tile' => '#:order_id سفارش', + 'info' => 'اطلاعات', + 'placed-on' => 'قرار داده شده در', + 'products-ordered' => 'محصولات سفارش داده شده', + 'invoices' => 'صورت حساب', + 'shipments' => 'حمل و نقل', + 'SKU' => 'واحد نگهداری سهام', + 'product-name' => 'نام', + 'qty' => 'کمیت', + 'item-status' => 'وضعیت مورد', + 'item-ordered' => '(:qty_ordered) سفارش داد', + 'item-invoice' => '(:qty_invoiced) صورتحساب ', + 'item-shipped' => '(:qty_shipped) حمل شده', + 'item-canceled' => '(:qty_canceled) لغو شد', + 'item-refunded' => '(:qty_refunded) بازپرداخت', + 'price' => 'قیمت', + 'total' => 'جمع', + 'subtotal' => 'فرعی', + 'shipping-handling' => 'حمل و نقل و جابجایی', + 'tax' => 'مالیات', + 'discount' => 'تخفیف', + 'tax-percent' => 'درصد مالیات', + 'tax-amount' => 'مبلغ مالیات', + 'discount-amount' => 'مقدار تخفیف', + 'grand-total' => 'بزرگ توتال', + 'total-paid' => 'جمع پرداختی', + 'total-refunded' => 'بازپرداخت کل', + 'total-due' => 'بدهی کل', + 'shipping-address' => 'آدرس حمل و نقل', + 'billing-address' => 'آدرس قبض', + 'shipping-method' => 'روش حمل و نقل', + 'payment-method' => 'روش پرداخت', + 'individual-invoice' => '#:invoice_id صورتحساب', + 'individual-shipment' => '#:shipment_id حمل و نقل', + 'print' => 'چاپ', + 'invoice-id' => 'شناسه فاکتور', + 'order-id' => 'شماره سفارش', + 'order-date' => 'تاریخ سفارش', + 'bill-to' => 'بیل به', + 'ship-to' => 'حمل به', + 'contact' => 'تماس', + 'refunds' => 'بازپرداخت', + 'individual-refund' => '#:refund_id بازپرداخت', + 'adjustment-refund' => 'بازپرداخت تنظیم', + 'adjustment-fee' => 'هزینه تنظیم', + 'tracking-number' => 'Tracking Number', + 'cancel-confirm-msg' => 'Are you sure you want to cancel this order ?' + ] + ], + + 'wishlist' => [ + 'page-title' => 'مشتری - لیست دلخواه', + 'title' => 'لیست دلخواه', + 'deleteall' => 'حذف همه', + 'moveall' => 'انتقال همه محصولات به سبد خرید', + 'move-to-cart' => 'انتقال به سبد خرید', + 'error' => 'به دلیل مشکلات ناشناخته نمی توان محصول را به لیست دلخواه اضافه کرد ، لطفا بعداً بررسی کنید', + 'add' => 'مورد با موفقیت به لیست دلخواه اضافه شد', + 'remove' => 'مورد با موفقیت از لیست دلخواه حذف شد', + 'add-wishlist-text' => 'محصول را به لیست دلخواه اضافه کنید', + 'remove-wishlist-text' => 'محصول را از لیست دلخواه حذف کنید', + 'moved' => 'مورد با موفقیت به سبد خرید منتقل شد', + 'option-missing' => 'گزینه های محصول وجود ندارد ، بنابراین مورد را نمی توان به لیست دلخواه منتقل کرد.', + 'move-error' => 'مورد را نمی توان به لیست دلخواه منتقل کرد ، لطفا بعداً دوباره امتحان کنید', + 'success' => 'مورد با موفقیت به لیست دلخواه اضافه شد', + 'failure' => 'مورد را نمی توان به لیست دلخواه اضافه کرد ، لطفا بعداً دوباره امتحان کنید', + 'already' => 'مورد موجود در لیست دلخواه شما موجود است', + 'removed' => 'مورد با موفقیت از لیست دلخواه حذف شد', + 'remove-fail' => 'لطفاً مورد از لیست لیست حذف نشود ، لطفا بعداً دوباره امتحان کنید', + 'empty' => 'شما هیچ موردی در لیست دلخواه خود ندارید', + 'remove-all-success' => 'همه موارد از لیست دلخواه شما حذف شده است', + ], + + 'downloadable_products' => [ + 'title' => 'محصولات دانلودی', + 'order-id' => 'شماره سفارش', + 'date' => 'تاریخ', + 'name' => 'عنوان', + 'status' => 'وضعیت', + 'pending' => 'در انتظار', + 'available' => 'در دسترس', + 'expired' => 'منقضی شده', + 'remaining-downloads' => 'بارگیری های باقی مانده', + 'unlimited' => 'نامحدود', + 'download-error' => 'لینک دانلود منقضی شده است' + ], + + 'review' => [ + 'index' => [ + 'title' => 'بررسی ها', + 'page-title' => 'مشتری - بررسی' + ], + + 'view' => [ + 'page-tile' => '#:id بررسی', + ] + ] + ] + ], + + 'products' => [ + 'layered-nav-title' => 'خرید بوسیله ی', + 'price-label' => 'به اندازه کم', + 'remove-filter-link-title' => 'همه را پاک کن', + 'filter-to' => 'to', + 'sort-by' => 'مرتب سازی بر اساس', + 'from-a-z' => 'از A-Z', + 'from-z-a' => 'از Z-A', + 'newest-first' => 'جدیدترین اول', + 'oldest-first' => 'قدیمی ترها در اولویت', + 'cheapest-first' => 'ارزان ترین اول', + 'expensive-first' => 'گران قیمت اول', + 'show' => 'نشان دادن', + 'pager-info' => 'نمایش :showing از :total آیتم', + 'description' => 'شرح', + 'specification' => 'مشخصات', + 'total-reviews' => ':total بررسی ها', + 'total-rating' => ':total_rating رتبه بندی ها و :total_reviews بررسی ها', + 'by' => 'با :name', + 'up-sell-title' => 'ما محصولات دیگری را پیدا کردید که ممکن است دوست داشته باشید!', + 'related-product-title' => 'محصولات مرتبط', + 'cross-sell-title' => 'گزینه های بیشتر', + 'reviews-title' => 'رتبه بندی ها و بررسی ها', + 'write-review-btn' => 'نوشتن نظر', + 'choose-option' => 'گزینه ای را انتخاب کنید', + 'sale' => 'فروش', + 'new' => 'جدید', + 'empty' => 'هیچ کالایی در این گروه موجود نیست', + 'add-to-cart' => 'افزودن به سبد خرید', + 'book-now' => 'اکنون ثبت کن', + 'buy-now' => 'هم اکنون خریداری کنید', + 'whoops' => 'وای!', + 'quantity' => 'مقدار', + 'in-stock' => 'در انبار', + 'out-of-stock' => 'تمام شده', + 'view-all' => 'مشاهده همه', + 'select-above-options' => 'لطفا ابتدا گزینه های بالا را انتخاب کنید', + 'less-quantity' => 'کمیت نمی تواند کمتر از یک باشد.', + 'samples' => 'نمونه ها', + 'links' => 'پیوندها', + 'sample' => 'نمونه', + 'name' => 'نام', + 'qty' => 'کمیت', + 'starting-at' => 'شروع از', + 'customize-options' => 'گزینه ها را سفارشی کنید', + 'choose-selection' => 'انتخابی را انتخاب کنید', + 'your-customization' => 'شخصی سازی شما', + 'total-amount' => 'مقدار کل', + 'none' => 'هیچ یک', + 'available-for-order' => 'Available for Order', + 'settings' => 'Settings', + 'compare_options' => 'Compare Options', + ], + + // 'reviews' => [ + // 'empty' => 'You Have Not Reviewed Any Of Product Yet' + // ] + + 'buynow' => [ + 'no-options' => 'لطفا قبل از خرید این محصول گزینه هایی را انتخاب کنید' + ], + + 'checkout' => [ + 'cart' => [ + 'integrity' => [ + 'missing_fields' =>'نقض یکپارچگی سیستم سبد خرید ، برخی از زمینه های لازم وجود ندارد', + 'missing_options' =>'نقض یکپارچگی سیستم سبد خرید ، گزینه هایی برای محصول قابل تنظیم وجود ندارد', + 'missing_links' => 'لینک های قابل بارگیری برای این محصول وجود ندارد', + 'qty_missing' => 'حداقل یک محصول باید بیش از 1 مقدار داشته باشد.', + 'qty_impossible' => 'نمی توان بیش از یکی از این محصولات را به سبد خرید اضافه کرد' + ], + 'create-error' => 'هنگام تهیه نمونه سبد خرید ، با برخی از شماره ها روبرو شد', + 'title' => 'سبد خرید', + 'empty' => 'سبد خرید شما خالی است', + 'update-cart' => 'به روز رسانی سبد خرید', + 'continue-shopping' => 'ادامه خرید', + 'proceed-to-checkout' => 'ادامه به پرداخت', + 'remove' => 'برداشتن', + 'remove-link' => 'برداشتن', + 'move-to-wishlist' => 'انتقال به لیست دلخواه', + 'move-to-wishlist-success' => 'مورد به لیست دلخواه منتقل شد', + 'move-to-wishlist-error' => 'نمی توان مورد را به لیست علاقه مندی ها انتقال داد ، لطفا بعداً دوباره امتحان کنید', + 'add-config-warning' => 'لطفا قبل از افزودن به سبد خرید گزینه را انتخاب کنید', + 'quantity' => [ + 'quantity' => 'مقدار', + 'success' => 'مورد (سبد) سبد خرید با موفقیت به روز شد', + 'illegal' => 'مقدار نمی تواند از یک مقدار کمتر باشد', + 'inventory_warning' => 'مقدار درخواستی در دسترس نیست ، لطفا بعداً دوباره امتحان کنید', + 'error' => 'در حال حاضر نمی توانید موارد (های) را به روز کنید ، لطفا بعداً دوباره امتحان کنید' + ], + + 'item' => [ + 'error_remove' => 'هیچ موردی برای حذف از سبد خرید وجود ندارد', + 'success' => 'مورد با موفقیت به سبد خرید اضافه شد', + 'success-remove' => 'مورد با موفقیت از سبد خرید حذف شد', + 'error-add' => 'لطفاً موردی را به سبد خرید اضافه نکرد ، لطفا بعداً دوباره امتحان کنید', + 'inactive' => 'An item is inactive and was removed from cart', + 'inactive-add' => 'Inactive item cannot be added to cart', + ], + + 'quantity-error' => 'مقدار درخواستی در دسترس نیست', + 'cart-subtotal' => 'سبد فرعی', + 'cart-remove-action' => 'آیا واقعاً می خواهید این کار را انجام دهید؟', + 'partial-cart-update' => 'فقط برخی از محصولات (های) به روز شده اند', + 'event' => [ + 'expired' => 'This event has been expired.' + ] + ], + + 'onepage' => [ + 'title' => 'وارسی', + 'information' => 'اطلاعات', + 'shipping' => 'حمل دریایی', + 'payment' => 'پرداخت', + 'complete' => 'تکمیل', + 'review' => 'مرور', + 'billing-address' => 'آدرس قبض', + 'sign-in' => 'ورود', + 'company-name' => 'نام شرکت', + 'first-name' => 'نام کوچک', + 'last-name' => 'نام خانوادگی', + 'email' => 'پست الکترونیک', + 'address1' => 'آدرس خیابان', + 'city' => 'شهر', + 'state' => 'دولت', + 'select-state' => 'یک منطقه ، ایالت یا استان را انتخاب کنید', + 'postcode' => 'پستی / کدپستی', + 'phone' => 'تلفن', + 'country' => 'کشور', + 'order-summary' => 'خلاصه سفارش', + 'shipping-address' => 'آدرس حمل و نقل', + 'use_for_shipping' => 'حمل به این آدرس', + 'continue' => 'ادامه هید', + 'shipping-method' => 'نحوه ارسال را انتخاب کنید', + 'payment-methods' => 'روش پرداخت را انتخاب کنید', + 'payment-method' => 'روش پرداخت', + 'summary' => 'خلاصه سفارش', + 'price' => 'قیمت', + 'quantity' => 'مقدار', + 'billing-address' => 'آدرس قبض', + 'shipping-address' => 'آدرس حمل و نقل', + 'contact' => 'تماس', + 'place-order' => 'ترتیب سفارش', + 'new-address' => 'آدرس جدید را اضافه کنید', + 'save_as_address' => 'ذخیره به عنوان آدرس', + 'apply-coupon' => 'کوپن را اعمال کنید', + 'amt-payable' => 'مبلغ قابل پرداخت', + 'got' => 'بدست آورد', + 'free' => 'رایگان', + 'coupon-used' => 'کوپن مورد استفاده', + 'applied' => 'کاربردی', + 'back' => 'بازگشت', + 'cash-desc' => 'پرداخت نقدی هنگام تحویل', + 'money-desc' => 'انتقال پول', + 'paypal-desc' => 'استاندارد پی پال', + 'free-desc' => 'این یک ارسال رایگان است', + 'flat-desc' => 'این یک نرخ مسطح است', + 'password' => 'کلمه عبور', + 'login-exist-message' => 'شما قبلاً با ما حساب کاربری دارید ، وارد شوید یا به عنوان مهمان ادامه دهید', + 'enter-coupon-code' => 'شماره کوپن را وارد کنید' + ], + + 'total' => [ + 'order-summary' => 'خلاصه سفارش', + 'sub-total' => 'موارد', + 'grand-total' => 'بزرگ توتال', + 'delivery-charges' => 'هزینه های تحویل', + 'tax' => 'مالیات', + 'discount' => 'تخفیف', + 'price' => 'قیمت', + 'disc-amount' => 'مقدار تخفیف', + 'new-grand-total' => 'کل بزرگ عالی', + 'coupon' => 'کوپن', + 'coupon-applied' => 'کوپن کاربردی', + 'remove-coupon' => 'کوپن را بردارید', + 'cannot-apply-coupon' => 'کوپن قابل اعمال نیست', + 'invalid-coupon' => 'کد کوپن نامعتبر است', + 'success-coupon' => 'کد کوپن با موفقیت اعمال شد', + 'coupon-apply-issue' => 'کد کوپن نمی تواند اعمال شود' + ], + + 'success' => [ + 'title' => 'سفارش با موفقیت درج شد', + 'thanks' => 'از سفارش شما متشکریم!', + 'order-id-info' => 'شناسه سفارش شماست #:order_id', + 'info' => 'ما به شما ، اطلاعات سفارش و اطلاعات ردیابی به شما ایمیل خواهیم داد' + ] + ], + + 'mail' => [ + 'order' => [ + 'subject' => 'تأیید سفارش جدید', + 'heading' => 'تایید سفارش!', + 'dear' => 'عزیز :customer_name', + 'dear-admin' => 'عزیز :admin_name', + 'greeting' => 'با تشکر از سفارش شما :order_id قرار داده شده در :created_at', + 'greeting-admin' => 'شماره سفارش :order_id قرار داده شده در :created_at', + 'summary' => 'خلاصه سفارش', + 'shipping-address' => 'آدرس حمل و نقل', + 'billing-address' => 'آدرس قبض', + 'contact' => 'تماس', + 'shipping' => 'روش حمل و نقل', + 'payment' => 'روش پرداخت', + 'price' => 'قیمت', + 'quantity' => 'مقدار', + 'subtotal' => 'فرعی', + 'shipping-handling' => 'حمل و نقل و جابجایی', + 'tax' => 'مالیات', + 'discount' => 'تخفیف', + 'grand-total' => 'بزرگ توتال', + 'final-summary' => 'با تشکر از علاقه شما به فروشگاه ما ، شماره حمل و نقل را برای شما ارسال می کنیم', + 'help' => 'در صورت نیاز به هر نوع کمک ، لطفا با ما تماس بگیرید :support_email', + 'thanks' => 'با تشکر!', + + 'comment' => [ + 'subject' => '#:order_id نظر جدیدی به سفارش شما اضافه شد', + 'dear' => ':customer_name عزیز', + 'final-summary' => 'با تشکر از علاقه شما به فروشگاه ما', + 'help' => ':support_email در صورت نیاز به هر نوع کمک ، لطفا با ما تماس بگیرید', + 'thanks' => 'با تشکر!', + ], + + 'cancel' => [ + 'subject' => 'تأیید سفارش را لغو کنید', + 'heading' => 'سفارش لغو شد', + 'dear' => ':customer_name عزیز', + 'greeting' => ':created_at والمقدم في #:order_id تم إلغاء الطلب الذي يحمل رقم الطلب', + 'summary' => 'خلاصه سفارش', + 'shipping-address' => 'آدرس حمل و نقل', + 'billing-address' => 'آدرس قبض', + 'contact' => 'مخاطب', + 'shipping' => 'روش حمل و نقل', + 'payment' => 'روش پرداخت', + 'subtotal' => 'فرعی', + 'shipping-handling' => 'حمل و نقل و جابجایی', + 'tax' => 'مالیات', + 'discount' => 'تخفیف', + 'grand-total' => 'بزرگ توتال', + 'final-summary' => 'با تشکر از علاقه شما به فروشگاه ما', + 'help' => ':support_email در صورت نیاز به هر نوع کمک ، لطفا با ما تماس بگیرید', + 'thanks' => '!با تشکر', + ] + ], + + 'invoice' => [ + 'heading' => 'صورت حساب شما #:invoice_id برای سفارش #:order_id', + 'subject' => 'فاکتور سفارش شما #:order_id', + 'summary' => 'خلاصه فاکتور', + ], + + 'shipment' => [ + 'heading' => 'حمل و نقل #:shipment_id برای سفارش تولید شده است #:order_id', + 'inventory-heading' => 'حمل و نقل جدید #:shipment_id برای سفارش تولید شده است #:order_id', + 'subject' => 'حمل و نقل برای سفارش شما #:order_id', + 'inventory-subject' => 'محموله جدید برای سفارش تولید شده است #:order_id', + 'summary' => 'خلاصه حمل و نقل', + 'carrier' => 'حامل', + 'tracking-number' => 'شماره پیگیری', + 'greeting' => 'یک سفارش :order_id قرار داده شده است :created_at', + ], + + 'refund' => [ + 'heading' => '#:order_id للطلب #:refund_id أموالك المستردة', + 'subject' => '#:order_id رد أموال لطلبك', + 'summary' => 'خلاصه بازپرداخت', + 'adjustment-refund' => 'بازپرداخت تنظیم', + 'adjustment-fee' => 'هزینه تنظیم' + ], + + 'forget-password' => [ + 'subject' => 'بازنشانی گذرواژه مشتری', + 'dear' => ':name عزیز', + 'info' => 'شما این ایمیل را دریافت می کنید زیرا ما درخواست بازنشانی رمزعبور را برای حساب شما دریافت کردیم', + 'reset-password' => 'بازنشانی گذرواژه', + 'final-summary' => 'اگر درخواست بازنشانی گذرواژه را نکردید ، دیگر نیازی به اقدامات لازم نیست', + 'thanks' => 'با تشکر' + ], + + 'update-password' => [ + 'subject' => 'پسورد آپدیت شد', + 'dear' => ':name عزیز', + 'info' => 'شما این ایمیل را دریافت می کنید زیرا رمز خود را به روز کرده اید.', + 'thanks' => 'با تشکر' + ], + + 'customer' => [ + 'new' => [ + 'dear' => ':customer_name عزیز', + 'username-email' => 'نام کاربری / ایمیل', + 'subject' => 'ثبت نام مشتری جدید', + 'password' => 'ثبت نام مشتری جدیدثبت نام مشتری جدید', + 'summary' => 'حساب شما ایجاد شده است +                  جزئیات حساب شما در زیر آمده است', + 'thanks' => 'با تشکر' + ], + + 'registration' => [ + 'subject' => 'ثبت نام مشتری جدید', + 'customer-registration' => 'ثبت نام مشتری با موفقیت انجام شد', + 'dear' => ':customer_name عزیز', + 'greeting' => '! خوش آمديد و از شما ممنونم كه با ما ثبت نام كرديد', + 'summary' => 'اکنون حساب شما با موفقیت ایجاد شده است و می توانید با استفاده از آدرس ایمیل و اعتبار نامه خود وارد شوید. پس از ورود به سیستم ، می توانید به سایر خدمات از جمله بررسی سفارشات گذشته ، لیست های آرزو و ویرایش اطلاعات حساب خود دسترسی پیدا کنید.', + 'thanks' => 'با تشکر', + ], + + 'verification' => [ + 'heading' => ' - تأكيد بواسطة البريد الالكتروني' . config('app.name') , + 'subject' => 'نامه تأیید صحت', + 'verify' => 'حساب کاربری خودراتایید کنید', + 'summary' => 'این نامه برای تأیید اینکه آدرس ایمیلی که وارد کردید مال شماست. +                  برای تأیید حساب خود ، لطفاً روی دکمه تأیید حساب خود در زیر کلیک کنید' + ], + + 'subscription' => [ + 'subject' => 'ایمیل اشتراک', + 'greeting' => ' الاشتراك عبر البريد الإلكتروني' . config('app.name'). ' مرحبًا بك في', + 'unsubscribe' => 'لغو اشتراک', + 'summary' => 'متشکرم که مرا وارد صندوق ورودی کردید. مدتی است که شما نامه' . config('app.name').' را خوانده اید ، و ما نمی خواهیم صندوق ورودی شما را تحت الشعاع قرار دهیم. اگر هنوز نمی خواهید دریافت کنید +                  آخرین اخبار بازاریابی ایمیل و سپس برای دیدن دکمه زیر کلیک کنید.' + ] + ] + ], + + 'webkul' => [ + 'copy-right' => ' جميع الحقوق محفوظة,:year Webkul Software حقوق الطبع والنشر ©', + ], + + 'response' => [ + 'create-success' => 'تم إنشاء name: بنجاح', + 'update-success' => 'تم تحديث name: بنجاح', + 'delete-success' => 'تم حذف :name بنجاح', + 'submit-success' => 'تم تقديم name: بنجاح' + ], +]; diff --git a/resources/lang/vendor/shop/it/app.php b/resources/lang/vendor/shop/it/app.php new file mode 100644 index 000000000..599ff938a --- /dev/null +++ b/resources/lang/vendor/shop/it/app.php @@ -0,0 +1,721 @@ + 'La partita IVA indicata ha un formato non corretto', + 'security-warning' => 'Identificata attività sospetta!!!', + 'nothing-to-delete' => 'Niente da eliminare', + + 'layouts' => [ + 'my-account' => 'Il Mio Account', + 'profile' => 'Profilo', + 'address' => 'Indirizzo', + 'reviews' => 'Recensioni', + 'wishlist' => 'Preferiti', + 'orders' => 'Ordini', + 'downloadable-products' => 'Prodotti Scaricabili' + ], + + 'common' => [ + 'error' => 'Qualcosa è andato storto, per favore prova ancora più tardi.', + 'no-result-found' => 'Non abbiamo trovato risultati.' + ], + + 'home' => [ + 'page-title' => config('app.name') . ' - Home', + 'featured-products' => 'Prodotti in evidenza', + 'new-products' => 'Nuovi Prodotti', + 'verify-email' => 'Verifica il tuo indirizzo email', + 'resend-verify-email' => 'Reinvia email di verifica' + ], + + 'header' => [ + 'title' => 'Account', + 'dropdown-text' => 'Gestione Carrello, Ordini e Preferiti', + 'sign-in' => 'Login', + 'sign-up' => 'Registrati', + 'account' => 'Account', + 'cart' => 'Carrello', + 'profile' => 'Profilo', + 'wishlist' => 'Preferiti', + 'cart' => 'Carrello', + 'logout' => 'Logout', + 'search-text' => 'Cerca prodotti qui' + ], + + 'minicart' => [ + 'view-cart' => 'Mostra Carrello', + 'checkout' => 'Cassa', + 'cart' => 'Carrello', + 'zero' => '0' + ], + + 'footer' => [ + 'subscribe-newsletter' => 'Iscriviti alla Newsletter', + 'subscribe' => 'Iscriviti', + 'locale' => 'Lingua', + 'currency' => 'Valuta', + ], + + 'subscription' => [ + 'unsubscribe' => 'Cancellati', + 'subscribe' => 'Iscriviti', + 'subscribed' => 'Ora sei iscritto al nostro servizio di notifica.', + 'not-subscribed' => 'Non è stato possibile iscriverti al nostro servizio di notifica, prova di nuovo più tardi.', + 'already' => 'Sei già iscritto al nostro servizio di notifica.', + 'unsubscribed' => 'Sei stato rimosso dal nostro servizio di notifica.', + 'already-unsub' => 'Sei già stato cancellato.', + 'not-subscribed' => 'Errore! L\'email non può essere inviata in questo momento, per favore riprovare più tardi.' + ], + + 'search' => [ + 'no-results' => 'Nessun risultato trovato', + 'page-title' => config('app.name') . ' - Cerca', + 'found-results' => 'Risultati trovati', + 'found-result' => 'Risultato trovato', + 'analysed-keywords' => 'Analysed Keywords' + ], + + 'reviews' => [ + 'title' => 'Titolo', + 'add-review-page-title' => 'Aggiungi Recensione', + 'write-review' => 'Scrivi una recensione', + 'review-title' => 'Dai un titolo alla tua recensione', + 'product-review-page-title' => 'Recensione Prodotto', + 'rating-reviews' => 'Valutazioni e recensioni', + 'submit' => 'INVIA', + 'delete-all' => 'Tutte le recensioni sono state eliminate con successo', + 'ratingreviews' => ':rating Valutazioni e :review Recensioni', + 'star' => 'Stella', + 'percentage' => ':percentage %', + 'id-star' => 'stella', + 'name' => 'Nome', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Compara', + 'compare_similar_items' => 'Compara articoli simili', + 'add-tooltip' => 'Aggiungi prodotto per confrontare l\'elenco', + 'added' => 'Articolo aggiunto alla lista di comparazione', + 'already_added' => 'Articolo già aggiunto alla lista di comparazione', + 'removed' => 'Articolo rimosso dalla lista di comparazione', + 'removed-all' => 'Tutti gli elementi rimossi dall\'elenco di confronto', + 'empty-text' => "Non hai articoli nella tua lista di comparazione", + ], + + 'signup-text' => [ + 'account_exists' => 'Sei già registrato?', + 'title' => 'Login' + ], + + 'signup-form' => [ + 'page-title' => 'Crea subito il tuo profilo', + 'title' => 'Registrati', + 'firstname' => 'Nome', + 'lastname' => 'Cognome', + 'email' => 'Email', + 'password' => 'Password', + 'confirm_pass' => 'Conferma Password', + 'button_title' => 'Registrati', + 'agree' => 'Acconsento', + 'terms' => 'Termini', + 'conditions' => 'Condizioni', + 'using' => 'utilizzando questo sito', + 'agreement' => 'Accordo', + 'success' => 'Account creato con successo.', + 'success-verify' => 'Account creato con successo, una e-mail è stata inviata per verifica.', + 'success-verify-email-unsent' => 'Account creato con successo, ma non è stato possibile inviare l\'email di verifica.', + 'failed' => 'Errore! Non è stato possibile creare il tuo profilo, prova di nuovo più tardi.', + 'already-verified' => 'Il tuo profilo è già stato verificato oppure il link di verifica è scaduto. Prova a chidere una nuova email di verifica.', + 'verification-not-sent' => 'Errore! Problema nell\'invio dell\'email di verifica, prova di nuovo più tardi.', + 'verification-sent' => 'Email di verifica inviata', + 'verified' => 'Il tuo account è stato verificato, prova ora ad autenticarti.', + 'verify-failed' => 'Non possiamo verificare la tua email', + 'dont-have-account' => 'Non risulti registrato sul nostro sito.', + 'customer-registration' => 'CIl cliente è stato registrato con successo' + ], + + 'login-text' => [ + 'no_account' => 'Primo accesso?', + 'title' => 'Registrati', + ], + + 'login-form' => [ + 'page-title' => 'Login', + 'title' => 'Login', + 'email' => 'Email', + 'password' => 'Password', + 'forgot_pass' => 'Dimenticato Password?', + 'button_title' => 'Login', + 'remember' => 'Ricordami', + 'footer' => '© Copyright :year Webkul Software, Tutti i diritti riservati', + 'invalid-creds' => 'Per favore verifica le tue credenziali e prova di nuovo.', + 'verify-first' => 'Verifica prima il tuo account email.', + 'not-activated' => 'La tua attivazione richiede l\'approvazione di un amministratore', + 'resend-verification' => 'Reinvia l\'email di verifica' + ], + + 'forgot-password' => [ + 'title' => 'Recupera Password', + 'email' => 'Email', + 'submit' => 'Richiedi nuova Password', + 'page_title' => 'Hai dimenticato la Password?' + ], + + 'reset-password' => [ + 'title' => 'Crea nuova Password', + 'email' => 'Email registrata', + 'password' => 'Password', + 'confirm-password' => 'Conferma Password', + 'back-link-title' => 'Ritorna a Login', + 'submit-btn-title' => 'Aggiorna Password' + ], + + 'account' => [ + 'dashboard' => 'Modifica Profilo', + 'menu' => 'Menu', + + 'general' => [ + 'no' => 'No', + 'yes' => 'sì', + ], + + 'profile' => [ + 'index' => [ + 'page-title' => 'Profilo', + 'title' => 'Profilo', + 'edit' => 'Modifica', + ], + + 'edit-success' => 'Profilo aggiornato con successo.', + 'edit-fail' => 'Errore! Non è stato possibile aggiornare il profilo, prova nuovamente più tardi.', + 'unmatch' => 'La vecchia password non coincide.', + + 'fname' => 'Nome', + 'lname' => 'Cognome', + 'gender' => 'Sesso', + 'other' => 'Altro', + 'male' => 'Uomo', + 'female' => 'Donna', + 'dob' => 'Data di nascita', + 'phone' => 'Telefono', + 'email' => 'Email', + 'opassword' => 'Vecchia Password', + 'password' => 'Password', + 'cpassword' => 'Conferma Password', + 'submit' => 'Aggiorna Profilo', + + 'edit-profile' => [ + 'title' => 'Modifica Profilo', + 'page-title' => 'Modifica Profilo' + ] + ], + + 'address' => [ + 'index' => [ + 'page-title' => 'Indirizzo', + 'title' => 'Indirizzo', + 'add' => 'Aggiungi Indirizzo', + 'edit' => 'Modifica', + 'empty' => 'Non hai ancora salvato i tuoi indirizzi, prova ad aggiungerne uno cliccando il link qui sotto', + 'create' => 'Crea Indirizzo', + 'delete' => 'Elimina', + 'make-default' => 'Rendi Predefinito', + 'default' => 'Predefinito', + 'contact' => 'Contatto', + 'confirm-delete' => 'Vuoi veramente eliminare questo indirizzo?', + 'default-delete' => 'L\'indirizzo predefinito non può essere modificato.', + 'enter-password' => 'Inserisci la tua Password.', + ], + + 'create' => [ + 'page-title' => 'Aggiungi Indirizzo', + 'company_name' => 'Ragione Sociale', + 'first_name' => 'Nome', + 'last_name' => 'Cognome', + 'vat_id' => 'Partita IVA', + 'vat_help_note' => '[Nota: Utilizza il codice paese con la Partita IVA. Es. IT01234567891]', + 'title' => 'Aggiungi Indirizzo', + 'street-address' => 'Indirizzo', + 'country' => 'Paese', + 'state' => 'Provincia', + 'select-state' => 'Seleziona provincia', + 'city' => 'Città', + 'postcode' => 'CAP', + 'phone' => 'Telefono', + 'submit' => 'Salva Indirizzo', + 'success' => 'Indirizzo aggiunto con successo.', + 'error' => 'Non è stato possibile aggiungere l\'indirizzo.' + ], + + 'edit' => [ + 'page-title' => 'Modifica Indirizzo', + 'company_name' => 'Ragione Sociale', + 'first_name' => 'Nome', + 'last_name' => 'Cognome', + 'vat_id' => 'Partita IVA', + 'title' => 'Modifica Indirizzo', + 'street-address' => 'Indirizzo', + 'submit' => 'Salva Indirizzo', + 'success' => 'Indirizzo aggiornato con successo.', + ], + 'delete' => [ + 'success' => 'Indirizzo eliminato con successo', + 'failure' => 'L\'indirizzo non può essere eliminato', + 'wrong-password' => 'Password errata !' + ] + ], + + 'order' => [ + 'index' => [ + 'page-title' => 'Ordini', + 'title' => 'Ordini', + 'order_id' => 'Ordine Nro', + 'date' => 'Data', + 'status' => 'Status', + 'total' => 'Totale', + 'order_number' => 'Numero Ordine', + 'processing' => 'In lavorazione', + 'completed' => 'Completato', + 'canceled' => 'Cancellato', + 'closed' => 'Chiuso', + 'pending' => 'In attesa', + 'pending-payment' => 'In attesa pagamento', + 'fraud' => 'Frode' + ], + + 'view' => [ + 'page-tile' => 'Ordine #:order_id', + 'info' => 'Informazioni', + 'placed-on' => 'Data Ordine', + 'products-ordered' => 'Prodotti Ordinati', + 'invoices' => 'Fatture', + 'shipments' => 'Spedizioni', + 'SKU' => 'SKU', + 'product-name' => 'Articolo', + 'qty' => 'Qtà', + 'item-status' => 'Stato Articolo', + 'item-ordered' => 'Ordinato (:qty_ordered)', + 'item-invoice' => 'Fatturato (:qty_invoiced)', + 'item-shipped' => 'spedito (:qty_shipped)', + 'item-canceled' => 'Cancellato (:qty_canceled)', + 'item-refunded' => 'Rimborsato (:qty_refunded)', + 'price' => 'Prezzo', + 'total' => 'Totale', + 'subtotal' => 'Subtotale', + 'shipping-handling' => 'Spedizione', + 'tax' => 'IVA', + 'discount' => 'Sconto', + 'tax-percent' => 'IVA %', + 'tax-amount' => 'IVA', + 'discount-amount' => 'Sconto', + 'grand-total' => 'Totale', + 'total-paid' => 'Totale Pagato', + 'total-refunded' => 'Total Rimborsato', + 'total-due' => 'Totale da pagare', + 'shipping-address' => 'Indirizzo Spedizione', + 'billing-address' => 'Indirizzo Ordinante', + 'shipping-method' => 'Metodo Spedizione', + 'payment-method' => 'Metodo Pagamento', + 'individual-invoice' => 'Fattura #:invoice_id', + 'individual-shipment' => 'Spedizione #:shipment_id', + 'print' => 'Stampa', + 'invoice-id' => 'Fattura Nro', + 'order-id' => 'Ordine Nro', + 'order-date' => 'Ordine Data', + 'bill-to' => 'Fatturato a', + 'ship-to' => 'Spedito a', + 'contact' => 'Contatto', + 'refunds' => 'Rimborsi', + 'individual-refund' => 'Rimborso #:refund_id', + 'adjustment-refund' => 'Rimborso', + 'adjustment-fee' => 'Commissione di rimborso', + 'cancel-btn-title' => 'Cancella', + 'tracking-number' => 'Tracking Number', + 'cancel-confirm-msg' => 'Sei sicuro di voler annullare questo ordine ?' + ] + ], + + 'wishlist' => [ + 'page-title' => 'Preferiti', + 'title' => 'Preferiti', + 'deleteall' => 'Elimina tutti', + 'moveall' => 'Aggiungi tutti i Prodotti al Carrello', + 'move-to-cart' => 'Aggiungi al Carrello', + 'error' => 'Non è possibile aggiungere il prodotto ai preferiti per un problema sconosciuto, provare nuovamente più tardi', + 'add' => 'Il prodotto è stato aggiunto ai preferiti', + 'remove' => 'Articolo rimosso dai preferiti', + 'add-wishlist-text' => 'Aggiungi prodotto a wishlist', + 'remove-wishlist-text' => 'Rimuovi prodotti da wishlist', + 'moved' => 'Articolo aggiunto al carrello', + 'option-missing' => 'Le opzioni del prodotto mancano, per questo il prodotto non può essere aggiunto ai preferiti.', + 'move-error' => 'Il prodotto non può essere aggiunto ai preferiti, prova nuovamente più tardi', + 'success' => 'Il prodotto è stato aggiunto ai preferiti', + 'failure' => 'Il prodotto non può essere aggiunto ai preferiti, prova nuovamente più tardi', + 'already' => 'Il prodotto è già presente nei tuoi preferiti', + 'removed' => 'Il prodotto è stato rimosso dai preferiti', + 'remove-fail' => 'Il prodotto non può essere rimosso dai preferiti, prova nuovamente più tardi', + 'empty' => 'Non hai ancora aggiunto prodotti ai tuoi preferiti', + 'remove-all-success' => 'Tutti gli articoli sono stati rimossi dai tuoi preferiti', + ], + + 'downloadable_products' => [ + 'title' => 'Prodotti scaricabili', + 'order-id' => 'Id Ordine', + 'date' => 'Data', + 'name' => 'Titolo', + 'status' => 'Status', + 'pending' => 'In attesa', + 'available' => 'Disponibile', + 'expired' => 'Scaduto', + 'remaining-downloads' => 'Download rimasti', + 'unlimited' => 'Illimitati', + 'download-error' => 'Il link per il Download è scaduto.' + ], + + 'review' => [ + 'index' => [ + 'title' => 'Recensioni', + 'page-title' => 'Recensioni' + ], + + 'view' => [ + 'page-tile' => 'Recensione #:id', + ] + ] + ] + ], + + 'products' => [ + 'layered-nav-title' => 'Acquista per', + 'price-label' => 'A partire da', + 'remove-filter-link-title' => 'Rimuovi filtri', + 'sort-by' => 'Ordina per', + 'from-a-z' => 'Da A-Z', + 'from-z-a' => 'Da Z-A', + 'newest-first' => 'I più recenti prima', + 'oldest-first' => 'I più datati prima', + 'cheapest-first' => 'Prezzo più basso prima', + 'expensive-first' => 'Prezzo più alto prima', + 'show' => 'Mostra', + 'pager-info' => 'Stai vedendo :showing di :total Items', + 'description' => 'Descrizione', + 'specification' => 'Specifiche', + 'total-reviews' => ':total Recensioni', + 'total-rating' => ':total_rating valutazioni e :total_reviews recensioni', + 'by' => 'Per :name', + 'up-sell-title' => 'Abbiamo trovato altri prodotti che potrebbero piacerti!', + 'related-product-title' => 'Prodotti correlati', + 'cross-sell-title' => 'Altre scelte', + 'reviews-title' => 'Valutazioni e Recensioni', + 'write-review-btn' => 'Scrivi una recensione', + 'choose-option' => 'Scegli una opzione', + 'sale' => 'Promo', + 'new' => 'Nuovo', + 'empty' => 'Nessun prodotto disponibile in questa categoria', + 'add-to-cart' => 'Aggiungi al Carrello', + 'book-now' => 'Prenota ora', + 'buy-now' => 'Compra ora', + 'whoops' => 'Whoops!', + 'quantity' => 'Quantità', + 'in-stock' => 'Disponibile', + 'out-of-stock' => 'Esaurito', + 'view-all' => 'Mostra Tutto', + 'select-above-options' => 'Per favore seleziona prima le opzioni sopra.', + 'less-quantity' => 'La quantità non può essere inferiore a uno.', + 'samples' => 'Campioni', + 'links' => 'Links', + 'sample' => 'Campione', + 'name' => 'Nome', + 'qty' => 'Qtà', + 'starting-at' => 'A partire da', + 'customize-options' => 'Customizza opzioni', + 'choose-selection' => 'Scegli una selezione', + 'your-customization' => 'La tua Personalizzazione', + 'total-amount' => 'Totale', + 'none' => 'Nessuno', + 'available-for-order' => 'Disponibile per lordine', + 'settings' => 'Settings', + 'compare_options' => 'Compare Options', + ], + + // 'reviews' => [ + // 'empty' => 'Non hai ancora recensito alcun prodotto' + // ] + + 'buynow' => [ + 'no-options' => 'Per favore seleziona le opzioni per acquistare questo prodotto.' + ], + + 'checkout' => [ + 'cart' => [ + 'integrity' => [ + 'missing_fields' => 'Mancano alcuni campi obbligatori per questo prodotto.', + 'missing_options' => 'Mancano alcune Opzioni obbligatorie per questo prodotto.', + 'missing_links' => 'I link per il download di questo prodotto sono mancanti.', + 'qty_missing' => 'Almeno un prodotto dovrebbe avere una quantità superiore a 1.', + 'qty_impossible' => 'Non è possibile aggiungere più di un pezzo di questo articolo nel carrello.' + ], + 'create-error' => 'Si è verificato un problema durante la visualizzazione del carrello.', + 'title' => 'Carrello', + 'empty' => 'Il tuo carrello è ancora vuoto', + 'update-cart' => 'Aggiorna Carrello', + 'continue-shopping' => 'Continua con i tuoi acquisti', + 'proceed-to-checkout' => 'Procedi alla Cassa', + 'remove' => 'Rimuovi', + 'remove-link' => 'Rimuovi', + 'move-to-wishlist' => 'Sposta nella Wishlist', + 'move-to-wishlist-success' => 'Articolo spostato nella tua wishlist.', + 'move-to-wishlist-error' => 'Non è possibile spostare l\'articolo nella tua wishlist, prova ancora.', + 'add-config-warning' => 'Seleziona una opzione prima di aggiungere al carrello.', + 'quantity' => [ + 'quantity' => 'Quantità', + 'success' => 'Articoli nel carrello aggiornati con successo.', + 'illegal' => 'La quantità non può essere inferiore a 0.', + 'inventory_warning' => 'La quantità richiesta non è disponibile, prova ancora.', + 'error' => 'Non è posibile aggiornare gli articoli al momento, prova ancora.' + ], + + 'item' => [ + 'error_remove' => 'Nessun prodotto da rimuovere nel carrello.', + 'success' => 'Prodotto aggiunto al carrello.', + 'success-remove' => 'Prodotto rimosso dal carrello.', + 'error-add' => 'Il prodotto non può essere aggiunto al carrello, prova ancora.', + 'inactive' => 'An item is inactive and was removed from cart.', + 'inactive-add' => 'Inactive item cannot be added to cart.', + ], + 'quantity-error' => 'La quantità richiesta non è disponibile.', + 'cart-subtotal' => 'Subtotale Carrello', + 'cart-remove-action' => 'Vuoi veramente farlo ?', + 'partial-cart-update' => 'Solo alcuni dei prodotti sono stati aggiornati', + 'link-missing' => '', + 'event' => [ + 'expired' => 'Questo evento è terminato.' + ] + ], + + 'onepage' => [ + 'title' => 'Cassa', + 'information' => 'Informazioni', + 'shipping' => 'Spedizione', + 'payment' => 'Pagamento', + 'complete' => 'Completo', + 'review' => 'Revisione', + 'billing-address' => 'Indirizzo Fatturazione', + 'sign-in' => 'Login', + 'company-name' => 'Azienda', + 'first-name' => 'Nome', + 'last-name' => 'Cognome', + 'email' => 'Email', + 'address1' => 'Indirizzo', + 'city' => 'Città', + 'state' => 'Provincia', + 'select-state' => 'Seleziona una provincia', + 'postcode' => 'CAP', + 'phone' => 'Telefono', + 'country' => 'Paese', + 'order-summary' => 'Riepilogo Ordine', + 'shipping-address' => 'Indirizzo Spedizione', + 'use_for_shipping' => 'Spedisci a questo indirizzo', + 'continue' => 'Continua', + 'shipping-method' => 'Seleziona Metodo di Spedizione', + 'payment-methods' => 'Seleziona Metodo di Pagamento', + 'payment-method' => 'Metodo di Pagamento', + 'summary' => 'Riepilogo Ordine', + 'price' => 'Prezzo', + 'quantity' => 'Quantità', + 'billing-address' => 'Indirizzo Fatturazione', + 'shipping-address' => 'Indirizzo Spedizione', + 'contact' => 'Contatto', + 'place-order' => 'Procedi con Ordine', + 'new-address' => 'Aggiungi Nuovo Indirizzo', + 'save_as_address' => 'Salva questo indirizzo', + 'apply-coupon' => 'Codice Promo', + 'amt-payable' => 'Totale da Pagare', + 'got' => 'Got', + 'free' => 'Gratis', + 'coupon-used' => 'Codice Utilizzato', + 'applied' => 'Applicato', + 'back' => 'Indietro', + 'cash-desc' => 'Contrassegno', + 'money-desc' => 'Bonifico', + 'paypal-desc' => 'Paypal', + 'free-desc' => 'Questa è una spedizine gratuita', + 'flat-desc' => 'Questa è una spedizione a prezzo fisso', + 'password' => 'Password', + 'login-exist-message' => 'Sei già registrato nel nostro store, effettua la login o continua come ospite.', + 'enter-coupon-code' => 'Inserisci Codice Promo' + ], + + 'total' => [ + 'order-summary' => 'Riepilogo Ordine', + 'sub-total' => 'Articoli', + 'grand-total' => 'Totale', + 'delivery-charges' => 'Spedizione', + 'tax' => 'IVA', + 'discount' => 'Sconto', + 'price' => 'prezzo', + 'disc-amount' => 'Totale Scontato', + 'new-grand-total' => 'Nuovo Totale', + 'coupon' => 'Codice Promo', + 'coupon-applied' => 'Codice Promo Applicato', + 'remove-coupon' => 'Rimuovi Codice Promo', + 'cannot-apply-coupon' => 'Non è possibile Applicare il Codice Promo', + 'invalid-coupon' => 'Il Codice Promo non è valido.', + 'success-coupon' => 'Codice Promo applicato con successo.', + 'coupon-apply-issue' => 'Il Codice Promo non può essere applicato.' + ], + + 'success' => [ + 'title' => 'Ordine completato con successo', + 'thanks' => 'Grazie per il tuo ordine!', + 'order-id-info' => 'Il tuo id ordine è #:order_id', + 'info' => 'Ti invieremo via email i dettagli del tuo ordine e le informazioni di tracking' + ] + ], + + 'mail' => [ + 'order' => [ + 'subject' => 'Nuova Conferma Ordine', + 'heading' => 'Conferma Ordine!', + 'dear' => ':customer_name', + 'dear-admin' => ':admin_name', + 'greeting' => 'Grazie per il tuo Oridne :order_id su :created_at', + 'greeting-admin' => 'Id Ordine :order_id su :created_at', + 'summary' => 'Riepilogo Ordine', + 'shipping-address' => 'Indirizzo Spedizione', + 'billing-address' => 'Indirizzo Fatturazione', + 'contact' => 'Contatto', + 'shipping' => 'Metodo di Spedizione', + 'payment' => 'Metodo di Pagamento', + 'price' => 'Prezzo', + 'quantity' => 'Quantità', + 'subtotal' => 'Subtotale', + 'shipping-handling' => 'Spedizione', + 'tax' => 'IVA', + 'discount' => 'Sconto', + 'grand-total' => 'Totale', + 'final-summary' => 'Grazie per il tuo interesse nel nostro store, ti invieremo un codice di tracking una volta che la spedizione sarà completata', + 'help' => 'Se hai bisogno di aiuto contattaci qui :support_email', + 'thanks' => 'Grazie!', + + 'comment' => [ + 'subject' => 'Nuovo commento aggiunto al tuo ordine #:order_id', + 'dear' => ':customer_name', + 'final-summary' => 'Grazie per aver mostrato interesse per il nostro store', + 'help' => 'Se hai bisogno di aiuto contattaci all\'indirizzo :support_email', + 'thanks' => 'Graze!', + ], + + 'cancel' => [ + 'subject' => 'Conferma Cancellazione Ordine', + 'heading' => 'Ordine Cancellato', + 'dear' => ':customer_name', + 'greeting' => 'Il tuo Ordine #:order_id su :created_at è stato cancellato', + 'summary' => 'Riepilogo Ordine', + 'shipping-address' => 'Indirizzo di Spedizione', + 'billing-address' => 'Indirizzo di Fattuazione', + 'contact' => 'Contatti', + 'shipping' => 'Metodo di Spedizione', + 'payment' => 'Metodo di Pagamento', + 'subtotal' => 'Subtotale', + 'shipping-handling' => 'Spedizione', + 'tax' => 'IVA', + 'discount' => 'Sconto', + 'grand-total' => 'Totale', + 'final-summary' => 'Grazie per l\'interesse mostrato nel nostro store', + 'help' => 'Se hai bisogno di qualsiasi tipo di aiuto contattaci a :support_email', + 'thanks' => 'Grazie!', + ] + ], + + 'invoice' => [ + 'heading' => 'Fattura #:invoice_id per l\'Ordine #:order_id', + 'subject' => 'Fattura per ordine #:order_id', + 'summary' => 'Dettaglio Fattura', + ], + + 'shipment' => [ + 'heading' => 'La Spedizione #:shipment_id relativa all\'Ordine #:order_id è stata generata ', + 'inventory-heading' => 'Nuova Spedizione #:shipment_id relativa all\'Ordine #:order_id è stata generata', + 'subject' => 'Spedizione per il tuo ordine #:order_id', + 'inventory-subject' => 'Nuova spedizione generata per l\'Ordine #:order_id', + 'summary' => 'Riepilogo Spedizione', + 'carrier' => 'Corriere', + 'tracking-number' => 'Codice Tracking', + 'greeting' => 'Un ordine :order_id è stato piazzato su :created_at', + ], + + 'refund' => [ + 'heading' => 'Il tuo rimborso #:refund_id per l\'Ordine #:order_id', + 'subject' => 'Rimborso per il tuo ordine #:order_id', + 'summary' => 'Riepilogo rimborso', + 'adjustment-refund' => 'Rimborso accordato', + 'adjustment-fee' => 'Commissione di rimborso' + ], + + 'forget-password' => [ + 'subject' => 'Generazione Nuova Password', + 'dear' => ':name', + 'info' => 'Ricevi questa email perchè abbiamo ricevuto una richiesta di generazione di nuova password per il tuo account', + 'reset-password' => 'Generazione nuova Password', + 'final-summary' => 'Se non hai inviato tu questa richiesta, non è necessario effettuare alcuna operazione', + 'thanks' => 'Grazie!' + ], + + 'update-password' => [ + 'subject' => 'Password aggiornata', + 'dear' => 'Cara :name', + 'info' => 'Ricevi questa email perché hai aggiornato la password.', + 'thanks' => 'Grazie!' + ], + + 'customer' => [ + 'new' => [ + 'dear' => 'Gentile :customer_name', + 'username-email' => 'UserName/Email', + 'subject' => 'Nuova registrazione cliente', + 'password' => 'Password', + 'summary' => 'Il tuo account è stato creato. + I dettagli del tuo account sono i seguenti: ', + 'thanks' => 'Grazie!', + ], + + 'registration' => [ + 'subject' => 'Nuova registrazione cliente', + 'customer-registration' => 'Cliente registrato con successo', + 'dear' => 'Gentile :customer_name', + 'greeting' => 'Benvenuto e grazie per esserti registrato!', + 'summary' => 'Il tuo account è stato creato e puoi ora effettuare la login utilizzando il tuo indirizzo email e la password che hai scelto. Una volta effettuato l\'accesso, potrai accedere ad altri servizi tra cui revisione ordini passati, gestione prodotti preferiti e modifica dei tuoi dati.', + 'thanks' => 'Grazie!', + ], + + 'verification' => [ + 'heading' => config('app.name') . ' - Email di Verifica', + 'subject' => 'Email di verifica', + 'verify' => 'Verifica il tuo Account', + 'summary' => 'Questa email serve a verificare che l\'indirizzo email che hai inserito ti appartenga veramente. + Clicca il bottone Verifica il tuo Account qui sotto per verificare il tuo account.' + ], + + 'subscription' => [ + 'subject' => 'Email Iscrizione', + 'greeting' => ' Benvenuto ' . config('app.name') . ' - Email Iscrizione', + 'unsubscribe' => 'Cancellati', + 'summary' => 'Grazie per avere scelto di ricevere le nostre email. È passato un po\' di tempo da quando hai letto le email di ' . config('app.name') . '. Non è un nostro desidero inondare la tua casella email con le nostre comunicazioni. Se desideri comunque + non ricevere più le nostre news clicca il bottone qui sotto.' + ] + ] + ], + + 'webkul' => [ + 'copy-right' => '© Copyright :year Webkul Software, Tutti i diritti riservati', + ], + + 'response' => [ + 'create-success' => ':name creato con successoy.', + 'update-success' => ':name aggiornato con successo.', + 'delete-success' => ':name eliminato con successo.', + 'submit-success' => ':name inviato con successo.' + ], +]; \ No newline at end of file diff --git a/resources/lang/vendor/shop/ja/app.php b/resources/lang/vendor/shop/ja/app.php new file mode 100644 index 000000000..380aed093 --- /dev/null +++ b/resources/lang/vendor/shop/ja/app.php @@ -0,0 +1,661 @@ + 'セキュリティの警告', + 'nothing-to-delete' => '削除するアイテムはありません', + + 'layouts' => [ + 'my-account' => 'マイアカウント', + 'profile' => 'プロフィール', + 'address' => 'アドレス', + 'reviews' => 'レビュー', + 'wishlist' => 'お気に入り', + 'orders' => '注文', + 'downloadable-products' => 'ダウンロードアイテム' + ], + + 'common' => [ + 'error' => 'エラーが発生しました。しばらく待ってから、再度アクセスしてください。' + ], + + 'home' => [ + 'page-title' => config('app.name') . ' - ホーム', + 'featured-products' => 'おすすめ', + 'new-products' => 'New', + 'verify-email' => 'メールアドレスを確認します', + 'resend-verify-email' => '確認メールを再送信' + ], + + 'header' => [ + 'title' => 'アカウント', + 'dropdown-text' => 'カート、注文、お気に入りの管理', + 'sign-in' => 'ログイン', + 'sign-up' => 'アカウント登録', + 'account' => 'アカウント', + 'cart' => 'カート', + 'profile' => 'プロフィール', + 'wishlist' => 'お気に入り', + 'logout' => 'ログアウト', + 'search-text' => 'アイテムを探す' + ], + + 'minicart' => [ + 'view-cart' => 'カートを見る', + 'checkout' => 'レジへ進む', + 'cart' => 'カート', + 'zero' => '0' + ], + + 'footer' => [ + 'subscribe-newsletter' => 'メルマガ登録', + 'subscribe' => '登録', + 'locale' => '言語', + 'currency' => '通貨', + ], + + 'subscription' => [ + 'unsubscribe' => '退会', + 'subscribe' => '登録', + 'subscribed' => 'メルマガ登録が完了しました', + 'not-subscribed' => 'メルマガ登録ができません。しばらく待ってから、再度お試しください。', + 'already' => '既にメルマガ登録済です', + 'unsubscribed' => '退会しました', + 'already-unsub' => '既に退会済です', + 'not-subscribed' => 'メールを送信できませんでした。しばらくしてから再度お試しください。' + ], + + 'search' => [ + 'no-results' => 'お探しの条件に合う検索結果が見つかりませんでした。', + 'page-title' => '検索', + 'found-results' => '検索結果', + 'found-result' => '検索結果', + 'analysed-keywords' => 'Analysed Keywords' + ], + + 'reviews' => [ + 'title' => 'レビュー', + 'add-review-page-title' => 'レビューを書く', + 'write-review' => 'レビューを書く', + 'review-title' => 'タイトル', + 'product-review-page-title' => 'アイテムのレビュー', + 'rating-reviews' => '評価と意見', + 'submit' => '送信', + 'delete-all' => '全て削除します', + 'ratingreviews' => ':rating 評価 & :review レビュー', + 'star' => '星', + 'percentage' => ':percentage %', + 'id-star' => '星', + 'name' => '名前' + ], + + 'customer' => [ + 'compare' => [ + 'text' => '比較する', + 'compare_similar_items' => '類似アイテムを比較する', + 'add-tooltip' => '製品を追加して比較リスト', + 'added' => 'アイテムを比較リストに追加しました', + 'already_added' => 'アイテムは比較リストに既に追加されています', + 'removed' => '比較リストからアイテムを削除しました', + 'removed-all' => '比較リストからすべてのアイテムを削除しました', + 'empty-text' => "比較リストにアイテムがありません", + 'product_image' => 'Product Image', + 'actions' => 'Actions', + ], + + 'signup-text' => [ + 'account_exists' => '既に登録されております', + 'title' => 'アカウント登録' + ], + + 'signup-form' => [ + 'page-title' => 'アカウント登録', + 'title' => 'アカウント登録', + 'firstname' => '名', + 'lastname' => '姓', + 'email' => 'メールアドレス', + 'password' => 'パスワード', + 'confirm_pass' => 'パスワードを確認', + 'button_title' => '登録', + 'agree' => '同意', + 'terms' => '規約', + 'conditions' => '条件', + 'using' => 'by using this website', + 'agreement' => '承諾', + 'success' => 'アカウントが登録されました', + 'success-verify' => 'アカウント登録完了の確認メールが送信されました', + 'success-verify-email-unsent' => 'アカウント登録が完了されましたが、確認メールが送信ができませんでした', + 'failed' => 'アカウント登録ができませんでした しばらくしてから、再度お試しください', + 'already-verified' => '既にアカウントをお持ちです 確認メールを再度送信してください', + 'verification-not-sent' => '確認メールの送信中に問題が発生しました しばらくしてから、再度お試しください', + 'verification-sent' => '確認メールが送信されました', + 'verified' => 'アカウント登録が完了しました ログインしてください', + 'verify-failed' => 'メールアドレスの確認ができませんでした', + 'dont-have-account' => 'アカウント登録がされていません', + 'customer-registration' => 'アカウント登録' + ], + + 'login-text' => [ + 'no_account' => 'アカウントがありません', + 'title' => '新規アカウント登録', + ], + + 'login-form' => [ + 'page-title' => 'ログイン', + 'title' => 'ログイン', + 'email' => 'メールアドレス', + 'password' => 'パスワード', + 'forgot_pass' => 'パスワードをお忘れですか', + 'button_title' => 'ログイン', + 'remember' => 'ログイン状態を保持する', + 'footer' => '© Copyright :year Webkul Software, All rights reserved', + 'invalid-creds' => 'ログイン情報を確認してください', + 'verify-first' => 'メールアドレスを認証してください', + 'not-activated' => 'このアカウントは管理者の認証が出来次第、有効になります', + 'resend-verification' => 'アカウント確認メールが再送信' + ], + + 'forgot-password' => [ + 'title' => 'パスワードの再発行', + 'email' => 'メールアドレス', + 'submit' => 'パスワード再発行メールを送信', + 'page_title' => 'パスワードの再発行' + ], + + 'reset-password' => [ + 'title' => 'パスワードを再発行', + 'email' => '登録メールアドレス', + 'password' => 'パスワード', + 'confirm-password' => 'パスワード確認', + 'back-link-title' => '戻る', + 'submit-btn-title' => 'パスワードをリセット' + ], + + 'account' => [ + 'dashboard' => 'プロフィールを編集', + 'menu' => 'メニュー', + + 'general' => [ + 'no' => '番号', + 'yes' => 'はい', + ], + + 'profile' => [ + 'index' => [ + 'page-title' => 'プロフィール', + 'title' => 'プロフィール', + 'edit' => '編集', + ], + + 'edit-success' => 'プロフィールが更新されました', + 'edit-fail' => 'プロフィールを更新できませんでした しばらくしてから再度お試しください。', + 'unmatch' => 'パスワードが一致しません', + + 'fname' => '名', + 'lname' => '姓', + 'gender' => '性別', + 'other' => 'その他', + 'male' => '男性', + 'female' => '女性', + 'dob' => '生年月日', + 'phone' => '電話番号', + 'email' => 'メールアドレス', + 'opassword' => '前のパスワード', + 'password' => 'パスワード', + 'cpassword' => 'パスワード確認', + 'submit' => '保存する', + + 'edit-profile' => [ + 'title' => 'プロフィールの編集', + 'page-title' => 'プロフィールの編集' + ] + ], + + 'address' => [ + 'index' => [ + 'page-title' => '住所', + 'title' => '住所', + 'add' => '住所を追加', + 'edit' => '編集', + 'empty' => '住所が登録されておりません 下のリンクから作成してください', + 'create' => '住所を作成', + 'delete' => '削除', + 'make-default' => '既定の住所に設定', + 'default' => '既定の住所', + 'contact' => '連絡先', + 'confirm-delete' => 'この住所を削除しますか?', + 'default-delete' => '既定の住所の削除ができません', + 'enter-password' => 'パスワードを入力してください', + ], + + 'create' => [ + 'page-title' => '新規住所登録', + 'title' => '住所を追加', + 'street-address' => '住所', + 'country' => '国', + 'state' => '都道府県', + 'select-state' => '都道府県を選択してください', + 'city' => '市町村', + 'postcode' => '郵便番号', + 'phone' => '電話番号', + 'submit' => '保存する', + 'success' => '住所が保存されました', + 'error' => '住所の保存に失敗しました。' + ], + + 'edit' => [ + 'page-title' => '住所を編集', + 'title' => '住所を編集', + 'street-address' => '住所', + 'submit' => '保存する', + 'success' => '住所が更新されました', + ], + 'delete' => [ + 'success' => '住所が削除されました', + 'failure' => '住所の削除に失敗しました。', + 'wrong-password' => 'パスワードが正しくありません' + ] + ], + + 'order' => [ + 'index' => [ + 'page-title' => '注文一覧', + 'title' => '注文一覧', + 'order_id' => '注文ID', + 'date' => '日時', + 'status' => '状況', + 'total' => '合計', + 'order_number' => '注文番号' + ], + + 'view' => [ + 'page-tile' => '注文 #:order_id', + 'info' => '詳細', + 'placed-on' => '日時', + 'products-ordered' => '注文内容', + 'invoices' => '領収書', + 'shipments' => '発送', + 'SKU' => 'SKU', + 'product-name' => 'アイテム番号', + 'qty' => '数', + 'item-status' => 'アイテム状況', + 'item-ordered' => '注文完了 (:qty_ordered)', + 'item-invoice' => '領収書発行済 (:qty_invoiced)', + 'item-shipped' => '発送済 (:qty_shipped)', + 'item-canceled' => 'キャンセル済 (:qty_canceled)', + 'price' => '価格', + 'total' => '合計', + 'subtotal' => '小計', + 'shipping-handling' => '送料', + 'tax' => '消費税', + 'discount' => '割引', + 'tax-percent' => '消費税割合', + 'tax-amount' => '消費税', + 'discount-amount' => '割引', + 'grand-total' => '合計', + 'total-paid' => '合計金額', + 'total-refunded' => '返金額', + 'total-due' => '合計', + 'shipping-address' => '送付先', + 'billing-address' => '領収書宛先', + 'shipping-method' => '配送方法', + 'payment-method' => '支払い方法', + 'individual-invoice' => '領収書 #:invoice_id', + 'individual-shipment' => '出荷 #:shipment_id', + 'print' => '印刷', + 'invoice-id' => '領収書番号', + 'order-id' => '注文番号', + 'order-date' => '注文日', + 'bill-to' => '請求先', + 'ship-to' => '送り先', + 'contact' => '連絡先', + 'refunds' => '返金', + 'individual-refund' => '返金 #:refund_id', + 'adjustment-refund' => '返金調整', + 'adjustment-fee' => '調整手数料', + 'tracking-number' => '追跡番号', + 'cancel-confirm-msg' => 'この注文をキャンセルしてもよろしいですか ?' + ] + ], + + 'wishlist' => [ + 'page-title' => 'お気に入り', + 'title' => 'お気に入り', + 'deleteall' => '全て削除', + 'moveall' => '全てのアイテムをカートへ移動する', + 'move-to-cart' => 'カートへ移動', + 'error' => 'アイテムのお気に入り追加に失敗しました。しばらくしてから再度お試し下さい。', + 'add' => 'アイテムをお気に入りに追加', + 'remove' => 'アイテムをお気に入りから削除', + 'add-wishlist-text' => '製品をウィッシュリストに追加', + 'remove-wishlist-text' => 'ウィッシュリストから商品を削除', + 'moved' => 'アイテムをカートへ移動しました', + 'move-error' => 'アイテムのお気に入り追加に失敗しました。しばらくしてから再度お試し下さい。', + 'success' => 'アイテムをお気に入りに追加しました', + 'failure' => 'アイテムのお気に入り追加に失敗しました。しばらくしてから再度お試し下さい。', + 'already' => 'このアイテムは既にお気に入りに追加されています。', + 'removed' => 'アイテムはお気に入りから削除されました。', + 'remove-fail' => 'アイテムをお気に入りから削除することができませんでした。しばらくしてから再度お試し下さい。', + 'empty' => 'お気に入りにアイテムがありません。', + 'remove-all-success' => '全てのアイテムがお気に入りから削除されました。', + ], + + 'downloadable_products' => [ + 'title' => 'ダウンロードアイテム', + 'order-id' => '注文番号', + 'date' => '日時', + 'name' => 'アイテム名', + 'status' => 'ステータス', + 'pending' => '処理中', + 'available' => 'ダウンロード可能', + 'expired' => '期限切れ', + 'remaining-downloads' => '残りのダウンロード数', + 'unlimited' => '無制限', + 'download-error' => 'ダウンロードリンクの有効期限が切れています.' + ], + + 'review' => [ + 'index' => [ + 'title' => 'レビュー', + 'page-title' => 'レビュー' + ], + + 'view' => [ + 'page-tile' => 'レビュー #:id', + ] + ] + ] + ], + + 'products' => [ + 'layered-nav-title' => 'Shop By', + 'price-label' => 'As low as', + 'remove-filter-link-title' => '全て削除', + 'sort-by' => '並び順', + 'from-a-z' => 'From A-Z', + 'from-z-a' => 'From Z-A', + 'newest-first' => '新着順', + 'oldest-first' => '古い順', + 'cheapest-first' => '価格が安い順', + 'expensive-first' => '価格が高い順', + 'show' => 'Show', + 'pager-info' => ':showing - :total', + 'description' => '解説', + 'specification' => '仕様', + 'total-reviews' => ':全てのレビュー', + 'total-rating' => ':total_rating Ratings & :total_reviews Reviews', + 'by' => 'By :name', + 'up-sell-title' => 'お客様におすすめのアイテム', + 'related-product-title' => '関連アイテム', + 'cross-sell-title' => 'Más opciones', + 'reviews-title' => 'レビュー', + 'write-review-btn' => '評価を書いてください', + 'choose-option' => 'オプションを選択', + 'sale' => 'セール', + 'new' => 'new', + 'empty' => 'このカテゴリーにアイテムがありません。', + 'add-to-cart' => 'カートに追加する', + 'book-now' => '今予約する', + 'buy-now' => '今すぐ購入', + 'whoops' => 'すみません!', + 'quantity' => '数量', + 'in-stock' => '在庫あり', + 'out-of-stock' => '在庫なし', + 'view-all' => '全て見る', + 'select-above-options' => '最初に上記のオプションを選択してください.', + 'less-quantity' => '数量1未満は選択できません.', + 'available-for-order' => '注文可能', + 'settings' => 'Settings', + 'compare_options' => 'Compare Options', + ], + + 'buynow' => [ + 'no-options' => 'このアイテムを購入される前にオプションを選択してください' + ], + + 'checkout' => [ + 'cart' => [ + 'integrity' => [ + 'missing_fields' =>'赤くなった項目を入力してください', + 'missing_options' => 'Options are missing for this product.', + 'missing_links' => 'Downloadable links are missing for this product.', + 'qty_missing' => 'Atleast one product should have more than 1 quantity.', + 'qty_impossible' => 'Cannot add more than one of these products to cart.' + ], + 'create-error' => 'カートで問題が発生しました', + 'title' => 'カート', + 'empty' => 'カートが空です。', + 'update-cart' => 'カートを更新する', + 'continue-shopping' => '買い物を続ける', + 'proceed-to-checkout' => '購入手続きに進む', + 'remove' => '削除', + 'remove-link' => '削除', + 'move-to-wishlist' => 'お気に入りに移動する', + 'move-to-wishlist-success' => 'アイテムがお気に入りに追加されました。', + 'move-to-wishlist-error' => 'アイテムをお気に入りに追加することができませんでした。しばらくしてから再度お試し下さい。', + 'add-config-warning' => 'カートに追加する前にオプションを選択してください', + 'quantity' => [ + 'quantity' => '数量', + 'success' => 'カートが更新されました。', + 'illegal' => '数量を1以下にすることは出来ません。', + 'inventory_warning' => 'ご希望の数量の在庫が現在ございません。しばらくしてから再度お試し下さい。現在在庫がございません。', + 'error' => 'アイテムの更新が出来ませんでした。しばらくしてから再度お試し下さい。' + ], + 'item' => [ + 'error_remove' => 'カートに削除するアイテムがございません。', + 'success' => 'アイテムがカートに追加されました。', + 'success-remove' => 'アイテムがカートから削除されました。', + 'error-add' => 'アイテムをカートに追加できません。しばらくしてから再度お試し下さい。', + 'inactive' => 'An item is inactive and was removed from cart', + 'inactive-add' => 'Inactive item cannot be added to cart', + ], + 'quantity-error' => 'ご希望の数量の在庫が現在ございません。', + 'cart-subtotal' => '小計', + 'cart-remove-action' => '手続きを進めますか。', + 'partial-cart-update' => 'Only some of the product(s) were updated', + 'link-missing' => '' + ], + + 'onepage' => [ + 'title' => 'レジ', + 'information' => '詳細', + 'shipping' => '発送', + 'payment' => '支払い', + 'complete' => '完了', + 'review' => 'レビュー', + 'billing-address' => '領収書宛先', + 'sign-in' => 'ログイン', + 'first-name' => '名', + 'last-name' => '姓', + 'email' => 'メールアドレス', + 'address1' => '住所', + 'city' => '市町村', + 'state' => '都道府県', + 'select-state' => '地域を選択 都道府県 市町村', + 'postcode' => '郵便番号', + 'phone' => '電話番号', + 'country' => '国', + 'order-summary' => '注文内容', + 'shipping-address' => '送付先住所', + 'use_for_shipping' => 'この住所に送る', + 'continue' => '続ける', + 'shipping-method' => '発送方法を選択', + 'payment-methods' => '支払い方法を選択', + 'payment-method' => '支払い方法', + 'summary' => '注文内容', + 'price' => '金額', + 'quantity' => '数量', + 'billing-address' => '領収書宛先', + 'shipping-address' => '送付先', + 'contact' => '連絡先', + 'place-order' => '注文を確定する', + 'new-address' => '新しい住所を追加する', + 'save_as_address' => '住所を保存', + 'apply-coupon' => 'クーポンを使用する', + 'amt-payable' => 'お支払い金額', + 'got' => 'Got', + 'free' => '無料', + 'coupon-used' => '使用済クーポン', + 'applied' => '適用されました', + 'back' => '戻る', + 'cash-desc' => '現金支払い', + 'money-desc' => '銀行振り込み', + 'paypal-desc' => 'Paypal', + 'free-desc' => '送料無料', + 'flat-desc' => '送料一律' + ], + + 'total' => [ + 'order-summary' => '注文を確定する', + 'sub-total' => 'アイテム', + 'grand-total' => '合計', + 'delivery-charges' => '送料', + 'tax' => '税', + 'discount' => '割引', + 'price' => '金額', + 'disc-amount' => '割引額', + 'new-grand-total' => '合計', + 'coupon' => 'クーポン', + 'coupon-applied' => '使用済みクーポン', + 'remove-coupon' => 'クーポンを削除', + 'cannot-apply-coupon' => 'クーポンを使用することができません' + ], + + 'success' => [ + 'title' => '注文が正しく完了しました', + 'thanks' => 'ご注文ありがとうございます', + 'order-id-info' => 'お客様の注文番号 #:order_id', + 'info' => 'お客様のご注文詳細と追跡情報をメールアドレスに送ります' + ] + ], + + 'mail' => [ + 'order' => [ + 'subject' => 'ご注文ありがとうございます', + 'heading' => 'ご注文の受付が完了しました。', + 'dear' => ':customer_name様', + 'dear-admin' => ':admin_name様', + 'greeting' => 'この度は当ショップでお買い物いただきありがとうございます。 お客様注文番号 :order_id', + 'greeting-admin' => '注文番号 :order_id placed on :created_at', + 'summary' => '注文内容', + 'shipping-address' => '送付先住所', + 'billing-address' => '領収書宛先', + 'contact' => '連絡先', + 'shipping' => '配送方法', + 'payment' => '支払い方法', + 'price' => '金額', + 'quantity' => '数量', + 'subtotal' => '小計', + 'shipping-handling' => '送料', + 'tax' => '税', + 'discount' => '割引', + 'grand-total' => '合計', + 'final-summary' => '発送手続き完了後、お知らせメールを配信いたしますので、今しばらくお待ちください。', + 'help' => 'お問合せなどは下記メールアドレスへご連絡ください。:support_email', + 'thanks' => 'ありがとう!', + + 'comment' => [ + 'subject' => '注文に新しいコメントが追加されました #:order_id', + 'dear' => '親愛な :customer_name', + 'final-summary' => '当店へのご関心をお寄せいただきありがとうございます', + 'help' => '何か助けが必要な場合は、私たちに連絡してください :support_email', + 'thanks' => 'ありがとう!', + ], + + 'cancel' => [ + 'subject' => '注文がキャンセルされました', + 'heading' => '注文がキャンセルされました', + 'dear' => ':customer_name様', + 'greeting' => '注文 #:order_idはキャンセルされました。', + 'summary' => '注文内容', + 'shipping-address' => '送付先住所', + 'billing-address' => '領収書宛先', + 'contact' => '連絡先', + 'shipping' => '配送方法', + 'payment' => '支払い方法', + 'subtotal' => '小計', + 'shipping-handling' => '送料', + 'tax' => '税', + 'discount' => '割引', + 'grand-total' => '合計', + 'final-summary' => '私たちのお店にお越しいただき、ありがとうございます。', + 'help' => 'お問合せなどは下記メールアドレスへご連絡ください。 :support_email', + 'thanks' => 'ありがとう!', + ] + ], + 'invoice' => [ + 'heading' => '注文 #:order_idの領収書 (#:invoice_id)', + 'subject' => '注文 #:order_idの領収書', + 'summary' => '注文内容', + ], + 'shipment' => [ + 'heading' => 'El Envío #:shipment_id ha sido generado por el pedido #:order_id', + 'inventory-heading' => 'Nuevo envío #:shipment_id ha sido generado por el pedido #:order_id', + 'subject' => 'Envío de tu pedido #:order_id', + 'inventory-subject' => 'Nuevo envío ha sido generado por el pedido #:order_id', + 'summary' => '注文内容', + 'carrier' => '配送業者', + 'tracking-number' => '追跡番号', + 'greeting' => 'El pedido :order_id ha sido enviado a :created_at', + ], + 'forget-password' => [ + 'subject' => 'パスワードをリセットする', + 'dear' => '様 :name', + 'info' => 'お客様のパスワードリセットのリクエストがあったため、ご連絡致します。', + 'reset-password' => 'パスワードのリセット', + 'final-summary' => 'Si no has solicitado cambiar de contraseña, ninguna acción es requerida por tu parte.', + 'thanks' => 'ありがとうございます。' + ], + 'update-password' => [ + 'subject' => 'パスワードが更新されました', + 'dear' => '様 :name', + 'info' => 'パスワードを更新したため、このメールをお送りしています。', + 'thanks' => 'ありがとうございます。' + ], + 'customer' => [ + 'new' => [ + 'dear' => '様 :customer_name', + 'username-email' => 'Nombre de usuario/Email', + 'subject' => 'Nuevo registro de cliente', + 'password' => 'パスワード', + 'summary' => 'Tu cuenta ha sido creada en Bassar. + Los detalles de tu cuenta puedes verlos abajo: ', + 'thanks' => 'ありがとうございます。', + ], + + 'registration' => [ + 'subject' => 'Nuevo registro de cliente', + 'customer-registration' => 'Cliente registrado exitosamente', + 'dear' => '様 :customer_name', + 'greeting' => '¡Bienvenido y gracias por registrarte en Bassar!', + 'summary' => 'Your account has now been created successfully and you can login using your email address and password credentials. Upon logging in, you will be able to access other services including reviewing past orders, wishlists and editing your account information.', + 'thanks' => 'ありがとうございます。', + ], + + 'verification' => [ + 'heading' => 'Bassar - Verificación por correo', + 'subject' => 'メールでの確認', + 'verify' => 'アカウント確認', + 'summary' => 'このメールは、ご本人様確認のためにお送りしています。下記のリンクからアカウント確認をお願いします。' + ], + + 'subscription' => [ + 'subject' => 'Subscripción mail', + 'greeting' => ' Bienvenido a Bassar - Subscripción por mail', + 'unsubscribe' => 'Darse de baja', + 'summary' => 'Gracias por ponernos en tu bandeja de entrada. Ha pasado un tiempo desde que leyó el último correo electrónico de Bassar, y no queremos abrumar su bandeja de entrada. Si ya no quiere recibir + las últimas noticias de marketing, haga clic en el botón de abajo.' + ] + ] + ], + + 'webkul' => [ + 'copy-right' => '© Copyright :year Webkul Software, All rights reserved', + ], + + 'response' => [ + 'create-success' => ':name created successfully.', + 'update-success' => ':name updated successfully.', + 'delete-success' => ':name deleted successfully.', + 'submit-success' => ':name submitted successfully.' + ], +]; \ No newline at end of file diff --git a/resources/lang/vendor/shop/nl/app.php b/resources/lang/vendor/shop/nl/app.php new file mode 100644 index 000000000..94062da35 --- /dev/null +++ b/resources/lang/vendor/shop/nl/app.php @@ -0,0 +1,727 @@ + 'The given vat id has a wrong format', + 'security-warning' => 'Suspicious activity found!!!', + 'nothing-to-delete' => 'Nothing to delete', + + 'layouts' => [ + 'my-account' => 'Mijn account', + 'profile' => 'Profiel', + 'address' => 'Mijn adressen', + 'reviews' => 'Reviews', + 'wishlist' => 'Verlanglijst', + 'orders' => 'Bestellingen', + 'downloadable-products' => 'Downloadbare producten' + ], + + 'common' => [ + 'error' => 'Something went wrong, please try again later.', + 'no-result-found' => 'We could not find any records.' + ], + + 'home' => [ + 'page-title' => config('app.name') . ' - Home', + 'featured-products' => 'Aanbevolen producten', + 'new-products' => 'Nieuwe producten', + 'verify-email' => 'Verifieer uw e-mailaccount', + 'resend-verify-email' => 'Verificatie-e-mail opnieuw verzenden' + ], + + 'header' => [ + 'title' => 'Account', + 'dropdown-text' => 'Manage Cart, Orders & Wishlist', + 'sign-in' => 'Aanmelden', + 'sign-up' => 'Registreren', + 'account' => 'Account', + 'cart' => 'Winkelwagen', + 'profile' => 'Profiel', + 'wishlist' => 'Verlanglijst', + 'logout' => 'Afmelden', + 'search-text' => 'Zoek producten hier' + ], + + 'minicart' => [ + 'view-cart' => 'Bekijk winkelwagen', + 'checkout' => 'Afrekenen', + 'cart' => 'Winkelwagen', + 'zero' => '0' + ], + + 'footer' => [ + 'subscribe-newsletter' => 'Inschrijven nieuwsbrief', + 'subscribe' => 'Inschrijven', + 'locale' => 'Taal', + 'currency' => 'Valuta', + ], + + 'subscription' => [ + 'unsubscribe' => 'Afmelden', + 'subscribe' => 'Subscribe', + 'subscribed' => 'You are now subscribed to subscription emails.', + 'not-subscribed' => 'You can not be subscribed to subscription emails, please try again later.', + 'already' => 'You are already subscribed to our subscription list.', + 'unsubscribed' => 'You are unsubscribed from subscription mails.', + 'already-unsub' => 'You are already unsubscribed.', + 'not-subscribed' => 'Error! Mail can not be sent currently, please try again later.' + ], + + 'search' => [ + 'no-results' => 'No Results Found', + 'page-title' => config('app.name') . ' - Search', + 'found-results' => 'Search Results Found', + 'found-result' => 'Search Result Found', + 'analysed-keywords' => 'Analysed Keywords' + ], + + 'reviews' => [ + 'title' => 'Titel', + 'add-review-page-title' => 'Review toevoegen', + 'write-review' => 'Schrijf een review', + 'review-title' => 'Geef uw review een titel', + 'product-review-page-title' => 'Product Review', + 'rating-reviews' => 'Rating & Reviews', + 'submit' => 'SUBMIT', + 'delete-all' => 'Alle reviews zijn verwijderd', + 'ratingreviews' => ':rating Ratings & :review Reviews', + 'star' => 'Ster', + 'percentage' => ':percentage %', + 'id-star' => 'star', + 'name' => 'Name', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Compare', + 'compare_similar_items' => 'Compare Similar Items', + 'add-tooltip' => 'Voeg product toe aan vergelijkingslijst', + 'added' => 'Item successfully added to compare list', + 'already_added' => 'Item already added to compare list', + 'removed' => 'Item successfully removed from compare list', + 'removed-all' => 'All items successfully removed from compare list', + 'empty-text' => "You don't have any items in your compare list", + 'product_image' => 'Product Image', + 'actions' => 'Actions', + ], + + 'signup-text' => [ + 'account_exists' => 'Heb je al een account?', + 'title' => 'Aanmelden' + ], + + 'signup-form' => [ + 'page-title' => 'Maak een nieuw klantaccount aan', + 'title' => 'Registreren', + 'firstname' => 'Voornaam', + 'lastname' => 'Naam', + 'email' => 'Email', + 'password' => 'Wachtwoord', + 'confirm_pass' => 'Wachtwoord bevestigen', + 'button_title' => 'Registreren', + 'agree' => 'Agree', + 'terms' => 'Terms', + 'conditions' => 'Conditions', + 'using' => 'by using this website', + 'agreement' => 'Agreement', + 'success' => 'Account succesvol aangemaakt.', + 'success-verify' => 'Account created successfully, an e-mail has been sent for verification.', + 'success-verify-email-unsent' => 'Account created successfully, but verification e-mail unsent.', + 'failed' => 'Error! Can not create your account, pleae try again later.', + 'already-verified' => 'Your account is already verified Or please try sending a new verification email again.', + 'verification-not-sent' => 'Error! Problem in sending verification email, please try again later.', + 'verification-sent' => 'Verification email sent', + 'verified' => 'Uw account is geverifieerd, probeer nu in te loggen.', + 'verify-failed' => 'We cannot verify your mail account.', + 'dont-have-account' => 'U heeft geen account bij ons.', + 'success' => 'Account Created Successfully', + 'failed' => 'Error! Cannot Create Your Account, Try Again Later', + 'already-verified' => 'Your Account is already verified Or Please Try Sending A New Verification Email Again', + 'verification-not-sent' => 'Error! Problem In Sending Verification Email, Try Again Later', + 'verify-failed' => 'We Cannot Verify Your Mail Account', + 'dont-have-account' => 'You Do Not Have Account With Us', + 'customer-registration' => 'Customer Registered Successfully' + ], + + 'login-text' => [ + 'no_account' => 'Do not have account', + 'title' => 'Sign Up', + ], + + 'login-form' => [ + 'page-title' => 'Aanmelden', + 'title' => 'Aanmelden', + 'email' => 'Email', + 'password' => 'Wachtwoord', + 'forgot_pass' => 'Wachtwoord vergeten?', + 'button_title' => 'Aanmelden', + 'remember' => 'Remember Me', + 'footer' => '© Copyright :year Webkul Software, All rights reserved', + 'invalid-creds' => 'Please check your credentials and try again.', + 'verify-first' => 'Verify your email account first.', + 'not-activated' => 'Your activation seeks admin approval', + 'resend-verification' => 'Resend verification mail again' + ], + + 'forgot-password' => [ + 'title' => 'Recover Password', + 'email' => 'Email', + 'submit' => 'Send Password Reset Email', + 'page_title' => 'Forgot your password ?' + ], + + 'reset-password' => [ + 'title' => 'Wachtwoord herstellen', + 'email' => 'Uw email-adres', + 'password' => 'Wachtwoord', + 'confirm-password' => 'Wachtwoord bevestigen', + 'back-link-title' => 'Back to Sign In', + 'submit-btn-title' => 'Wachtwoord herstellen' + ], + + 'account' => [ + 'dashboard' => 'Edit Profile', + 'menu' => 'Menu', + + 'general' => [ + 'no' => 'Nee', + 'yes' => 'Ja', + ], + + 'profile' => [ + 'index' => [ + 'page-title' => 'Profiel', + 'title' => 'Profiel', + 'edit' => 'Wijzig', + ], + + 'edit-success' => 'Profile updated successfully.', + 'edit-fail' => 'Error! Profile cannot be updated, please try again later.', + 'unmatch' => 'The old password does not match.', + + 'fname' => 'Voornaam', + 'lname' => 'Naam', + 'gender' => 'Geslacht', + 'other' => 'Anders', + 'male' => 'Man', + 'female' => 'Vrouw', + 'dob' => 'Geboortedatum', + 'phone' => 'Telefoonnummer', + 'email' => 'Email', + 'opassword' => 'Huidig wachtwoord', + 'password' => 'Wachtwoord', + 'cpassword' => 'Wachtwoord bevestigen', + 'submit' => 'Profiel wijzigen', + + 'edit-profile' => [ + 'title' => 'Profiel wijzigen', + 'page-title' => 'Profiel wijzigen' + ] + ], + + 'address' => [ + 'index' => [ + 'page-title' => 'Adres', + 'title' => 'Mijn adressen', + 'add' => 'Adres toevoegen', + 'edit' => 'Wijzigen', + 'empty' => 'U heeft hier geen opgeslagen adressen. Voeg minstens één adres toe door op de onderstaande link te klikken', + 'create' => 'Address toevoegen', + 'delete' => 'Verwijderen', + 'make-default' => 'Maak standaard', + 'default' => 'Standaard', + 'contact' => 'Contact', + 'confirm-delete' => 'Wilt u dit adres echt verwijderen?', + 'default-delete' => 'Standaardadres kan niet worden gewijzigd.', + 'enter-password' => 'Voer uw wachtwoord in.', + ], + + 'create' => [ + 'page-title' => 'Add Address Form', + 'company_name' => 'Bedrijfsnaam', + 'first_name' => 'Voornaam', + 'last_name' => 'Naam', + 'vat_id' => 'BTW nummer', + 'vat_help_note' => '[bv. BE01234567891]', + 'title' => 'Adres toevoegen', + 'street-address' => 'Adres', + 'country' => 'Land', + 'state' => 'Staat / Provincie', + 'select-state' => 'Selecteer een regio, staat of provincie', + 'city' => 'Gemeente', + 'postcode' => 'Postcode', + 'phone' => 'Telefoonnummer', + 'submit' => 'Adres bewaren', + 'success' => 'Adres is succesvol toegevoegd.', + 'error' => 'Adres kan niet worden toegevoegd.' + ], + + 'edit' => [ + 'page-title' => 'verander adres', + 'company_name' => 'Bedrijfsnaam', + 'first_name' => 'Voornaam', + 'last_name' => 'Naam', + 'vat_id' => 'BTW nummer', + 'title' => 'Adres wijzigen', + 'street-address' => 'Adres', + 'submit' => 'Opslaan', + 'success' => 'Adres succesvol bijgewerkt..', + ], + 'delete' => [ + 'success' => 'Adres succesvol verwijderd.', + 'failure' => 'Adres kan niet verwijderd worden.', + 'wrong-password' => 'Verkeerd wachtwoord !' + ] + ], + + 'order' => [ + 'index' => [ + 'page-title' => 'Bestellingen', + 'title' => 'Bestellingen', + 'order_id' => 'Bestelnummer', + 'date' => 'Datum', + 'status' => 'Toestand', + 'total' => 'Totaal', + 'order_number' => 'Bestelnummer', + 'processing' => 'Processing', + 'completed' => 'Completed', + 'canceled' => 'Canceled', + 'closed' => 'Closed', + 'pending' => 'Pending', + 'pending-payment' => 'Pending Payment', + 'fraud' => 'Fraud' + ], + + 'view' => [ + 'page-tile' => 'Bestellen #:order_id', + 'info' => 'Informatie', + 'placed-on' => 'Geplaatst op', + 'products-ordered' => 'Bestelde producten', + 'invoices' => 'Facturen', + 'shipments' => 'Verzendingen', + 'SKU' => 'SKU', + 'product-name' => 'Naam', + 'qty' => 'Aantal', + 'item-status' => 'Artikelstatus', + 'item-ordered' => 'Besteld (:qty_ordered)', + 'item-invoice' => 'Gefactureerd (:qty_invoiced)', + 'item-shipped' => 'verzonden (:qty_shipped)', + 'item-canceled' => 'Geannuleerd (:qty_canceled)', + 'item-refunded' => 'Terugbetaald (:qty_refunded)', + 'price' => 'Prijs', + 'total' => 'Total', + 'subtotal' => 'Subtotaal', + 'shipping-handling' => 'Verzending en afhandeling', + 'tax' => 'Belasting', + 'discount' => 'Korting', + 'tax-percent' => 'Belastingpercentage', + 'tax-amount' => 'Belastingbedrag', + 'discount-amount' => 'Korting hoeveelheid', + 'grand-total' => 'Eindtotaal', + 'total-paid' => 'Totaal betaald', + 'total-refunded' => 'Totaal terugbetaald ', + 'total-due' => 'Totaal verschuldigd', + 'shipping-address' => 'Verzendingsadres', + 'billing-address' => 'factuur adres', + 'shipping-method' => 'Verzendmethode', + 'payment-method' => 'Betalingswijze', + 'individual-invoice' => 'Factuur #:invoice_id', + 'individual-shipment' => 'Verzending #:shipment_id', + 'print' => 'Afdrukken', + 'invoice-id' => 'Factuur-id', + 'order-id' => 'Order ID', + 'order-date' => 'Besteldatum', + 'bill-to' => 'Rekening naar', + 'ship-to' => 'Verzend naar', + 'contact' => 'Contact', + 'refunds' => 'Restituties', + 'individual-refund' => 'Terugbetaling #:refund_id', + 'adjustment-refund' => 'Aanpassing restitutie', + 'adjustment-fee' => 'Aanpassingskosten', + 'tracking-number' => 'Volg nummer', + 'cancel-confirm-msg' => 'Weet u zeker dat u deze bestelling wilt annuleren ?' + ] + ], + + 'wishlist' => [ + 'page-title' => 'Verlanglijst', + 'title' => 'Verlanglijst', + 'deleteall' => 'Alles verwijderen', + 'moveall' => 'Verplaats alle producten naar winkelwagen', + 'move-to-cart' => 'Verplaatsen naar winkelwagen', + 'error' => 'Kan product niet toevoegen aan verlanglijstje vanwege onbekende problemen, kom later terug', + 'add' => 'Item succesvol toegevoegd aan verlanglijstje', + 'remove' => 'Item succesvol verwijderd van verlanglijstje', + 'add-wishlist-text' => 'Toevoegen aan verlanglijst', + 'remove-wishlist-text' => 'Remove product from wishlist', + 'moved' => 'Artikel succesvol verplaatst naar winkelwagen', + 'option-missing' => 'Productopties ontbreken, dus item kan niet naar de verlanglijst worden verplaatst.', + 'move-error' => 'Item kan niet naar de verlanglijst worden verplaatst. Probeer het later opnieuw', + 'success' => 'Item succesvol toegevoegd aan verlanglijstje', + 'failure' => 'Item kan niet worden toegevoegd aan verlanglijstje, probeer het later opnieuw', + 'already' => 'Item al aanwezig in uw verlanglijstje', + 'removed' => 'Item succesvol verwijderd van verlanglijstje', + 'remove-fail' => 'Item kan niet van de verlanglijst worden verwijderd. Probeer het later opnieuw', + 'empty' => 'U heeft geen artikelen op uw verlanglijstje', + 'remove-all-success' => 'Alle items van uw verlanglijst zijn verwijderd', + ], + + 'downloadable_products' => [ + 'title' => 'Downloadbare producten', + 'order-id' => 'Bestelnummer', + 'date' => 'Datum', + 'name' => 'Titel', + 'status' => 'Status', + 'pending' => 'Pending', + 'available' => 'Beschikbaar', + 'expired' => 'Expired', + 'remaining-downloads' => 'Resterende downloads', + 'unlimited' => 'Onbeperkt', + 'download-error' => 'Downloadlink is verlopen.' + ], + + 'review' => [ + 'index' => [ + 'title' => 'Recensies', + 'page-title' => 'Recensies' + ], + + 'view' => [ + 'page-tile' => 'Recensies #:id', + ] + ] + ] + ], + + 'products' => [ + 'layered-nav-title' => 'Winkelen per ', + 'price-label' => 'Zo laag als', + 'remove-filter-link-title' => 'Wis alles', + 'filter-to' => 'tot', + 'sort-by' => 'Sorteer op', + 'from-a-z' => 'Van A-Z', + 'from-z-a' => 'Van Z-A', + 'newest-first' => 'Nieuwste eerst', + 'oldest-first' => 'Oudste eerst', + 'cheapest-first' => 'Goedkoopste eerst', + 'expensive-first' => 'Eerst duur', + 'show' => 'Tonen', + 'pager-info' => 'Weergegeven :showing van :total Artikelen', + 'description' => 'Beschrijving', + 'specification' => 'Specificatie', + 'total-reviews' => ':total Recensies', + 'total-rating' => ':total_rating Waarderingen & :total_reviews Recensies', + 'by' => 'Door :name', + 'up-sell-title' => 'We hebben andere producten gevonden die je misschien leuk vindt!', + 'related-product-title' => 'gerelateerde producten', + 'cross-sell-title' => 'Meer keuzes', + 'reviews-title' => 'Beoordelingen en recensies', + 'write-review-btn' => 'Schrijf recensie', + 'choose-option' => 'Kies een optie', + 'sale' => 'Uitverkoop', + 'new' => 'Nieuw', + 'empty' => 'Geen producten beschikbaar in deze categorie', + 'add-to-cart' => 'Voeg toe aan winkelkar', + 'book-now' => 'boek nu', + 'buy-now' => 'Koop nu', + 'whoops' => 'Whoops!', + 'quantity' => 'Aantal', + 'in-stock' => 'Op voorraad', + 'out-of-stock' => 'Niet op voorraad', + 'view-all' => 'Bekijk alles', + 'select-above-options' => 'Selecteer eerst bovenstaande opties.', + 'less-quantity' => 'De hoeveelheid mag niet kleiner zijn dan één.', + 'samples' => 'Voorbeelden', + 'links' => 'Links', + 'sample' => 'Voorbeeld', + 'name' => 'Naam', + 'qty' => 'Aantal', + 'starting-at' => 'Beginnend bij', + 'customize-options' => 'Pas opties aan', + 'choose-selection' => 'Kies een selectie', + 'your-customization' => 'Uw maatwerk', + 'total-amount' => 'Totale hoeveelheid', + 'none' => 'Geen', + 'available-for-order' => 'Beschikbaar voor bestelling', + 'settings' => 'Settings', + 'compare_options' => 'Compare Options', + ], + + // 'reviews' => [ + // 'empty' => 'You Have Not Reviewed Any Of Product Yet' + // ] + + 'buynow' => [ + 'no-options' => 'Selecteer opties voordat u dit product koopt.' + ], + + 'checkout' => [ + 'cart' => [ + 'integrity' => [ + 'missing_fields' => 'Sommige verplichte velden ontbreken voor dit product.', + 'missing_options' => 'Er ontbreken opties voor dit product.', + 'missing_links' => 'Downloadbare links ontbreken voor dit product.', + 'qty_missing' => 'Minstens één product moet meer dan 1 hoeveelheid bevatten.', + 'qty_impossible' => 'Kan niet meer dan één van deze producten toevoegen aan winkelwagen.' + ], + 'create-error' => 'Er is een probleem opgetreden bij het maken van een winkelwageninstantie.', + 'title' => 'Winkelwagen', + 'empty' => 'Uw winkelwagen is leeg', + 'update-cart' => 'Winkelwagen bijwerken', + 'continue-shopping' => 'Doorgaan met winkelen', + 'proceed-to-checkout' => 'Ga naar de kassa', + 'remove' => 'Verwijderen', + 'remove-link' => 'Verwijderen', + 'move-to-wishlist' => 'Verplaats naar wens lijst', + 'move-to-wishlist-success' => 'Item is succesvol naar de verlanglijst verplaatst.', + 'move-to-wishlist-error' => 'Kan item niet naar verlanglijstje verplaatsen, probeer het later opnieuw.', + 'add-config-warning' => 'Selecteer een optie voordat u deze aan de winkelwagen toevoegt.', + 'quantity' => [ + 'quantity' => 'Aantal', + 'success' => 'Winkelwagenitem (s) succesvol bijgewerkt.', + 'illegal' => 'Hoeveelheid kan niet kleiner zijn dan één.', + 'inventory_warning' => 'De gevraagde hoeveelheid is niet beschikbaar, probeer het later opnieuw.', + 'error' => 'Kan de item (s) momenteel niet updaten. Probeer het later opnieuw.' + ], + + 'item' => [ + 'error_remove' => 'Geen items om uit de winkelwagen te verwijderen.', + 'success' => 'Artikel is succesvol toegevoegd aan winkelwagen.', + 'success-remove' => 'Item is met succes uit de winkelwagen verwijderd.', + 'error-add' => 'Item kan niet aan winkelwagen worden toegevoegd. Probeer het later opnieuw.', + 'inactive' => 'An item is inactive and was removed from cart.', + 'inactive-add' => 'Inactive item cannot be added to cart.', + ], + 'quantity-error' => 'Gevraagde hoeveelheid is niet beschikbaar.', + 'cart-subtotal' => 'Subtotaal', + 'cart-remove-action' => 'Wil je dit echt doen?', + 'partial-cart-update' => 'Slechts enkele van de producten zijn bijgewerkt', + 'link-missing' => '', + 'event' => [ + 'expired' => 'This event has been expired.' + ] + ], + + 'onepage' => [ + 'title' => 'Uitchecken', + 'information' => 'Informatie', + 'shipping' => 'Verzending', + 'payment' => 'Betaling', + 'complete' => 'Complete', + 'review' => 'Beoordeling', + 'billing-address' => 'Factuur adres', + 'sign-in' => 'Inloggen', + 'company-name' => 'Bedrijfsnaam', + 'first-name' => 'Voornaam', + 'last-name' => 'Achternaam', + 'email' => 'E-mail', + 'address1' => 'Woonadres', + 'city' => 'stad', + 'state' => 'Staat', + 'select-state' => 'Selecteer een regio, staat of provincie', + 'postcode' => 'Zip/Postcode', + 'phone' => 'Telefoon', + 'country' => 'buiten', + 'order-summary' => 'overzicht van de bestelling', + 'shipping-address' => 'Verzendingsadres', + 'use_for_shipping' => 'Verzenden naar dit adres', + 'continue' => 'Doorgaan met', + 'shipping-method' => 'selecteer verzendmethode', + 'payment-methods' => 'Selecteer betaalmethode', + 'payment-method' => 'Betalingswijze', + 'summary' => 'overzicht van de bestelling', + 'price' => 'Prijs', + 'quantity' => 'Aantal', + 'billing-address' => 'factuur adres', + 'shipping-address' => 'Verzendingsadres', + 'contact' => 'Contact', + 'place-order' => 'Plaats bestelling', + 'new-address' => 'Nieuw adres toevoegen', + 'save_as_address' => 'Opslaan als adres', + 'apply-coupon' => 'gebruik coupon', + 'amt-payable' => 'Te betalen bedrag', + 'got' => 'Kreeg', + 'free' => 'Vrij', + 'coupon-used' => 'Coupon gebruikt', + 'applied' => 'Toegepast', + 'back' => 'Terug', + 'cash-desc' => 'Rembours', + 'money-desc' => 'Overschrijving', + 'paypal-desc' => 'Paypal Standard', + 'free-desc' => 'Dit is een gratis verzending', + 'flat-desc' => 'Dit is een vast tarief', + 'password' => 'Wachtwoord', + 'login-exist-message' => 'U heeft al een account bij ons, log in of ga verder als gast.', + 'enter-coupon-code' => 'Vul couponcode in' + ], + + 'total' => [ + 'order-summary' => 'Overzicht van de bestelling', + 'sub-total' => 'Items', + 'grand-total' => 'Eindtotaal', + 'delivery-charges' => 'Verzendkosten', + 'tax' => 'BTW', + 'discount' => 'Korting', + 'price' => 'Prijs', + 'disc-amount' => 'Verdisconteerd bedrag', + 'new-grand-total' => 'Nieuw eindtotaal', + 'coupon' => 'Coupon', + 'coupon-applied' => 'Toegepaste coupon', + 'remove-coupon' => 'Coupon verwijderen', + 'cannot-apply-coupon' => 'Kan coupon niet toepassen', + 'invalid-coupon' => 'Couponcode is ongeldig.', + 'success-coupon' => 'Couponcode succesvol toegepast.', + 'coupon-apply-issue' => 'Coupon code can\'t be applied.' + ], + + 'success' => [ + 'title' => 'Bestelling succesvol geplaatst', + 'thanks' => 'Bedankt voor je bestelling!', + 'order-id-info' => 'Uw bestellings-ID is #:order_id', + 'info' => 'We sturen u een e-mail met uw bestelgegevens en trackinginformatie' + ] + ], + + 'mail' => [ + 'order' => [ + 'subject' => 'Nieuwe orderbevestiging', + 'heading' => 'Order bevestiging!', + 'dear' => 'Lieve :customer_name', + 'dear-admin' => 'Lieve :admin_name', + 'greeting' => 'Bedankt voor je bestelling :order_id geplaatst op :created_at', + 'greeting-admin' => 'Order Id :order_id geplaatst op :created_at', + 'summary' => 'Samenvatting van de bestelling', + 'shipping-address' => 'Verzendingsadres', + 'billing-address' => 'factuur adres', + 'contact' => 'Contact', + 'shipping' => 'Verzendmethode', + 'payment' => 'Betalingswijze', + 'price' => 'Prijs', + 'quantity' => 'Aantal', + 'subtotal' => 'Subtotal', + 'shipping-handling' => 'Verzending en afhandeling', + 'tax' => 'Belasting', + 'discount' => 'Korting', + 'grand-total' => 'Eindtotaal', + 'final-summary' => 'Bedankt voor het tonen van uw interesse in onze winkel.We sturen u een trackingnummer zodra het is verzonden', + 'help' => 'Als u hulp nodig heeft, neem dan contact met ons op via :support_email', + 'thanks' => 'Bedankt!', + + 'comment' => [ + 'subject' => 'Nieuwe opmerking toegevoegd aan uw bestelling #:order_id', + 'dear' => 'Lieve :customer_name', + 'final-summary' => 'Bedankt voor het tonen van uw interesse in onze winkel', + 'help' => 'Als u hulp nodig heeft, neem dan contact met ons op via :support_email', + 'thanks' => 'Bedankt!', + ], + + 'cancel' => [ + 'subject' => 'Order Annuleren Bevestiging', + 'heading' => 'Bestelling geannuleerd', + 'dear' => 'Lieve :customer_name', + 'greeting' => 'U bestelt met order-ID #:order_id geplaatst op :created_at is geannuleerd', + 'summary' => 'Samenvatting van de bestelling', + 'shipping-address' => 'Verzendingsadres', + 'billing-address' => 'factuur adres', + 'contact' => 'Contact', + 'shipping' => 'Verzendmethode', + 'payment' => 'Betalingswijze', + 'subtotal' => 'Subtotaal', + 'shipping-handling' => 'Verzending en afhandeling', + 'tax' => 'Belasting', + 'discount' => 'Korting', + 'grand-total' => 'Eindtotaal', + 'final-summary' => 'Bedankt voor het tonen van uw interesse in onze winkel', + 'help' => 'Als u hulp nodig heeft, neem dan contact met ons op via :support_email', + 'thanks' => 'Bedankt!', + ] + ], + + 'invoice' => [ + 'heading' => 'Je factuur #:invoice_id voor bestelling #:order_id', + 'subject' => 'Factuur voor uw bestelling #:order_id', + 'summary' => 'Samenvatting van factuur', + ], + + 'shipment' => [ + 'heading' => 'Verzending #:shipment_id is gegenereerd voor Order #:order_id', + 'inventory-heading' => 'Nieuwe zending #:shipment_id was gegenereerd voor Order #:order_id', + 'subject' => 'Verzending voor uw bestelling #:order_id', + 'inventory-subject' => 'Er is een nieuwe zending gegenereerd voor de bestelling #:order_id', + 'summary' => 'Samenvatting van verzending', + 'carrier' => 'Drager', + 'tracking-number' => 'Volg nummer', + 'greeting' => 'Een bestelling :order_id is geplaatst op :created_at', + ], + + 'refund' => [ + 'heading' => 'Uw terugbetaling #:refund_id voor bestelling #:order_id', + 'subject' => 'Restitutie voor uw bestelling #:order_id', + 'summary' => 'Samenvatting van terugbetaling', + 'adjustment-refund' => 'Aanpassing restitutie', + 'adjustment-fee' => 'Aanpassingskosten' + ], + + 'forget-password' => [ + 'subject' => 'Klant reset wachtwoord', + 'dear' => 'Lieve :name', + 'info' => 'U ontvangt deze e-mail omdat we een verzoek voor het opnieuw instellen van uw wachtwoord voor uw account hebben ontvangen', + 'reset-password' => 'Wachtwoord opnieuw instellen', + 'final-summary' => 'Als u geen wachtwoordherstel hebt aangevraagd, is er geen verdere actie vereist', + 'thanks' => 'Bedankt!' + ], + + 'update-password' => [ + 'subject' => 'Wachtwoord bijgewerkt', + 'dear' => 'Lieve :name', + 'info' => 'Je ontvangt deze e-mail omdat je je wachtwoord hebt bijgewerkt.', + 'thanks' => 'Bedankt!' + ], + + 'customer' => [ + 'new' => [ + 'dear' => 'Lieve :customer_name', + 'username-email' => 'UserName/Email', + 'subject' => 'Nieuwe klantenregistratie', + 'password' => 'Wachtwoord', + 'summary' => 'Uw account is aangemaakt. + Uw accountgegevens zijn below: ', + 'thanks' => 'Thanks!', + ], + + 'registration' => [ + 'subject' => 'Nieuwe klantenregistratie', + 'customer-registration' => 'Klant succesvol geregistreerd', + 'dear' => 'Lieve :customer_name', + 'greeting' => 'Welkom en bedankt voor uw registratie bij ons!', + 'summary' => 'Uw account is nu succesvol aangemaakt en u kunt inloggen met uw e-mailadres en wachtwoordgegevens. Na het inloggen hebt u toegang tot andere services, waaronder het bekijken van eerdere bestellingen, verlanglijstjes en het bewerken van uw accountgegevens.', + 'thanks' => 'Thanks!', + ], + + 'verification' => [ + 'heading' => config('app.name') . ' - Email Verification', + 'subject' => 'Verificatiemail', + 'verify' => 'Verifieer uw account', + 'summary' => 'Dit is de e-mail om te verifiëren dat het door u ingevoerde e-mailadres van u is. + Klik op de onderstaande knop Uw account verifiëren om uw account te verifiëren.' + ], + + 'subscription' => [ + 'subject' => 'Abonnementse-mail', + 'greeting' => ' Welkom bij' . config('app.name') . ' - Email Subscription', + 'unsubscribe' => 'Afmelden', + 'summary' => 'Bedankt dat je me in je inbox hebt geplaatst. Het is een tijdje geleden dat je hebt gelezen' . config('app.name') . ' e-mail en we willen uw inbox niet overbelasten. Als je nog steeds niet wilt ontvangen het laatste nieuws over e-mailmarketing, klik dan op de onderstaande knop.' + ] + ] + ], + + 'webkul' => [ + 'copy-right' => '© Copyright :year Webkul Software, All rights reserved', + ], + + 'response' => [ + 'create-success' => ':name succesvol gemaakt.', + 'update-success' => ':name succesvol geupdatet.', + 'delete-success' => ':name met succes verwijderd.', + 'submit-success' => ':name succesvol ingediend.' + ], +]; diff --git a/resources/lang/vendor/shop/pl/app.php b/resources/lang/vendor/shop/pl/app.php new file mode 100644 index 000000000..5880fda20 --- /dev/null +++ b/resources/lang/vendor/shop/pl/app.php @@ -0,0 +1,720 @@ + 'Podany numer VAT ma niewłaściwy format', + 'security-warning' => 'Wykryto podejrzane działanie!!!', + 'nothing-to-delete' => 'Nic do usunięcia', + + 'layouts' => [ + 'my-account' => 'Moje konto', + 'profile' => 'Profil', + 'address' => 'Adres', + 'reviews' => 'Opinie', + 'wishlist' => 'Lista wyboru', + 'orders' => 'Zamówienia', + 'downloadable-products' => 'Produkty do pobrania' + ], + + 'common' => [ + 'error' => 'Coś poszło nie tak. Proszę spróbować później.', + 'no-result-found' => 'Nie znaleźliśmy żadnych zapisów.' + ], + + 'home' => [ + 'page-title' => config('app.name') . ' - Home', + 'featured-products' => 'Polecane produkty', + 'new-products' => 'Nowe Produkty', + 'verify-email' => 'Zweryfikuj swoje konto e-mail', + 'resend-verify-email' => 'Wyślij ponownie e-mail weryfikacyjny' + ], + + 'header' => [ + 'title' => 'Konto', + 'dropdown-text' => 'Zarządzaj koszykiem, zamówieniami i listą wyboru', + 'sign-in' => 'Zaloguj się', + 'sign-up' => 'Zapisz się', + 'account' => 'Konto', + 'cart' => 'Koszyk', + 'profile' => 'Profil', + 'wishlist' => 'Lista wyboru', + 'cart' => 'Koszyk', + 'logout' => 'Wyloguj się', + 'search-text' => 'Tutaj wyszukasz produkty' + ], + + 'minicart' => [ + 'view-cart' => 'Zobacz Koszyk', + 'checkout' => 'Kontrola', + 'cart' => 'Koszyk', + 'zero' => '0' + ], + + 'footer' => [ + 'subscribe-newsletter' => 'Subskrybuj Newsletter', + 'subscribe' => 'Subskrybuj', + 'locale' => ' Ustawienia regionalne', + 'currency' => 'Waluty', + ], + + 'subscription' => [ + 'unsubscribe' => 'Anuluj subskrubcję', + 'subscribe' => 'Subskrybuj', + 'subscribed' => 'Jesteś teraz subskrybentem maili subskrypcyjnych.', + 'not-subscribed' => 'Nie możesz być teraz zapisany do subskrypcji e-maili, spróbuj ponownie później.', + 'already' => 'Jesteś już zapisany do naszej listy subskrypcyjnej.', + 'unsubscribed' => 'Zostałeś wypisany z subskrypcji', + 'already-unsub' => 'Jesteś już wypisany.', + 'not-subscribed' => 'Błąd! Mail nie może zostać wysłany obecnie, spróbuj ponownie później..' + ], + + 'search' => [ + 'no-results' => 'Nie znaleziono wyników', + 'page-title' => config('app.name') . ' - Szukaj', + 'found-results' => 'Dostępne wyniki wyszukiwania', + 'found-result' => 'Dostępny wynik wyszukiwania', + 'analysed-keywords' => 'Analysed Keywords' + ], + + 'reviews' => [ + 'title' => 'Tytuł', + 'add-review-page-title' => 'Dodaj recenzję', + 'write-review' => 'Napisz recenzję', + 'review-title' => 'Nadaj opinii tytuł', + 'product-review-page-title' => 'Opinia o produkcie', + 'rating-reviews' => 'Oceny i recenzje', + 'submit' => 'WYŚLIJ', + 'delete-all' => 'Wszystkie recenzje zostały pomyślnie usunięte', + 'ratingreviews' => ':rating Ocen & :review Opinii', + 'star' => 'Gwiazdka', + 'percentage' => ':procent %', + 'id-star' => 'gwiazdka', + 'name' => 'Nazwa', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Porównaj', + 'compare_similar_items' => 'Porównaj podobne przedmioty', + 'add-tooltip' => 'Dodaj produkt do listy porównawczej', + 'added' => 'Produkt został pomyślnie dodany do listy porównania', + 'already_added' => 'Produkt został już dodany do listy porównawczej', + 'removed' => 'Produkt został pomyślnie usunięty z listy porównawcze', + 'removed-all' => 'Wszystkie produkty zostały pomyślnie usunięte z listy porównawczej', + 'empty-text' => 'Nie masz żadnych pozycji na liście porównawczej', + ], + + 'signup-text' => [ + 'account_exists' => 'Posiadasz już konto', + 'title' => 'Zaloguj się' + ], + + 'signup-form' => [ + 'page-title' => 'Create New Customer Account', + 'title' => 'Zarejestruj się', + 'firstname' => 'Imię', + 'lastname' => 'Nazwisko', + 'email' => 'Email', + 'password' => 'Hasło', + 'confirm_pass' => 'Potwierdź hasło', + 'button_title' => 'Zarejestruj się', + 'agree' => 'Agree', + 'terms' => 'Warunki', + 'conditions' => 'korzystania', + 'using' => 'by using this website', + 'agreement' => 'Umowa', + 'success' => 'Konto utworzone pomyślnie.', + 'success-verify' => 'Konto zostało utworzone pomyślnie, wysłano wiadomość e-mail w celu weryfikacji.', + 'success-verify-email-unsent' => 'Konto zostało utworzone pomyślnie, lecz e-mail weryfikacyjny nie został wysłany.', + 'failed' => 'Błąd! Nie można utworzyć konta, spróbuj ponownie później.', + 'success-verify-email-unsent' => 'Twoje konto jest już zweryfikowane lub spróbuj ponownie wysłać nowy e-mail weryfikacyjny.', + 'verification-not-sent' => 'Błąd! Problem z wysłaniem e-maila weryfikacyjnego, spróbuj ponownie później.', + 'verification-sent' => 'Wysłano e-mail weryfikacyjny', + 'verified' => 'Twoje konto zostało zweryfikowane, spróbuj się teraz zalogować.', + 'verify-failed' => 'Nie możemy zweryfikować twojego konta pocztowego.', + 'dont-have-account' => 'Nie posiadasz u nas konta.', + 'customer-registration' => 'Klient zarejestrowany pomyślnie' + ], + + 'login-text' => [ + 'no_account' => 'Nie posiadasz konta', + 'title' => 'Zapisz się', + ], + + 'login-form' => [ + 'page-title' => 'Login klienta', + 'title' => 'Zaloguj się', + 'email' => 'Email', + 'password' => 'Hasło', + 'forgot_pass' => 'Nie pamiętasz hasła?', + 'button_title' => 'Zaloguj się', + 'remember' => ' Zapamiętaj mnie', + 'footer' => '© Copyright :year Webkul Software, wszelkie prawa zastrzeżone', + 'invalid-creds' => 'Sprawdź swoje dane uwierzytelniające i spróbuj ponownie.', + 'verify-first' => 'Najpierw zweryfikuj swoje konto e-mail.', + 'not-activated' => 'Twoja aktywacja wymaga zgody administratora', + 'resend-verification' => 'Wyślij ponownie wiadomość weryfikacyjną' + ], + + 'forgot-password' => [ + 'title' => 'Odzyskaj hasło', + 'email' => 'Email', + 'submit' => ' Wyślij hasło resetowania na adres Email', + 'page_title' => 'Nie pamiętasz hasła?' + ], + + 'reset-password' => [ + 'title' => 'Resetuj hasło', + 'email' => 'Zarejestrowany email', + 'password' => 'Hasło', + 'confirm-password' => 'Potwierdź hasło', + 'back-link-title' => 'Powrót do logowania', + 'submit-btn-title' => 'Resetuj hasło' + ], + + 'account' => [ + 'dashboard' => 'Edytuj profil', + 'menu' => 'Menu', + + 'general' => [ + 'no' => 'Nie', + 'yes' => 'tak', + ], + + 'profile' => [ + 'index' => [ + 'page-title' => 'Profil', + 'title' => 'Profil', + 'edit' => 'Edytuj', + ], + + 'edit-success' => 'Profil zaktualizowany pomyślnie.', + 'edit-fail' => 'Błąd! Nie można zaktualizować profilu, spróbuj ponownie później.', + 'unmatch' => 'Stare hasło nie pasuje.', + + 'fname' => 'Imię', + 'lname' => 'Nazwisko', + 'gender' => 'Płeć', + 'other' => 'Other', + 'male' => 'Mężczyzna', + 'female' => 'Kobieta', + 'dob' => 'Data urodzenia', + 'phone' => 'Telefon', + 'email' => 'Email', + 'opassword' => 'Stare hasło', + 'password' => 'Hasło', + 'cpassword' => 'Potwierdź hasło', + 'submit' => 'Zaktualizuj profil', + + 'edit-profile' => [ + 'title' => 'Edytuj profil', + 'page-title' => 'Edytuj dane profilu' + ] + ], + + 'address' => [ + 'index' => [ + 'page-title' => 'Adres', + 'title' => 'Adres', + 'add' => 'Dodaj adres', + 'edit' => 'Edytuj', + 'empty' => 'Nie masz żadnych zapisanych adresów, spróbuj je utworzyć, klikając poniższy link', + 'create' => 'Utwórz adres', + 'delete' => 'Usuń', + 'make-default' => 'Ustaw jako domyślny', + 'default' => 'Domyślny', + 'contact' => 'Kontakt', + 'confirm-delete' => 'Czy na pewno chcesz usunąć ten adres?', + 'default-delete' => 'Nie można zmienić domyślnego adresu .', + 'enter-password' => 'Wprowadź hasło.', + ], + + 'create' => [ + 'page-title' => 'Dodaj formularz adresu', + 'company_name' => 'Nazwa firmy', + 'first_name' => 'Imię', + 'last_name' => 'Nazwisko', + 'vat_id' => 'Numer VAT', + 'vat_help_note' => '[Uwaga: użyj kodu kraju z identyfikatorem VAT. Na przykład. PL01234567891]', + 'title' => 'Dodaj adres', + 'street-address' => 'Ulica', + 'country' => 'Kraj', + 'state' => 'Stan', + 'select-state' => 'Wybierz region, stan lub prowincję, województwo', + 'city' => 'Miasto', + 'postcode' => 'Kod pocztowy', + 'phone' => 'Telefon', + 'submit' => 'Zapisz adres', + 'success' => 'Adres został pomyślnie dodany.', + 'error' => 'Nie można dodać adresu.' + ], + + 'edit' => [ + 'page-title' => 'Edytuj adres', + 'company_name' => 'Nazwa firmy', + 'first_name' => 'Imię', + 'last_name' => 'Nazwisko', + 'vat_id' => 'Numer VAT', + 'title' => 'Edytuj adres', + 'street-address' => 'Ulica', + 'submit' => 'Zapisz adres', + 'success' => 'Adres został zaktualizowany pomyślnie.', + ], + 'delete' => [ + 'success' => 'Adres został usunięty pomyślnie.', + 'failure' => 'Nie można usunąć adresu', + 'wrong-password' => 'Błędne hasło!' + ] + ], + + 'order' => [ + 'index' => [ + 'page-title' => 'Zamówienia', + 'title' => 'Zamówienia', + 'order_id' => 'Identyfikator zamówienia', + 'date' => 'Data', + 'status' => 'Status', + 'total' => 'Ogółem', + 'order_number' => 'Numer zamówienia', + 'processing' => 'Przetwarzanie', + 'completed' => 'ukończone', + 'canceled' => 'anulowano', + 'closed' => 'zamknięto', + 'pending' => 'w toku', + 'pending-payment' => 'Płatność w toku', + 'fraud' => 'Oszustwo' + ], + + 'view' => [ + 'page-tile' => 'Zamówienie #:order_id', + 'info' => 'Information', + 'placed-on' => 'Umieszczone na', + 'products-ordered' => 'Zamówione produkty', + 'invoices' => 'Faktury', + 'shipments' => 'Przesyłki', + 'SKU' => 'SKU', + 'product-name' => 'Nazwa', + 'qty' => 'Ilość', + 'item-status' => 'Status przedmiotu', + 'item-ordered' => 'Zamówił (:qty_ordered)', + 'item-invoice' => 'Zafakturowano (:qty_invoiced)', + 'item-shipped' => 'Wysłano (:qty_shipped)', + 'item-canceled' => 'Anulowano (:qty_canceled)', + 'item-refunded' => 'Zwrócono (:qty_refunded)', + 'price' => 'Cena', + 'total' => 'Ogółem', + 'subtotal' => 'Suma częściowa', + 'shipping-handling' => 'Wysyłka i obsługa', + 'tax' => 'Podatek', + 'discount' => 'Rabat', + 'tax-percent' => 'Procent podatku', + 'tax-amount' => 'Kwota podatku', + 'discount-amount' => 'Kwota rabatu', + 'grand-total' => 'Suma łączna', + 'total-paid' => 'Łącznie zapłacono', + 'total-refunded' => 'Razem zwrócono', + 'total-due' => 'Total Due', + 'shipping-address' => 'Adres wysyłki', + 'billing-address' => 'Adres rozliczeniowy', + 'shipping-method' => 'Metoda wysyłki', + 'payment-method' => 'Metoda płatności', + 'individual-invoice' => '„Faktura #:invoice_id', + 'individual-shipment' => 'Przesyłka #:shipment_id', + 'print' => 'Drukuj', + 'invoice-id' => 'Identyfikator faktury', + 'order-id' => 'Identyfikator zamówienia', + 'order-date' => 'Data zamówienia', + 'bill-to' => 'Bill to', + 'ship-to' => 'Dostawa do', + 'contact' => 'Kontakt', + 'refunds' => 'Zwroty', + 'individual-refund' => 'Refundacja #:refund_id', + 'adjustment-refund' => 'Wyrównania kosztów zwrotu', + 'adjustment-fee' => 'Opłata za dostosowanie', + 'cancel-btn-title' => 'Anuluj', + 'tracking-number' => 'numer przesyłki', + 'cancel-confirm-msg' => 'Czy na pewno chcesz anulować to zamówienie ?' + ] + ], + + 'wishlist' => [ + 'page-title' => 'Lista wyboru', + 'title' => 'Lista wyboru', + 'deleteall' => 'Usuń wszystko', + 'moveall' => '„Przenieś wszystkie produkty do koszyka', + 'move-to-cart' => 'Przenieś do koszyka', + 'error' => 'Nie można dodać produktu do listy wyboru z powodu nieznanych problemów, sprawdź później', + 'add' => 'Produkt został pomyślnie dodany do listy wyboru', + 'remove' => 'Produkt został pomyślnie usunięty z listy wyboru', + 'add-wishlist-text' => 'Dodaj produkt do listy wyboru', + 'remove-wishlist-text' => 'Usuń produkt z listy wyboru', + 'moved' => 'Produkt pomyślnie przeniesiono do koszyka', + 'option-missing' => 'Brak opcji produktu, więc produktu nie można dodać na listę wyboru.', + 'move-error' => ' „Nie można dodać produktu do listy wyboru. Spróbuj ponownie później', + 'success' => 'Produkt został pomyślnie dodany do listy wyboru', + 'failure' => 'Nie można dodać produktu do listy wyboru. Spróbuj ponownie później', + 'already' => 'Produkt jest już na Twojej liście', + 'removed' => 'Produkt pomyślnie usunięto z listy wyboru', + 'remove-fail' => 'Nie można usunąć produktu z listy życzeń. Spróbuj ponownie później', + 'empty' => 'Nie masz dodanych żadnych przedmiotów do listy wyboru', + 'remove-all-success' => 'Wszystkie produkty z Twojej listy życzeń zostały usunięte', + ], + + 'downloadable_products' => [ + 'title' => 'Produkty do pobrania', + 'order-id' => 'Identyfikator zamówienia', + 'date' => 'Data', + 'name' => 'Tytuł', + 'status' => 'Status', + 'pending' => 'w toku', + 'available' => 'dostępny', + 'expired' => 'wygasł', + 'remaining-downloads' => 'Pozostałe pliki do pobrania', + 'unlimited' => 'Bez limitu', + 'download-error' => 'Link do pobrania wygasł.' + ], + + 'review' => [ + 'index' => [ + 'title' => 'Recenzje', + 'page-title' => 'Recenzje' + ], + + 'view' => [ + 'page-tile' => 'Recenzja #:id', + ] + ] + ] + ], + + 'products' => [ + 'layered-nav-title' => 'Kupować przez', + 'price-label' => 'w cenie od', + 'remove-filter-link-title' => 'Wyczyść wszystko', + 'sort-by' => 'Sortuj według', + 'from-a-z' => 'Od A-Z', + 'from-z-a' => 'Od Z-A', + 'newest-first' => 'Od najnowszych', + 'oldest-first' => 'Od najstarszych', + 'cheapest-first' => 'Od najtańszych', + 'expensive-first' => 'Od najdroższych', + 'show' => 'Pokaż', + 'pager-info' => 'Wyświetlanie :showing of :total Items', + 'description' => 'Opis', + 'specification' => 'Specyfikacja', + 'total-reviews' => ':total Recenzje', + 'total-rating' => ':total_rating Oceny & :total_reviews Recenzje', + 'by' => 'Według :name', + 'up-sell-title' => 'Znaleźliśmy inne produkty, które mogą Ci się spodobać!', + 'related-product-title' => 'Powiązane produkty ', + 'cross-sell-title' => 'Więcej opcji', + 'reviews-title' => 'Oceny i recenzje', + 'write-review-btn' => 'Napisz recenzję', + 'choose-option' => 'Wybierz opcję', + 'sale' => 'Wyprzedaż', + 'new' => 'Nowość', + 'empty' => 'Brak produktów w tej kategorii', + 'add-to-cart' => 'Dodaj do koszyka', + 'book-now' => 'Rezerwuj teraz', + 'buy-now' => 'Kup teraz', + 'whoops' => 'Whoops!', + 'quantity' => 'Ilość', + 'in-stock' => 'W magazynie', + 'out-of-stock' => 'brak w magazynie', + 'view-all' => 'Wyświetl wszystko', + 'select-above-options' => 'Najpierw wybierz powyższe opcje.', + 'less-quantity' => 'Ilość nie może być mniejsza niż jeden.', + 'samples' => 'Próbki', + 'links' => 'Linki', + 'sample' => 'Próbka', + 'name' => 'Nazwa', + 'qty' => 'Ilość', + 'starting-at' => 'Począwszy od', + 'customize-options' => 'Dostosuj opcje', + 'choose-selection' => 'Choose a selection', + 'your-customization' => 'Twoja personalizacja', + 'total-amount' => 'Całkowita kwota', + 'none' => 'Żaden', + 'available-for-order' => 'Dostępne na zamówienie', + 'settings' => 'Settings', + 'compare_options' => 'Compare Options', + ], + + // 'reviews' => [ + // 'empty' => 'Nie masz jeszcze recenzji żadnego produktu' + // ] + + 'buynow' => [ + 'no-options' => 'Proszę wybrać opcje przed zakupem tego produktu.' + ], + + 'checkout' => [ + 'cart' => [ + 'integrity' => [ + 'missing_fields' => 'rak niektórych wymaganych pól dla tego produktu.', + 'missing_options' => 'Brak opcji wyboru dla tego produktu.', + 'missing_links' => 'Brak linków do pobrania dla tego produktu.', + 'qty_missing' => 'Przynajmniej jeden produkt powinien zawierać ilośćwiększą niż 1', + 'qty_impossible' => 'Nie można dodać więcej niż jednego z tych produktów do koszyka.' + ], + 'create-error' => 'Wystąpił problem podczas tworzenia instancji koszyka.', + 'title' => 'Koszyk zakupu', + 'empty' => 'Twój koszyk jest pusty', + 'update-cart' => 'Zaktualizuj koszyk', + 'continue-shopping' => 'Kontynuuj zakupy', + 'proceed-to-checkout' => 'Przejdź do kasy”', + 'remove' => 'Usuń', + 'remove-link' => 'Usuń', + 'move-to-wishlist' => 'Przenieś na listę wyboru', + 'move-to-wishlist-success' => 'Produkt został pomyślnie przeniesiony na listę wyboru.', + 'move-to-wishlist-error' => 'Nie można przenieść ptoduktu na listę życzeń, spróbuj ponownie później.', + 'add-config-warning' => 'Wybierz opcję przed dodaniem do koszyka.', + 'quantity' => [ + 'quantity' => 'Ilość', + 'success' => 'Produkty w koszyku zostały pomyślnie zaktualizowane.', + 'illegal' => 'Ilość nie może być mniejsza niż jeden.', + 'inventory_warning' => 'Żądana ilość nie jest dostępna, spróbuj ponownie później.', + 'error' => 'W tej chwili nie można zaktualizować produktów. Spróbuj ponownie później.' + ], + + 'item' => [ + 'error_remove' => 'Brak produktów do usunięcia z koszyka.', + 'success' => 'Produkt został pomyślnie dodany do koszyka.', + 'success-remove' => 'Produkt został pomyślnie usunięty z koszyka.', + 'error-add' => 'Nie można dodać produktu do koszyka, spróbuj ponownie później.', + 'inactive' => 'An item is inactive and was removed from cart.', + 'inactive-add' => 'Inactive item cannot be added to cart.', + ], + 'quantity-error' => 'Żądana ilość nie jest dostępna.', + 'cart-subtotal' => 'Suma częściowa koszyka', + 'cart-remove-action' => 'Czy na pewno chcesz to zrobić ?', + 'partial-cart-update' => 'Tylko niektóre produkty zostały zaktualizowane', + 'event' => [ + 'expired' => 'To wydarzenie wygasło.' + ] + ], + + 'onepage' => [ + 'title' => 'Kasa', + 'information' => 'Informacje', + 'shipping' => 'Wysyłka', + 'payment' => 'Płatność', + 'complete' => 'Kompletna', + 'review' => 'Przejrzeć', + 'billing-address' => 'Adres rozliczeniowy', + 'sign-in' => 'Zaloguj się', + 'company-name' => 'Nazwa firmy', + 'first-name' => 'Imię', + 'last-name' => 'Nazwisko', + 'email' => 'Email', + 'address1' => 'ulica', + 'city' => 'Miasto', + 'state' => 'Stan', + 'select-state' => 'Wybierz region, stan, prowincję lub województwo', + 'postcode' => 'Kod pocztowy', + 'phone' => 'Telefon', + 'country' => 'Kraj', + 'order-summary' => 'Podsumowanie zamówienia', + 'shipping-address' => 'Adres wysyłki', + 'use_for_shipping' => 'Wyślij na ten adres', + 'continue' => 'Kontynuuj', + 'shipping-method' => 'Wybierz metodę wysyłki', + 'payment-methods' => 'Wybierz metodę płatności', + 'payment-method' => 'Metoda płatności', + 'summary' => 'Podsumowanie zamówienia', + 'price' => 'Cena', + 'quantity' => 'Ilość', + 'billing-address' => 'Adres rozliczeniowy', + 'shipping-address' => 'Adres wysyłki', + 'contact' => 'Kontakt', + 'place-order' => 'Złóż zamówienie', + 'new-address' => 'Dodaj nowy adres', + 'save_as_address' => 'Zapisz ten adres', + 'apply-coupon' => 'Zastosuj kupon', + 'amt-payable' => 'Kwota do zapłaty', + 'got' => 'Dostawa', + 'free' => 'Darmowa', + 'coupon-used' => 'Wykorzystano kupon', + 'applied' => 'Zastosuj', + 'back' => 'Wstecz', + 'cash-desc' => 'Płatność przy odbiorze', + 'money-desc' => 'Przelew pieniężny', + 'paypal-desc' => 'Paypal Standard', + 'free-desc' => 'Z darmową wysyłką', + 'flat-desc' => 'Ze stawką ryczałtową', + 'password' => 'Hasło', + 'login-exist-message' => 'Masz już konto, zaloguj się lub kontynuuj jako gość.', + 'enter-coupon-code' => 'Wprowadź kod kuponu' + ], + + 'total' => [ + 'order-summary' => 'Podsumowanie zamówienia', + 'sub-total' => 'Produkty', + 'grand-total' => 'Suma łączna', + 'delivery-charges' => 'Koszty dostawy', + 'tax' => 'Podatek', + 'discount' => 'Rabat', + 'price' => 'Cena', + 'disc-amount' => 'Kwota zdyskontowana', + 'new-grand-total' => 'Nowa suma łączna', + 'coupon' => 'Kupon', + 'coupon-applied' => 'Zastosuj kupon', + 'remove-coupon' => 'Usuń kupon', + 'cannot-apply-coupon' => 'Nie można zastosować kuponu', + 'invalid-coupon' => 'Kod kuponu jest nieprawidłowy.', + 'success-coupon' => 'Kod kuponu został pomyślnie zastosowany.', + 'coupon-apply-issue' => 'Nie można zastosować kodu kuponu.' + ], + + 'success' => [ + 'title' => 'Zamówienie zostało złożone pomyślnie', + 'thanks' => 'TDziękujemy za zamówienie!!', + 'order-id-info' => 'Twój identyfikator zamówienia to #:order_id', + 'info' => 'Prześlemy Ci wiadomość e-mail ze szczegółami zamówienia i informacją o śledzeniu' + ] + ], + + 'mail' => [ + 'order' => [ + 'subject' => 'Potwierdzenie nowego zamówienia', + 'heading' => 'OPotwierdzenie zamówienia!', + 'dear' => 'Drogi :customer_name', + 'dear-admin' => 'Drogi :admin_name', + 'greeting' => 'Dziękujemy za zamówienie :order_id złożone na :created_at', + 'greeting-admin' => 'Identyfikator zamówienia :order_id umieszczony na :created_at', + 'summary' => 'Podsumowanie zamówienia', + 'shipping-address' => 'Adres wysyłki', + 'billing-address' => 'Adres rozliczeniowy', + 'contact' => 'Kontakt', + 'shipping' => 'Metoda wysyłki', + 'payment' => 'Metoda płatności', + 'price' => 'Cena', + 'quantity' => 'Ilość', + 'subtotal' => 'Suma częściowa', + 'shipping-handling' => 'Wysyłka i obsługa', + 'tax' => 'Podatek', + 'discount' => 'Rabat', + 'grand-total' => 'Suma łączna', + 'final-summary' => 'TDziękujemy za zainteresowanie naszym sklepem, a po podsumowaniu wyślemy ci numer śledzenia', + 'help' => 'Jeśli potrzebujesz jakiejkolwiek pomocy, skontaktuj się z nami pod adresem :support_email', + 'thanks' => 'Dzięki!', + + 'comment' => [ + 'subject' => 'Dodano nowy komentarz do Twojego zamówienia #:order_id', + 'dear' => 'Drogi :customer_name', + 'final-summary' => 'Dziękujemy za zainteresowanie naszym sklepem', + 'help' => 'Jeśli potrzebujesz pomocy, skontaktuj się z nami pod adresem :support_email', + 'thanks' => 'Dzięki!', + ], + + 'cancel' => [ + 'subject' => 'Potwierdź anulowanie zamówienia', + 'heading' => 'Zamówienie anulowane', + 'dear' => 'Drogi :customer_name', + 'greeting' => 'Twoje zamówienie o numerze id #:order_id złożonym na :created_at zostało anulowane', + 'summary' => 'Podsumowanie zamówienia', + 'shipping-address' => 'Adres wysyłki', + 'billing-address' => 'Adres rozliczeniowy', + 'contact' => 'Kontakt', + 'shipping' => 'Metoda wysyłki', + 'payment' => 'Metoda płatności', + 'subtotal' => 'Suma częściowa', + 'shipping-handling' => 'Wysyłka i obsługa', + 'tax' => 'Podatek', + 'discount' => 'Rabat', + 'grand-total' => 'Suma łączna', + 'final-summary' => 'Dziękujemy za zakupy w naszym sklepie', + 'help' => 'Jeśli potrzebujesz jakiejkolwiek pomocy, skontaktuj się z nami pod adresem :support_email', + 'thanks' => 'Dzięki!', + ] + ], + + 'invoice' => [ + 'heading' => 'Twój numer faktury #:invoice_id dla numeru zamówienia #:order_id', + 'subject' => 'Faktura za zamówienie nr #:order_id', + 'summary' => 'Podsumowanie faktury', + ], + + 'shipment' => [ + 'heading' => 'Numer przesyłki #:shipment_id has been generated for Order #:order_id', + 'inventory-heading' => 'New shipment #:shipment_id został wygenerowany dla numeru zamówienia #:order_id', + 'subject' => 'Przesyłka dla Twojego zamówienia nr #:order_id', + 'inventory-subject' => 'Wygenerowano nową wysyłkę dla numeru zamówienia #:order_id', + 'summary' => 'Podsumowanie przesyłki', + 'carrier' => 'Przewoźnik', + 'tracking-number' => 'Numer przesyłki', + 'greeting' => 'Zamówienie :order_id zostało złożone na :created_at', + ], + + 'refund' => [ + 'heading' => 'Twój numer refundacji #:refund_id dla numeru zamówienia #:order_id', + 'subject' => 'Zwrot pieniędzy za zamówienie nr #:order_id', + 'summary' => 'Podsumowanie zwrotu', + 'adjustment-refund' => 'Zwrot wyrównania', + 'adjustment-fee' => 'Opłata za dostosowanie' + ], + + 'forget-password' => [ + 'subject' => 'Resetowanie hasła klienta', + 'dear' => 'Drogi/a :name', + 'info' => 'Otrzymujesz tego e-maila, ponieważ otrzymaliśmy prośbę o zresetowanie hasła do Twojego konta', + 'reset-password' => 'Zresetuj hasło', + 'final-summary' => 'Jeśli nie zażądałeś resetowania hasła, nie musisz podejmować żadnych dalszych działań', + 'thanks' => 'Dzięki!' + ], + + 'update-password' => [ + 'subject' => 'Hasło zaktualizowane', + 'dear' => 'Drogi/a :name', + 'info' => 'Otrzymujesz tę wiadomość e-mail, ponieważ zaktualizowałeś swoje hasło.', + 'thanks' => 'Dzięki!' + ], + + 'customer' => [ + 'new' => [ + 'dear' => 'Drogi/a :customer_name', + 'username-email' => 'Nazwa użytkownika/e-mail', + 'subject' => 'Rejestracja nowego klienta', + 'password' => 'Hasło', + 'summary' => 'Twoje konto zostało utworzone. + Szczegóły twojego konta są poniżej: ', + 'thanks' => 'Dzięki!', + ], + + 'registration' => [ + 'subject' => 'Rejestracja nowego klienta', + 'customer-registration' => 'Klient pomyślnie zarejestrowany', + 'dear' => 'Drogi/a :customer_name', + 'greeting' => 'Witamy i dziękujemy za rejestrację w naszym sklepie!', + 'summary' => 'Twoje konto zostało pomyślnie utworzone i możesz zalogować się przy użyciu adresu e-mail i wybranego hasła. Po zalogowaniu będziesz mieć dostęp do innych usług, w tym do przeglądania poprzednich zamówień, list wyboru i edycji informacji o koncie.', + 'thanks' => 'Dzięki!', + ], + + 'verification' => [ + 'heading' => config('app.name') . ' - Weryfikacja adresu e-mail', + 'subject' => 'Mail weryfikujący', + 'verify' => 'Zweryfikuj swoje konto', + 'summary' => 'To jest wiadomość sprawdzająca, czy wprowadzony adres e-mail należy do Ciebie. + Kliknij przycisk Zweryfikuj Swoje Konto poniżej, aby zweryfikować swoje konto.' + ], + + 'subscription' => [ + 'subject' => 'E-mail subskrypcji', + 'greeting' => ' Witamy w ' . config('app.name') . ' - Subskrypcji e-mailowej', + 'unsubscribe' => 'Anuluj subskrypcję', + 'summary' => 'Dziękujemy za umieszczenie nas w Twojej skrzynce odbiorczej. Minęło trochę czasu, odkąd czytałeś ' . config('app.name') . ' E-mail, a my nie chcemy zaśmiecać Twoją skrzynkę. Jeśli nadal nie chcesz odbierać + nowych wiadomości marketingowych e-mail, powinieneś klinkąć na przycisk poniżej. ”.' + ] + ] + ], + + 'webkul' => [ + 'copy-right' => '© Copyright :year Webkul Software, Wszelkie prawa zastrzeżone', + ], + + 'response' => [ + 'create-success' => ':name została utworzona pomyślnie.', + 'update-success' => ':name została zaktualizowana pomyślnie.', + 'delete-success' => ':name została usunięta pomyślnie.', + 'submit-success' => ':name została przesłana pomyślnie.' + ], +]; diff --git a/resources/lang/vendor/shop/pt_BR/app.php b/resources/lang/vendor/shop/pt_BR/app.php new file mode 100644 index 000000000..4e9ca771b --- /dev/null +++ b/resources/lang/vendor/shop/pt_BR/app.php @@ -0,0 +1,696 @@ + 'The given vat id has a wrong format', + 'security-warning' => 'Suspicious activity found!!!', + 'nothing-to-delete' => 'Nothing to delete', + + 'layouts' => [ + 'my-account' => 'Minha Conta', + 'profile' => 'Perfil', + 'address' => 'Endereço', + 'reviews' => 'Avaliação', + 'wishlist' => 'Lista de Desejos', + 'orders' => 'Pedidos', + 'downloadable-products' => 'Produtos para download' + ], + + 'common' => [ + 'error' => 'Algo deu errado, por favor, tente novamente mais tarde.', + 'no-result-found' => 'We could not find any records.' + ], + + 'home' => [ + 'page-title' => config('app.name') . ' - Home', + 'featured-products' => 'Produtos em Destaque', + 'new-products' => 'Novos Produtos', + 'verify-email' => 'Verifique sua Conta de E-mail', + 'resend-verify-email' => 'Reenviar Email de Verificação' + ], + + 'header' => [ + 'title' => 'Conta', + 'dropdown-text' => 'Gerenciar Carrinho, Pedidos & Lista de Desejos', + 'sign-in' => 'Entrar', + 'sign-up' => 'Criar Conta', + 'account' => 'Conta', + 'cart' => 'Carrinho', + 'profile' => 'Perfil', + 'wishlist' => 'Lista de Desejos', + 'cart' => 'Carrinho', + 'logout' => 'Sair', + 'search-text' => 'Pesquisar produtos aqui' + ], + + 'minicart' => [ + 'view-cart' => 'Visualizar Carrinho', + 'checkout' => 'Finalizar Compra', + 'cart' => 'Carrinho', + 'zero' => '0' + ], + + 'footer' => [ + 'subscribe-newsletter' => 'Assinar Newsletter', + 'subscribe' => 'Assinar', + 'locale' => 'Idioma', + 'currency' => 'Moeda', + ], + + 'subscription' => [ + 'unsubscribe' => 'Cancelar Inscrição', + 'subscribe' => 'Inscrever', + 'subscribed' => 'Você está agora inscrito nos e-mails de newsletter', + 'not-subscribed' => 'Você não pode se inscrever, tente novamente após algum tempo', + 'already' => 'Você já está inscrito em nossa lista de assinaturas', + 'unsubscribed' => 'Você não está inscrito em nossa lista de assinaturas', + 'already-unsub' => 'Você não está mais inscrito em nossa lista de assinaturas', + 'not-subscribed' => 'Erro! Email não pode ser enviado, por favor, tente novamente mais tarde' + ], + + 'search' => [ + 'no-results' => 'Nenhum resultado encontrado', + 'page-title' => 'Buscar', + 'found-results' => 'Resultados da pesquisa encontrados', + 'found-result' => 'Resultado da pesquisa encontrado', + 'analysed-keywords' => 'Analysed Keywords' + ], + + 'reviews' => [ + 'title' => 'Título', + 'add-review-page-title' => 'Adicionar Avaliação', + 'write-review' => 'Escreva uma avaliação', + 'review-title' => 'Dê um título a sua avaliação', + 'product-review-page-title' => 'Avaliação do Produto', + 'rating-reviews' => 'Notas & Avaliação', + 'submit' => 'ENVIAR', + 'delete-all' => 'Todas Avaliações foram excluídas com sucesso', + 'ratingreviews' => ':rating Nota & :review Avaliação', + 'star' => 'Estrela', + 'percentage' => ':percentage %', + 'id-star' => 'estrela', + 'name' => 'Nome' + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Comparar', + 'compare_similar_items' => 'Comparar itens semelhantes', + 'add-tooltip' => 'Adicionar produto à lista de comparação', + 'already_added' => 'Item já adicionado à lista de comparação', + 'added' => 'Item adicionado com sucesso à lista de comparação', + 'removed' => 'Item removido com sucesso da lista de comparação', + 'removed-all' => 'Todos os itens removidos com sucesso da lista de comparação', + 'empty-text' => "Você não possui nenhum item na sua lista de comparação", + 'product_image' => 'Imagem do Produto', + 'actions' => 'Ações', + ], + + 'signup-text' => [ + 'account_exists' => 'Já tem uma conta', + 'title' => 'Entrar' + ], + + 'signup-form' => [ + 'page-title' => 'Cliente - Formulário de Cadastro', + 'title' => 'Cadastrar', + 'firstname' => 'Nome', + 'lastname' => 'Sobrenome', + 'email' => 'Email', + 'password' => 'Senha', + 'confirm_pass' => 'Confirmar Senha', + 'button_title' => 'Cadastrar', + 'agree' => 'Concordo', + 'terms' => 'Termos', + 'conditions' => 'Condições', + 'using' => 'usando este site', + 'agreement' => 'Acordo', + 'success' => 'Conta criado com sucesso, um e-mail foi enviado para sua verificação de conta', + 'success-verify-email-not-sent' => 'Conta criada com sucesso, mas o email de verificação não foi enviado', + 'failed' => 'Erro! Não é possível criar sua conta, tente novamente mais tarde', + 'already-verified' => 'Sua conta já foi confirmada ou tente enviar novamente novo de e-mail de confirmação', + 'verification-not-sent' => 'Erro! Problema ao enviar e-mail de verificação, tente novamente mais tarde', + 'verification-sent' => 'E-mail de verificação enviado', + 'verified' => 'Sua Conta Foi Verificada, Tente Entrar Agora', + 'verify-failed' => 'Não podemos verificar sua conta de e-mail.', + 'dont-have-account' => 'Você não tem conta conosco', + 'customer-registration' => 'Cliente Cadastrado com Sucesso' + ], + + 'login-text' => [ + 'no_account' => 'Não tem conta', + 'title' => 'Cadastrar', + ], + + 'login-form' => [ + 'page-title' => 'Cliente - Login', + 'title' => 'Entrar', + 'email' => 'Email', + 'password' => 'Senha', + 'forgot_pass' => 'Esqueceu sua Senha?', + 'button_title' => 'Entrar', + 'remember' => 'Lembrar de mim', + 'footer' => '© Copyright :year Webkul Software, Todos os direitos reservados', + 'invalid-creds' => 'Por favor, verifique suas credenciais e tente novamente', + 'verify-first' => 'Verifique seu e-mail primeiro', + 'resend-verification' => 'Reenviar email de verificação novamente' + ], + + 'forgot-password' => [ + 'title' => 'Recuperar Senha', + 'email' => 'Email', + 'submit' => 'Enviar', + 'page_title' => 'Esqueci minha Senha' + ], + + 'reset-password' => [ + 'title' => 'Redefinir Senha', + 'email' => 'Email registrado', + 'password' => 'Senha', + 'confirm-password' => 'Confirmar Senha', + 'back-link-title' => 'Voltar para Login', + 'submit-btn-title' => 'Redefinir Senha' + ], + + 'account' => [ + 'dashboard' => 'Cliente - Perfil', + 'menu' => 'Menu', + + 'general' => [ + 'no' => 'Não', + 'yes' => 'sim', + ], + + 'profile' => [ + 'index' => [ + 'page-title' => 'Cliente - Perfil', + 'title' => 'Perfil', + 'edit' => 'Editar', + ], + + 'edit-success' => 'Perfil Atualizado com Sucesso', + 'edit-fail' => 'Erro! O perfil não pode ser atualizado, por favor, tente novamente mais tarde', + 'unmatch' => 'A senha antiga não corresponde', + + 'fname' => 'Nome', + 'lname' => 'Sobrenome', + 'gender' => 'Gênero', + 'other' => 'De outros', + 'male' => 'Masculino', + 'female' => 'Fêmeo', + 'dob' => 'Data de Nascimento', + 'phone' => 'Telefone', + 'email' => 'Email', + 'opassword' => 'Senha antiga', + 'password' => 'Senha', + 'cpassword' => 'Confirmar Senha', + 'submit' => 'Atualizar Perfil', + + 'edit-profile' => [ + 'title' => 'Editar Perfil', + 'page-title' => 'Cliente - Editar Perfil' + ] + ], + + 'address' => [ + 'index' => [ + 'page-title' => 'Cliente - Endereço', + 'title' => 'Endereço', + 'add' => 'Adicionar Endereço', + 'edit' => 'Editar', + 'empty' => 'Você não tem nenhum endereço salvo aqui, por favor tente criá-lo clicando no link abaixo', + 'create' => 'Criar Endereço', + 'delete' => 'Deletar', + 'make-default' => 'Definir como Padrão', + 'default' => 'Padrão', + 'contact' => 'Contato', + 'confirm-delete' => 'Você realmente deseja excluir este endereço?', + 'default-delete' => 'O endereço padrão não pode ser alterado', + 'enter-password' => 'Enter Your Password.', + ], + + 'create' => [ + 'page-title' => 'Cliente - Adicionar Endereço', + 'title' => 'Novo Endereço', + 'company_name' => 'Nome da empresa', + 'first_name' => 'Primeiro nome', + 'last_name' => 'Último nome', + 'vat_id' => 'ID do IVA', + 'address1' => 'Endereço Linha 1', + 'street-address' => 'Endereço', + 'country' => 'País', + 'state' => 'Estado', + 'select-state' => 'Select a region, state or province', + 'city' => 'Cidade', + 'postcode' => 'CEP', + 'phone' => 'Telefone', + 'submit' => 'Salvar Endereço', + 'success' => 'Endereço foi adicionado com sucesso.', + 'error' => 'Endereço não pode ser adicionado.' + ], + + 'edit' => [ + 'page-title' => 'Cliente - Editar Endereço', + 'title' => 'Editar Endereço', + 'submit' => 'Salvar Endereço', + 'success' => 'Endereço Atualizado com sucesso.' + ], + 'delete' => [ + 'success' => 'Endereço Excluído com sucesso', + 'failure' => 'Endereço não pode ser adicionado', + 'wrong-password' => 'Wrong Password !' + ] + ], + + 'order' => [ + 'index' => [ + 'page-title' => 'Cliente - Pedidos', + 'title' => 'Pedidos', + 'order_id' => 'Pedido ID', + 'date' => 'Data', + 'status' => 'Status', + 'total' => 'Total', + 'order_number' => 'Número do Pedido', + 'processing' => 'Precessando', + 'completed' => 'Completo', + 'canceled' => 'Cancelado', + 'closed' => 'Fechado', + 'pending' => 'Pendente', + 'pending-payment' => 'Pagamento Pendente', + 'fraud' => 'Fraude' + ], + + 'view' => [ + 'page-tile' => 'Pedido #:order_id', + 'info' => 'Informação', + 'placed-on' => 'Criado em', + 'products-ordered' => 'Produtos Pedidos', + 'invoices' => 'Faturas', + 'shipments' => 'Entregas', + 'SKU' => 'SKU', + 'product-name' => 'Nome', + 'qty' => 'Qtd', + 'item-status' => 'Item Status', + 'item-ordered' => 'Pedidos (:qty_ordered)', + 'item-invoice' => 'Faturados (:qty_invoiced)', + 'item-shipped' => 'enviados (:qty_shipped)', + 'item-canceled' => 'Cancelados (:qty_canceled)', + 'item-refunded' => 'Refunded (:qty_refunded)', + 'price' => 'Preço', + 'total' => 'Total', + 'subtotal' => 'Subtotal', + 'shipping-handling' => 'Entrega & Manuseio', + 'tax' => 'Imposto', + 'discount' => 'Discount', + 'tax-percent' => 'Percentagem de imposto', + 'tax-amount' => 'Valor de Imposto', + 'discount-amount' => 'Valor de Desconto', + 'grand-total' => 'Total', + 'total-paid' => 'Total Pago', + 'total-refunded' => 'Total Estornado', + 'total-due' => 'Total Devido', + 'shipping-address' => 'Endereço de Entrega', + 'billing-address' => 'Endereço de Cobrança', + 'shipping-method' => 'Método de Entrega', + 'payment-method' => 'Método de Pagamento', + 'individual-invoice' => 'Fatura #:invoice_id', + 'individual-shipment' => 'Entrega #:shipment_id', + 'print' => 'Imprimir', + 'invoice-id' => 'Fatura Id', + 'order-id' => 'Pedido Id', + 'order-date' => 'Pedido Date', + 'bill-to' => 'Cobrança de', + 'ship-to' => 'Enviar para', + 'contact' => 'Contato', + 'refunds' => 'Refunds', + 'individual-refund' => 'Refund #:refund_id', + 'adjustment-refund' => 'Adjustment Refund', + 'adjustment-fee' => 'Adjustment Fee', + 'tracking-number' => 'Numero de rastreio', + 'cancel-confirm-msg' => 'Tem certeza de que deseja cancelar este pedido ?' + ] + ], + + 'wishlist' => [ + 'page-title' => 'Lista de Desejos', + 'title' => 'Lista de Desejos', + 'deleteall' => 'Excluir Tudo', + 'moveall' => 'Adicionar todos ao Carrinho', + 'move-to-cart' => 'Adicionar ao Carrinho', + 'error' => 'Não é possível adicionar o produto a lista de Desejos devido a problemas desconhecidos, por favor tente mais tarde', + 'add' => 'Item adicionado com sucesso a Lista de Desejos', + 'remove' => 'Item removido com sucesso da Lista de Desejos', + 'add-wishlist-text' => 'Adicionar produto à lista de desejos', + 'remove-wishlist-text' => 'Remover produto da lista de desejos', + 'moved' => 'Item movido com sucesso para Lista de Desejos', + 'option-missing' => 'As opções do produto estão ausentes, portanto, o item não pode ser movido para a lista de desejos.', + 'move-error' => 'Item não pode ser movido para Lista de Desejos, por favor, tente novamente mais tarde', + 'success' => 'Item adicionado com sucesso a Lista de Desejos', + 'failure' => 'Item não pode ser adicionado à Lista de Desejos, por favor, tente novamente mais tarde', + 'already' => 'Item já presente em sua lista de desejos', + 'removed' => 'Item removido com sucesso da Lista de Desejos', + 'remove-fail' => 'Item não pode ser removido da lista de desejos, por favor, tente novamente mais tarde', + 'empty' => 'Você não tem nenhum item em sua Lista de Desejos', + 'remove-all-success' => 'Todos os itens da sua lista de desejos foram removidos', + ], + + 'downloadable_products' => [ + 'title' => 'Produtos para download', + 'order-id' => 'ID do pedido', + 'date' => 'Encontro', + 'name' => 'Título', + 'status' => 'Status', + 'pending' => 'Pendente', + 'available' => 'acessível', + 'expired' => 'Expirado', + 'remaining-downloads' => 'Downloads restantes', + 'unlimited' => 'Ilimitado', + 'download-error' => 'O link para download expirou.' + ], + + 'review' => [ + 'index' => [ + 'title' => 'Avaliação', + 'page-title' => 'Cliente - Avaliação' + ], + + 'view' => [ + 'page-tile' => 'Avaliação #:id', + ] + ] + ] + ], + + 'products' => [ + 'layered-nav-title' => 'Compre por', + 'price-label' => 'Tão baixo quanto', + 'remove-filter-link-title' => 'Limpar Todos', + 'filter-to' => 'a', + 'sort-by' => 'Ordernar por', + 'from-a-z' => 'De A-Z', + 'from-z-a' => 'De Z-A', + 'newest-first' => 'Novos Primeiros', + 'oldest-first' => 'Antigos Primeiros', + 'cheapest-first' => 'Mais baratos primeiros', + 'expensive-first' => 'Mas caros primeiros', + 'show' => 'Visualiar', + 'pager-info' => 'Mostrando :showing de um :total de Itens', + 'description' => 'Descrição', + 'specification' => 'Especificação', + 'total-reviews' => ':total Avaliação', + 'total-rating' => ':total_rating Notas & :total_reviews Avaliações', + 'by' => 'Por :name', + 'up-sell-title' => 'Encontramos outros produtos que você pode gostar!', + 'related-product-title' => 'Produtos Relacionados', + 'cross-sell-title' => 'Mais escolhas', + 'reviews-title' => 'Classificações & Avaliação', + 'write-review-btn' => 'Escreva uma Avaliação', + 'choose-option' => 'Escolha uma opção', + 'sale' => 'Promoção', + 'new' => 'Novo', + 'empty' => 'Nenhum produto disponível nesta categoria', + 'add-to-cart' => 'Adicionar ao Carrinho', + 'book-now' => 'Agende agora', + 'buy-now' => 'Comprar Agora', + 'whoops' => 'Oppss!', + 'quantity' => 'Quantidade', + 'in-stock' => 'Em Estoque', + 'out-of-stock' => 'Fora de Estoque', + 'view-all' => 'Ver Tudo', + 'select-above-options' => 'Por favor, selecione as opções acima primeiro.', + 'less-quantity' => 'A quantidade não pode ser menor que um.', + 'starting-at' => 'Começando às', + 'customize-options' => 'Personalizar opções', + 'choose-selection' => 'Escolha uma seleção', + 'your-customization' => 'Sua personalização', + 'total-amount' => 'Valor total', + 'none' => 'Nenhum', + 'available-for-order' => 'Disponível para encomenda', + 'settings' => 'Settings', + 'compare_options' => 'Compare Options', + ], + + // 'reviews' => [ + // 'empty' => 'Você ainda não avaliou qualquer produto' + // ] + + 'buynow' => [ + 'no-options' => 'Por favor, selecione as opções antes de comprar este produto' + ], + + + 'checkout' => [ + 'cart' => [ + 'integrity' => [ + 'missing_fields' =>'Violação de integridade do sistema de carrinho, alguns campos obrigatórios ausentes', + 'missing_options' =>'Violação de Integridade do Sistema de Carrinho, Faltam Opções para o Produto Configurável', + 'missing_links' => 'Faltam links para download para este produto.', + 'qty_missing' => 'Pelo menos um produto deve ter mais de 1 quantidade.', + 'qty_impossible' => 'Não é possível adicionar mais do que um desse produto ao carrinho.' + ], + + 'create-error' => 'Encontrou algum problema ao fazer a instância do carrinho', + 'title' => 'Carrinho de Compras', + 'empty' => 'Seu carrinho de compras está vazio', + 'update-cart' => 'Atualizar Carrinho', + 'continue-shopping' => 'Continuar Comprando', + 'proceed-to-checkout' => 'Finalizar Compra', + 'remove' => 'Remover', + 'remove-link' => 'Remover', + 'move-to-wishlist' => 'Mover para Lista de Desejos', + 'move-to-wishlist-success' => 'Item Movido para Lista de Desejos', + 'move-to-wishlist-error' => 'Não foi possivel Mover Item para Lista de Desejos, Por favor, tente novamente mais tarde', + 'add-config-warning' => 'Por favor, selecione a opção antes de adicionar ao carrinho', + 'quantity' => [ + 'quantity' => 'Quantidade', + 'success' => 'Carrinho Item(s) Atualizados com Sucesso!', + 'illegal' => 'Quantidade não pode ser menor que um', + 'inventory_warning' => 'A quantidade solicitada não está disponível, por favor, tente novamente mais tarde', + 'error' => 'Não é possível atualizar o item(s) no momento, por favor, tente novamente mais tarde' + ], + + 'item' => [ + 'error_remove' => 'Nenhum item para remover do carrinho', + 'success' => 'Item foi adicionado com sucesso ao carrinho', + 'success-remove' => 'Item foi removido com sucesso do carrinho', + 'error-add' => 'Item não pode ser adicionado ao carrinho, por favor, tente novamente mais tarde', + 'inactive' => 'An item is inactive and was removed from cart', + 'inactive-add' => 'Inactive item cannot be added to cart', + ], + 'quantity-error' => 'Quantidade solicitada não está disponível', + 'cart-subtotal' => 'Subtotal do carrinho', + 'cart-remove-action' => 'Você realmente quer fazer isso ?', + 'partial-cart-update' => 'Only some of the product(s) were updated', + 'link-missing' => '', + 'event' => [ + 'expired' => 'This event has been expired.' + ] + ], + + 'onepage' => [ + 'title' => 'Finalização Compra', + 'information' => 'Informação', + 'shipping' => 'Entrega', + 'payment' => 'Pagamento', + 'complete' => 'Completo', + 'review' => 'Reveja', + 'billing-address' => 'Endereço de Cobrança', + 'sign-in' => 'Entrar', + 'first-name' => 'Nome', + 'last-name' => 'Sobrenome', + 'email' => 'E-mail', + 'address1' => 'Endereço', + 'address2' => 'Endereço 2', + 'city' => 'Cidade', + 'state' => 'Estado', + 'select-state' => 'Selecione uma região, estado e província', + 'postcode' => 'CEP', + 'phone' => 'Telefone', + 'country' => 'País', + 'order-summary' => 'Resumo do Pedido', + 'shipping-address' => 'Endereço de Entrega', + 'use_for_shipping' => 'Enviar para esse endereço', + 'continue' => 'Continuar', + 'shipping-method' => 'Selecione o Método de Entrega', + 'payment-methods' => 'Selecione o Método de Pagamento', + 'payment-method' => 'Método de Pagamento', + 'summary' => 'Resumo do Pedido', + 'price' => 'Preço', + 'quantity' => 'Quantidade', + 'billing-address' => 'Endereço de Cobrança', + 'shipping-address' => 'Endereço de Entrega', + 'contact' => 'Contato', + 'place-order' => 'Enviar Pedido', + 'new-address' => 'Add Novo Endereço', + 'save_as_address' => 'Salvar Endereço', + 'apply-coupon' => 'Aplicar Cupom', + 'enter-coupon-code' => 'Digite aqui o seu Cupom' + ], + + 'total' => [ + 'order-summary' => 'Resumo do Pedido', + 'sub-total' => 'Itens', + 'grand-total' => 'Total', + 'delivery-charges' => 'Taxas de Entrega', + 'tax' => 'Imposto', + 'discount' => 'Desconto', + 'price' => 'preço', + 'disc-amount' => 'Valor descontado', + 'new-grand-total' => 'Novo Total', + 'coupon' => 'Cupom', + 'coupon-applied' => 'Cupom Aplicado', + 'remove-coupon' => 'Remover Cupom', + 'cannot-apply-coupon' => 'Não foi possível aplicar esse Cupom', + 'invalid-coupon' => 'Código do Cupom é inválido.', + 'success-coupon' => 'Cupom aplicado com sucesso.', + 'coupon-apply-issue' => 'Não foi possível aplicar esse Cupom' + ], + + 'success' => [ + 'title' => 'Pedido enviado com sucesso!', + 'thanks' => 'Obrigado pelo seu pedido!', + 'order-id-info' => 'Seu ID do Pedido é #:order_id', + 'info' => 'Nós lhe enviaremos por e-mail, detalhes do seu pedido e informações de rastreamento' + ] + ], + + 'mail' => [ + 'order' => [ + 'subject' => 'Confirmação de Novo Pedido', + 'heading' => 'Confirmação de Pedido!', + 'dear' => 'Caro :customer_name', + 'dear-admin' => 'Caro :admin_name', + 'greeting' => 'Obrigado pelo seu Pedido :order_id realizado em :created_at', + 'summary' => 'Resumo do Pedido', + 'shipping-address' => 'Endereço de Entrega', + 'billing-address' => 'Endereço de Cobrança', + 'contact' => 'Contato', + 'shipping' => 'Entrega', + 'payment' => 'Pagamento', + 'price' => 'Preço', + 'quantity' => 'Quantidade', + 'subtotal' => 'Subtotal', + 'shipping-handling' => 'Envio & Manuseio', + 'tax' => 'Imposto', + 'discount' => 'Discount', + 'grand-total' => 'Total', + 'final-summary' => 'Obrigado por mostrar o seu interesse em nossa loja nós lhe enviaremos o número de rastreamento assim que for despachado', + 'help' => 'Se você precisar de algum tipo de ajuda, por favor entre em contato conosco :support_email', + 'thanks' => 'Muito Obrigado!', + + 'comment' => [ + 'subject' => 'Novo comentário adicionado ao seu pedido #: order_id', + 'dear' => 'Prezado :customer_name', + 'final-summary' => 'Obrigado por mostrar seu interesse em nossa loja', + 'help' => 'Se você precisar de algum tipo de ajuda, entre em contato conosco :support_email', + 'thanks' => 'Obrigada!', + ], + + 'cancel' => [ + 'subject' => 'Confirmação de Cancelamento de Pedido', + 'heading' => 'Pedido Cancelado', + 'dear' => 'Caro :customer_name', + 'greeting' => 'Seu Pedido com o ID #:order_id finalizado em :created_at foi cancelado', + 'summary' => 'Resumo do Pedido', + 'shipping-address' => 'Endereço de Entrega', + 'billing-address' => 'Endereço de Faturamento', + 'contact' => 'Contato', + 'shipping' => 'Método de Envio', + 'payment' => 'Método de Pagamento', + 'subtotal' => 'Subtotal', + 'shipping-handling' => 'Entrega & Manuseio', + 'tax' => 'Taxa', + 'discount' => 'Desconto', + 'grand-total' => 'Total', + 'final-summary' => 'Obrigado por mostrar interesse em nosa Loja', + 'help' => 'Caso precise de qualquer tipo de ajuda entre em contato conosco :support_email', + 'thanks' => 'Obrigado!', + ] + ], + + 'invoice' => [ + 'heading' => 'Sua Fatura #:invoice_id do Pedido #:order_id', + 'subject' => 'Fatura do seu pedido #:order_id', + 'summary' => 'Resumo da Fatura', + ], + + 'refund' => [ + 'heading' => 'Your Refund #:refund_id for Order #:order_id', + 'subject' => 'Refund for your order #:order_id', + 'summary' => 'Resumo do reembolso', + 'adjustment-refund' => 'Reembolso de ajuste', + 'adjustment-fee' => 'Taxa de ajuste' + ], + + 'shipment' => [ + 'heading' => 'Sua Entrega #:shipment_id do Pedido #:order_id', + 'subject' => 'Entrega do seu pedido #:order_id', + 'summary' => 'Resumo da Entrega', + 'carrier' => 'Transportadora', + 'tracking-number' => 'Código de Rastreio' + ], + + 'forget-password' => [ + 'subject' => 'Recuperação de Senha', + 'dear' => 'Caro :name', + 'info' => 'Você está recebendo este e-mail porque recebemos uma solicitação de redefinição de senha para sua conta', + 'reset-password' => 'Redefinir Senha', + 'final-summary' => 'Se você não solicitou uma redefinição de senha, nenhuma ação adicional é necessária', + 'thanks' => 'Obrigado!' + ], + + 'update-password' => [ + 'subject' => 'Senha atualizada', + 'dear' => 'Caro :name', + 'info' => 'Você está recebendo este e-mail porque atualizou sua senha.', + 'thanks' => 'Obrigado!' + ], + + 'customer' => [ + 'new' => [ + 'dear' => 'Caro :customer_name', + 'username-email' => 'Nome de usuário/Email', + 'subject' => 'Nova Conta', + 'password' => 'Senha', + 'summary' => 'Sua conta foi criada. + Abaixo está suas informaços: ', + 'thanks' => 'Obrigado!', + ], + + 'registration' => [ + 'subject' => 'Novo Cliente', + 'customer-registration' => 'Cliente cadastrado com Sucesso', + 'dear' => 'Caro :customer_name', + 'greeting' => 'Bem vindo e obrigado por se cadastrar conosco!', + 'summary' => 'Sua conta foi criada com sucesso e agora você pode entrar utilizando seu endereço de email e senha. Ao fazer login, você poderá acessar outros serviços, incluindo a revisão de pedidos anteriores, listas de desejos e a edição das informações da sua conta..', + 'thanks' => 'Obrigado!', + ], + + 'verification' => [ + 'heading' => config('app.name') . ' - Verificação de Email', + 'subject' => 'Verificação de Email', + 'verify' => 'Confirme sua conta', + 'summary' => 'Esse email é para confirmar que esse endereço de e-mail é válido e pertence a você. + Por favor, clique no botão Confirme sua conta abaixo para verificar sua conta. ' + ], + + 'subscription' => [ + 'subject' => 'Email de Inscrição', + 'greeting' => ' Bem vindo a ' . config('app.name') . ' - Incrição de Email', + 'unsubscribe' => 'Unsubscribe', + 'summary' => 'Obrigado por me colocar na sua caixa de entrada. Já faz um tempo desde que você leu ' . config('app.name') . ' e-mail e não queremos sobrecarregar sua caixa de entrada. Se você ainda não deseja receber + as últimas notícias de email marketing e, com certeza, clique no botão abaixo.' + ] + ] + ], + + 'webkul' => [ + 'copy-right' => '© Copyright :year Webkul Software, Todos os Direitos Reservados', + ], + + 'response' => [ + 'create-success' => ':name criado com sucesso.', + 'update-success' => ':name atualizado com sucesso.', + 'delete-success' => ':name excluído com sucesso.', + 'submit-success' => ':name enviado com sucesso.' + ], +]; \ No newline at end of file diff --git a/resources/lang/vendor/shop/tr/app.php b/resources/lang/vendor/shop/tr/app.php new file mode 100644 index 000000000..fd42aa4c9 --- /dev/null +++ b/resources/lang/vendor/shop/tr/app.php @@ -0,0 +1,717 @@ + 'Girmiş olduğunuz vergi no hatalı', + 'security-warning' => 'Şüpheli etkinlik tespit edildi!!!', + 'nothing-to-delete' => 'Silinecek bir şey bulunmadı!', + + 'layouts' => [ + 'my-account' => 'Hesabım', + 'profile' => 'Profil', + 'address' => 'Adres', + 'reviews' => 'İncelemeler', + 'wishlist' => 'Dilek Listesi', + 'orders' => 'Siparişler', + 'downloadable-products' => 'İndirilebilir Ürünler' + ], + + 'common' => [ + 'error' => 'Bir şeyler ters gitti, lütfen tekrar deneyin.', + 'no-result-found' => 'Kayıt bulunamadı.' + ], + + 'home' => [ + 'page-title' => config('app.name') . ' - Ana Sayfa', + 'featured-products' => 'Özel Ürünler', + 'new-products' => 'Yeni Ürünler', + 'verify-email' => 'Mail hesabınızı doğrulayınız', + 'resend-verify-email' => 'Doğrulama Maili Gönder' + ], + + 'header' => [ + 'title' => 'Hesap', + 'dropdown-text' => 'Sepet, Sipariş & Dilek Listesini Yönet', + 'sign-in' => 'Giriş Yap', + 'sign-up' => 'Kaydol', + 'account' => 'Hesap', + 'cart' => 'Alışveriş Sepeti', + 'profile' => 'Profil', + 'wishlist' => 'Dilek Listesi', + 'logout' => 'Çıkış Yap', + 'search-text' => 'Ürün arayın...' + ], + + 'minicart' => [ + 'view-cart' => 'Sepeti Görüntüle', + 'checkout' => 'Satın Al', + 'cart' => 'Sepet', + 'zero' => '0' + ], + + 'footer' => [ + 'subscribe-newsletter' => 'Bültene Kaydol', + 'subscribe' => 'Abone Ol', + 'locale' => 'Dil', + 'currency' => 'Para Birimi', + ], + + 'subscription' => [ + 'unsubscribe' => 'Bültenden Çık', + 'subscribe' => 'Abone Ol', + 'subscribed' => 'Abone kaydınız yapılmış durumda.', + 'not-subscribed' => 'Bülten aboneliğine kaydınız yapılamadı, lütfen tekrar deneyin.', + 'already' => 'Bülten aboneliğine kayıtlı durumdasınız.', + 'unsubscribed' => 'Bülten aboneliğinden çıkış yapıtınız.', + 'already-unsub' => 'Daha önceden bültenden çıkış yaptınız.' + ], + + 'search' => [ + 'no-results' => 'Sonuç Bulunamadı', + 'page-title' => config('app.name') . ' - Arama', + 'found-results' => 'Arama Sonuçları', + 'found-result' => 'Arama Sonuçları' + ], + + 'reviews' => [ + 'title' => 'Başlık', + 'add-review-page-title' => 'İnceleme Ekle', + 'write-review' => 'İnceleme Yaz', + 'review-title' => 'İncelemeye bir başlık giriniz', + 'product-review-page-title' => 'Ürün İnceleme', + 'rating-reviews' => 'Oylama & İncelemeler', + 'submit' => 'GÖNDER', + 'delete-all' => 'Tüm incelemeler başarıyla silindi.', + 'ratingreviews' => ':rating Oylama & :review İnceleme', + 'star' => 'Yıldız', + 'percentage' => ':percentage %', + 'id-star' => 'star', + 'name' => 'Adı', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Karşılaştır', + 'compare_similar_items' => 'Benzer Ürünleri Karşılaştır', + 'add-tooltip' => 'Karşılaştırma listesine ürün ekle', + 'added' => 'Ürün karşılaştırma listesine başarıyla eklendi.', + 'already_added' => 'Ürün zaten karşılaştırma listesinde yer alıyor.', + 'removed' => 'Ürün karşılaştırma listesinden başarıyla kaldırıldı.', + 'removed-all' => 'Tüm ürünler, karşılaştırma listesinden başarıyla çıkarıldı.', + 'empty-text' => "Karşılaştırma listenizde henüz ürün bulunmuyor.", + 'product_image' => 'Ürün Görseli', + 'actions' => 'Eylemler', + ], + + 'signup-text' => [ + 'account_exists' => 'Hesabınız var mı?', + 'title' => 'Giriş Yapın' + ], + + 'signup-form' => [ + 'page-title' => 'Yeni Müşteri Kaydı Oluşturun', + 'title' => 'Kaydol', + 'firstname' => 'Adınız', + 'lastname' => 'Soyadınız', + 'email' => 'E-Mail', + 'password' => 'Parola', + 'confirm_pass' => 'Parola (tekrar)', + 'button_title' => 'Kaydol', + 'agree' => 'Kabul', + 'terms' => 'Koşullar', + 'conditions' => 'Şartlar', + 'using' => 'bu web sitesini kullanarak', + 'agreement' => 'Anlaşma', + 'success' => 'Hesap başarıyla oluşturuldu.', + 'success-verify' => 'Hesap başarıyla oluşturuldu. Devam edebilmek için lütfen e-mail adresinizi doğrulayın.', + 'success-verify-email-unsent' => 'Hesap başarıyla oluşturuldu; ancak doğrulama maili gönderilemedi.', + 'failed' => 'Hata Oluştu! Hesabınız oluşturulamadı, lütfen tekrar deneyiniz.', + 'already-verified' => 'Hesabınız zaten doğrulanmış, lütfen yeni bir doğrulama maili talep edin.', + 'verification-not-sent' => 'Doğrulama maili gönderilirken hata oluştu, lütfen tekrar deneyin.', + 'verification-sent' => 'Doğrulama maili gönderildi', + 'verified' => 'Hesabınız başarıyla doğrulandı. Şimdi giriş yapabilirsiniz.', + 'verify-failed' => 'Hesabınızı doğrulayamadık.', + 'dont-have-account' => 'Kayıtlı hesabınız bulunmuyor.', + 'customer-registration' => 'Müşteri Kaydı Başarıyla Oluşturuldu.' + ], + + 'login-text' => [ + 'no_account' => 'Hesabınız yok mu?', + 'title' => 'Kaydolun', + ], + + 'login-form' => [ + 'page-title' => 'Müşteri Girişi', + 'title' => 'Giriş Yap', + 'email' => 'E-Mail', + 'password' => 'Parola', + 'forgot_pass' => 'Parolanızı mı unuttunuz?', + 'button_title' => 'Giriş Yap', + 'remember' => 'Beni Hatırla', + 'footer' => '© Copyright :year Webkul Software, Tüm hakları saklıdır.', + 'invalid-creds' => 'Lütfen bilgilerinizi kontrol edip tekrar deneyiniz.', + 'verify-first' => 'Öncelikle mail adresinizi doğrulayınız.', + 'not-activated' => 'Yönetici aktivasyonu gerekiyor.', + 'resend-verification' => 'Doğrulama mailini yeniden gönder' + ], + + 'forgot-password' => [ + 'title' => 'Parolayı Sıfırla', + 'email' => 'E-Mail', + 'submit' => 'Parola Sıfırlama Maili Gönder', + 'page_title' => 'Parolanızı mı unuttunuz?' + ], + + 'reset-password' => [ + 'title' => 'Parolayı Sıfırla', + 'email' => 'Kayıtlı Mail Adresi', + 'password' => 'Parola', + 'confirm-password' => 'Parola Doğrula', + 'back-link-title' => 'Giriş Sayfasına Dön', + 'submit-btn-title' => 'Parola Sıfırla' + ], + + 'account' => [ + 'dashboard' => 'Profil Düzenle', + 'menu' => 'Menü', + + 'general' => [ + 'no' => 'Hayır', + 'yes' => 'Evet', + ], + + 'profile' => [ + 'index' => [ + 'page-title' => 'Profil', + 'title' => 'Profil', + 'edit' => 'Düzenle', + ], + + 'edit-success' => 'Profil başarıyla güncellendi.', + 'edit-fail' => 'Profil güncellenirken hata oluştu, lütfen tekrar deneyin.', + 'unmatch' => 'Eski parolanız eşleşmiyor, lütfen tekrar deneyin.', + + 'fname' => 'Adınız', + 'lname' => 'Soyadınız', + 'gender' => 'Cinsiyet', + 'other' => 'Diğer', + 'male' => 'Erkek', + 'female' => 'Kadın', + 'dob' => 'Doğum Tarihi', + 'phone' => 'Telefon', + 'email' => 'E-Mail', + 'opassword' => 'Önceki Parola', + 'password' => 'Parola', + 'cpassword' => 'Parola Doğrula', + 'submit' => 'Profil Güncelle', + + 'edit-profile' => [ + 'title' => 'Profil Düzenle', + 'page-title' => 'Profil Bilgilerini Düzenle' + ] + ], + + 'address' => [ + 'index' => [ + 'page-title' => 'Adres', + 'title' => 'Adres', + 'add' => 'Adres Ekle', + 'edit' => 'Düzenşe', + 'empty' => 'Henüz kayıtlı adresiniz bulunmuyor. Eklemek için lütfen aşağıdaki linki tıklayınız.', + 'create' => 'Adres Ekle', + 'delete' => 'Sil', + 'make-default' => 'Varsayılan Yap', + 'default' => 'Varsayılan', + 'contact' => 'İletişim', + 'confirm-delete' => 'Bu adresi silmek istediğinizden emin misiniz?', + 'default-delete' => 'Varsayılan adres değiştirilemez.', + 'enter-password' => 'Parolanızı Giriniz', + ], + + 'create' => [ + 'page-title' => 'Adres Formu Ekle', + 'company_name' => 'Şirket Adı', + 'first_name' => 'Adınız', + 'last_name' => 'Soyadınız', + 'vat_id' => 'Vergi No', + 'vat_help_note' => '[Not: Vergi no ile beraber ülke kodunu kullanın. Örn. INV01234567891]', + 'title' => 'Adres Ekle', + 'street-address' => 'Sokak Adresi', + 'country' => 'Ülke', + 'state' => 'Şehir', + 'select-state' => 'Şehir seçiniz.', + 'city' => 'İlçe', + 'postcode' => 'Posta Kodu', + 'phone' => 'Telefon', + 'submit' => 'Adres Kaydet', + 'success' => 'Adres başarıyla kaydedildi.', + 'error' => 'Adres eklenirken hata oluştu!' + ], + + 'edit' => [ + 'page-title' => 'Adres Düzenle', + 'company_name' => 'Şirket Adı', + 'first_name' => 'Adınız', + 'last_name' => 'Soyadınız', + 'vat_id' => 'Vergi No', + 'title' => 'Adres Düzenle', + 'street-address' => 'Sokak Adresi', + 'submit' => 'Adres Kaydet', + 'success' => 'Adres Başarıyla Güncellendi.', + ], + 'delete' => [ + 'success' => 'Adres başarıyla silindi.', + 'failure' => 'Adres silinirken hata oluştu!', + 'wrong-password' => 'Parolanızı hatalı girdiniz!' + ] + ], + + 'order' => [ + 'index' => [ + 'page-title' => 'Siparişler', + 'title' => 'Siparişler', + 'order_id' => 'Sipariş No', + 'date' => 'Tarih', + 'status' => 'Durum', + 'total' => 'Toplam', + 'order_number' => 'Sipariş No', + 'processing' => 'İşleniyor', + 'completed' => 'Tamamlandı', + 'canceled' => 'İptal Edildi', + 'closed' => 'Kapalı', + 'pending' => 'Bekliyor', + 'pending-payment' => 'Ödeme Bekliyor', + 'fraud' => 'Geçersiz' + ], + + 'view' => [ + 'page-tile' => 'Sipariş #:order_id', + 'info' => 'Bilgi', + 'placed-on' => 'Sipariş Tarihi', + 'products-ordered' => 'Sipariş Edilen Ürünler', + 'invoices' => 'Faturalar', + 'shipments' => 'Teslimatlar', + 'SKU' => 'Barkod', + 'product-name' => 'Ürün Adı', + 'qty' => 'Miktar', + 'item-status' => 'Ürün Durumu', + 'item-ordered' => 'Sipariş Verildi (:qty_ordered)', + 'item-invoice' => 'Fatura Oluşturuldu (:qty_invoiced)', + 'item-shipped' => 'Kargoya Verildi (:qty_shipped)', + 'item-canceled' => 'İptal Edildi (:qty_canceled)', + 'item-refunded' => 'İade Edildi (:qty_refunded)', + 'price' => 'Fiyat', + 'total' => 'Toplam', + 'subtotal' => 'Ara Toplam', + 'shipping-handling' => 'Teslimat & Dağıtım', + 'tax' => 'Vergi', + 'discount' => 'İndirim', + 'tax-percent' => 'Vergi Yüzdesi', + 'tax-amount' => 'Vergi Miktarı', + 'discount-amount' => 'İndirim Miktarı', + 'grand-total' => 'Genel Toplam', + 'total-paid' => 'Toplam Ödenen', + 'total-refunded' => 'Toplam İade', + 'total-due' => 'Toplam Kalan', + 'shipping-address' => 'Teslimat Adresi', + 'billing-address' => 'Fatura Adresi', + 'shipping-method' => 'Teslimat Şekli', + 'payment-method' => 'Ödeme Şekli', + 'individual-invoice' => 'Fatura #:invoice_id', + 'individual-shipment' => 'Teslimat #:shipment_id', + 'print' => 'Yazdır', + 'invoice-id' => 'Fatura No', + 'order-id' => 'Sipariş No', + 'order-date' => 'Sipariş Tarihi', + 'bill-to' => 'Fatura Edilen', + 'ship-to' => 'Teslim Edilen', + 'contact' => 'İletişim', + 'refunds' => 'İadeler', + 'individual-refund' => 'İade #:refund_id', + 'adjustment-refund' => 'İade Düzenlemesi', + 'adjustment-fee' => 'Düzenleme Bedeli', + 'cancel-btn-title' => 'İptal', + 'tracking-number' => 'Takip No', + 'cancel-confirm-msg' => 'Bu siparişi silmek istediğinizden emin misiniz?' + ] + ], + + 'wishlist' => [ + 'page-title' => 'Dilek Listesi', + 'title' => 'Dilek Listesi', + 'deleteall' => 'Tümünü Sil', + 'moveall' => 'Tüm Ürünleri Sepete Taşı', + 'move-to-cart' => 'Sepete Taşı', + 'error' => 'Ürün dilek listesine eklenemiyor, lütfen daha sonra tekrar deneyin.', + 'add' => 'Ürün dilek listesine başarıyla eklendi.', + 'remove' => 'Ürün dilek listesinden başarıyla kaldırıldı.', + 'add-wishlist-text' => 'Ürünü dilek listenize ekleyin', + 'remove-wishlist-text' => 'Ürünü dilek listenizden kaldırın', + 'moved' => 'Ürün alışveriş sepetine başarıyla taşındı.', + 'option-missing' => 'Ürün seçenekleri bulunamadı; bu yüzden dilek listesine taşınamadı.', + 'move-error' => 'Ürün dilek listesine taşınamadı, lütfen tekrar deneyin.', + 'success' => 'Ürün dilek listesine taşındı.', + 'failure' => 'Ürün dilek listesine taşınamadı, lütfen tekrar deneyin.', + 'already' => 'Ürün dilek listenizde yer alıyor.', + 'removed' => 'Ürün dilek listesinden kaldırıldı.', + 'remove-fail' => 'Ürün dilek listesinden kaldırılamadı, lütfen tekrar deneyin.', + 'empty' => 'Dilek listenizde ürün bulunmuyor.', + 'remove-all-success' => 'Dilek listenizdeki tüm ürünler kaldırıldı.', + ], + + 'downloadable_products' => [ + 'title' => 'İndirilebilir Ürünler', + 'order-id' => 'Sipariş No', + 'date' => 'Tarih', + 'name' => 'Başlık', + 'status' => 'Durum', + 'pending' => 'Bekliyor', + 'available' => 'Hazır', + 'expired' => 'Süresi Doldu', + 'remaining-downloads' => 'Kalan İndirme', + 'unlimited' => 'Sınırsız', + 'download-error' => 'İndirme linki süresi doldu.' + ], + + 'review' => [ + 'index' => [ + 'title' => 'İncelemeler', + 'page-title' => 'İncelemeler' + ], + + 'view' => [ + 'page-tile' => 'İnceleme #:id', + ] + ] + ] + ], + + 'products' => [ + 'layered-nav-title' => 'Ürün Filtrele', + 'price-label' => 'Olabildiğince Düşük', + 'remove-filter-link-title' => 'Tümünü Temizle', + 'filter-to' => ' - ', + 'sort-by' => 'Sıralama Şekli', + 'from-a-z' => 'A-Z', + 'from-z-a' => 'Z-A', + 'newest-first' => 'Yeniden Eskiye', + 'oldest-first' => 'Eskiden Yeniye', + 'cheapest-first' => 'Ucuzdan Pahallıya', + 'expensive-first' => 'Pahallıdan Ucuza', + 'show' => 'Göster', + 'pager-info' => 'Toplam :total üründen :showing adet ürün görüntüleniyor.', + 'description' => 'Açıklama', + 'specification' => 'Şartname', + 'total-reviews' => ':total İnceleme', + 'total-rating' => ':total_rating Oylama & :total_reviews İnceleme', + 'by' => ':name\'e göre', + 'up-sell-title' => 'İlginize çekebilecek başka ürünler bulduk!', + 'related-product-title' => 'Benzer Ürünler', + 'cross-sell-title' => 'Daha fazla seçenek', + 'reviews-title' => 'Oylama & İnceleme', + 'write-review-btn' => 'İnceleme Yaz', + 'choose-option' => 'Seçenek seçin', + 'sale' => 'Satışta', + 'new' => 'Yeni', + 'empty' => 'Bu kategoride ürün bulunamadı.', + 'add-to-cart' => 'Sepete Ekle', + 'book-now' => 'Hemen Ayırt', + 'buy-now' => 'Satın Al', + 'whoops' => 'Ops!', + 'quantity' => 'Miktar', + 'in-stock' => 'Stokta', + 'out-of-stock' => 'Stokta Yok', + 'view-all' => 'Tümünü Göster', + 'select-above-options' => 'Lütfen öncelikle seçenek seçin', + 'less-quantity' => 'Geçerli miktar giriniz.', + 'samples' => 'Örnekler', + 'links' => 'Linkler', + 'sample' => 'Örnek', + 'name' => 'Adı', + 'qty' => 'Miktar', + 'starting-at' => 'Başlangıç Fiyatı', + 'customize-options' => 'Seçenekleri Özelleştir', + 'choose-selection' => 'Seçim Yapın', + 'your-customization' => 'Özelleştirmeniz', + 'total-amount' => 'Toplam Miktar', + 'none' => 'Hiçbiri', + 'available-for-order' => 'Sipariş İçin Uygun', + 'settings' => 'Settings', + 'compare_options' => 'Compare Options', + ], + + // 'reviews' => [ + // 'empty' => 'You Have Not Reviewed Any Of Product Yet' + // ] + + 'buynow' => [ + 'no-options' => 'Ürünü satın almadan önce lütfen seçenek seçin.' + ], + + 'checkout' => [ + 'cart' => [ + 'integrity' => [ + 'missing_fields' => 'Bu ürün için zorunlu bazı alanlar girilmemiş.', + 'missing_options' => 'Bu ürün için seçenek girilmemiş.', + 'missing_links' => 'Bu ürün için indirilebilir linkler girilmemiş.', + 'qty_missing' => 'En az bir adet ürün girilmelidir.', + 'qty_impossible' => 'Bu üründen birden fazla adet girilemez.' + ], + 'create-error' => 'Alışveriş sepeti oluşturulurken hata meydana geldi!', + 'title' => 'Alışveriş Sepeti', + 'empty' => 'Alışveriş sepetiniz boş', + 'update-cart' => 'Sepeti Güncelle', + 'continue-shopping' => 'Alışverişe Devam Et', + 'proceed-to-checkout' => 'Satın Al', + 'remove' => 'Kaldır', + 'remove-link' => 'Kaldır', + 'move-to-wishlist' => 'Dilek Listesine Ekle', + 'move-to-wishlist-success' => 'Dilek listesine başarıyla eklendi.', + 'move-to-wishlist-error' => 'Dilek listesine eklenirken hata oluştu, lütfen tekrar deneyin.', + 'add-config-warning' => 'Sepete eklemeden önce lütfen seçim yapınız.', + 'quantity' => [ + 'quantity' => 'Miktar', + 'success' => 'Sepet başarıyla güncellendi!', + 'illegal' => 'Miktar en az 1 olmalıdır.', + 'inventory_warning' => 'Girilen miktar mevcut değil, lütfen yeniden deneyin.', + 'error' => 'Ürün güncellemesi yapılamıyor, lütfen tekrar deneyin.' + ], + + 'item' => [ + 'error_remove' => 'Sepetten kaldırılacak ürün bulunamadı.', + 'success' => 'Ürün başarıyla sepete eklendi.', + 'success-remove' => 'Ürün sepetten başarıyla kaldırıldı.', + 'error-add' => 'Ürün sepete eklenirken hata oluştu, lütfen tekrar deneyin.', + 'inactive' => 'An item is inactive and was removed from cart.', + 'inactive-add' => 'Inactive item cannot be added to cart.', + ], + 'quantity-error' => 'Girilen miktar mevcut değil.', + 'cart-subtotal' => 'Sepet Ara Toplam', + 'cart-remove-action' => 'Sepeti boşaltmak istediğinizden emin misiniz?', + 'partial-cart-update' => 'Sadece bazı ürünler güncellendi.', + 'link-missing' => '', + 'event' => [ + 'expired' => 'Bu eylemin geçerliliği sona erdi.' + ] + ], + + 'onepage' => [ + 'title' => 'Satın Al', + 'information' => 'Bilgiler', + 'shipping' => 'Teslimat', + 'payment' => 'Ödeme', + 'complete' => 'Tamamla', + 'review' => 'İnceleme', + 'billing-address' => 'Fatura Adresi', + 'sign-in' => 'Giriş Yap', + 'company-name' => 'Şirket Adı', + 'first-name' => 'Ad', + 'last-name' => 'Soyad', + 'email' => 'E-Mail', + 'address1' => 'Adres', + 'city' => 'İlçe', + 'state' => 'Şehir', + 'select-state' => 'Şehir seçiniz', + 'postcode' => 'Posta Kodu', + 'phone' => 'Telefon', + 'country' => 'Ülke', + 'order-summary' => 'Sipariş Özeti', + 'use_for_shipping' => 'Teslimat adresi olarak kullan', + 'continue' => 'Devam et', + 'shipping-method' => 'Teslimat Türü Seç', + 'payment-methods' => 'Ödeme Türü Seç', + 'payment-method' => 'Ödeme Türü', + 'summary' => 'Sipariş Özeti', + 'price' => 'Fiyat', + 'quantity' => 'Miktar', + 'shipping-address' => 'Teslimat Adresi', + 'contact' => 'İletişim', + 'place-order' => 'Siparişi Oluştur', + 'new-address' => 'Yeni Adres Ekle', + 'save_as_address' => 'Adresi Kaydet', + 'apply-coupon' => 'Kuponu Uygula', + 'amt-payable' => 'Ödenecek Tutar', + 'got' => 'Alınan', + 'free' => 'Ücretsiz', + 'coupon-used' => 'Kullanılan Kupon', + 'applied' => 'Uygulanan', + 'back' => 'Geri', + 'cash-desc' => 'Kapıda Ödeme', + 'money-desc' => 'Havale/EFT', + 'paypal-desc' => 'Paypal', + 'free-desc' => 'Ücretsiz Kargo', + 'flat-desc' => 'Sabit Ücret', + 'password' => 'Parola', + 'login-exist-message' => 'Kayıtlı hesabınız bulunuyor, lütfen giriş yapınız ya da ziyaretçi olarak satın alın.', + 'enter-coupon-code' => 'Kupon Kodu Girin' + ], + + 'total' => [ + 'order-summary' => 'Sipariş Özeti', + 'sub-total' => 'Ürünler', + 'grand-total' => 'Genel Toplam', + 'delivery-charges' => 'Kargo Ücreti', + 'tax' => 'Vergi', + 'discount' => 'İndirim', + 'price' => 'fiyat', + 'disc-amount' => 'İndirim Miktarı', + 'new-grand-total' => 'Yeni Genel Toplam', + 'coupon' => 'Kupon', + 'coupon-applied' => 'Uygulanan Kupon', + 'remove-coupon' => 'Kupon Kaldır', + 'cannot-apply-coupon' => 'Kupon Uygulanamaz', + 'invalid-coupon' => 'Kupon kodu geçersiz.', + 'success-coupon' => 'Kupon kodu başarıyla uygulandı.', + 'coupon-apply-issue' => 'Kupon kodu uygulanamaz.' + ], + + 'success' => [ + 'title' => 'Sipariş başarıyla oluşturuldu.', + 'thanks' => 'Sipariş için teşekkür ederiz!', + 'order-id-info' => 'Sipariş numaranız #:order_id', + 'info' => 'Size sipariş detayları ve takip bilgilerini mail olarak ileteceğiz.' + ] + ], + + 'mail' => [ + 'order' => [ + 'subject' => 'Yeni Sipariş Doğrulaması', + 'heading' => 'Sipariş Doğrulaması', + 'dear' => 'Sayın :customer_name', + 'dear-admin' => 'Sayın :admin_name', + 'greeting' => 'Sipariş verdiğiniz için teşekkür ederiz. :order_id nolu sipariş :created_at tarihinde oluşturuldu.', + 'greeting-admin' => ':order_id no\'lu sipariş :created_at tarihinde verildi.', + 'summary' => 'Sipariş Özeti', + 'shipping-address' => 'Teslimat Adresi', + 'billing-address' => 'Fatura Adresi', + 'contact' => 'İletişim', + 'shipping' => 'Teslimat Şekli', + 'payment' => 'Ödeme Şekli', + 'price' => 'Fiyat', + 'quantity' => 'Miktar', + 'subtotal' => 'Ara Toplam', + 'shipping-handling' => 'Teslimat & Dağıtım', + 'tax' => 'Vergi', + 'discount' => 'İndirim', + 'grand-total' => 'Genel Toplam', + 'final-summary' => 'Bizi tercih ettiğiniz için teşekkür ederiz. Ürün kargoya teslim edildikten sonra takip numarası iletilecektir.', + 'help' => 'Soru ve görüşleriniz için lütfen bizimle iletişime geçiniz: :support_email', + 'thanks' => 'Teşekkürler!', + + 'comment' => [ + 'subject' => 'Siparişinize #:order_id yeni yorum yapıldı.', + 'dear' => 'Sayın :customer_name', + 'final-summary' => 'Bizi tercih ettiğiniz için teşekkür ederiz.', + 'help' => 'Soru ve görüşleriniz için lütfen bizimle iletişime geçiniz: :support_email', + 'thanks' => 'Teşekkürler!', + ], + + 'cancel' => [ + 'subject' => 'Sipariş İptal Doğrulaması', + 'heading' => 'Sipariş İptal Edildi', + 'dear' => 'Sayın :customer_name', + 'greeting' => '#:order_id no\'lu siparişiniz :created_at tarihinde iptal edilmiştir.', + 'summary' => 'Sipariş Özeti', + 'shipping-address' => 'Teslimat Adresi', + 'billing-address' => 'Fatura Adresi', + 'contact' => 'İletişim', + 'shipping' => 'Teslimat Şekli', + 'payment' => 'Ödeme Şekli', + 'subtotal' => 'Ara Toplam', + 'shipping-handling' => 'Teslimat & Dağıtım', + 'tax' => 'Vergi', + 'discount' => 'İndirim', + 'grand-total' => 'Genel Toplam', + 'final-summary' => 'Bizi tercih ettiğiniz için teşekkür ederiz.', + 'help' => 'Soru ve görüşleriniz için lütfen bizimle iletişime geçiniz: :support_email', + 'thanks' => 'Teşekkürler!', + ] + ], + + 'invoice' => [ + 'heading' => '#:order_id no\'lu siparişiniz için #:invoice_id no\'lu fatura oluşturuldu.', + 'subject' => '#:order_id no\'lu siparişinizin faturası', + 'summary' => 'Fatura Özeti', + ], + + 'shipment' => [ + 'heading' => '#:order_id no\'lu siparişiniz için #:shipment_id no\'lu teslimat oluşturuldu.', + 'inventory-heading' => '#:order_id no\'lu siparişiniz için #:shipment_id no\'lu teslimat oluşturuldu.', + 'subject' => '#:order_id no\'lu siparişinizin teslimatı', + 'inventory-subject' => '#:order_id no\'lu siparişiniz için teslimat oluşturuldu.', + 'summary' => 'Teslimat Özeti', + 'carrier' => 'Kargo Şirketi', + 'tracking-number' => 'Takip Numarası', + 'greeting' => ':order_id no\'lu sipariş :created_at tarihinde oluşturuldu.', + ], + + 'refund' => [ + 'heading' => '#:order_id siparişi için #:refund_id iadesi', + 'subject' => '#:order_id siparişi iadesi', + 'summary' => 'İade Özeti', + 'adjustment-refund' => 'İade Düzenlemesi', + 'adjustment-fee' => 'Düzenleme Bedeli' + ], + + 'forget-password' => [ + 'subject' => 'Müşteri Parolası Sıfırlama', + 'dear' => 'Sayın :name', + 'info' => 'Parola sıfırlama talebinde bulunduğunuz için bu maili hesabınıza kayıtlı mail adresinize gönderdik.', + 'reset-password' => 'Parola Yenile', + 'final-summary' => 'Eğer parola yenileme talebinde bulunmadıysanız bu maili silebilirsiniz.', + 'thanks' => 'Teşekkürler!' + ], + + 'update-password' => [ + 'subject' => 'Şifre güncellendi', + 'dear' => 'Sayın :name', + 'info' => 'Bu e-postayı, şifrenizi güncellediğiniz için alıyorsunuz.', + 'thanks' => 'Teşekkürler!' + ], + + 'customer' => [ + 'new' => [ + 'dear' => 'Sayın :customer_name', + 'username-email' => 'KullanıcıAdı/EMail', + 'subject' => 'Yeni Müşteri Kaydı', + 'password' => 'Parola', + 'summary' => 'Hesabınız başarıyla oluşturuldu. Detaylar aşağıda yer almaktadır:', + 'thanks' => 'Teşekkürler!', + ], + + 'registration' => [ + 'subject' => 'Yeni Müşteri Kaydı', + 'customer-registration' => 'Müşteri Başarıyla Oluşturuldu', + 'dear' => 'Sayın :customer_name', + 'greeting' => 'Bizi tercih ettiğiniz için teşekkür ederiz. Aramıza hoşgeldiniz!', + 'summary' => 'Hesabınız başarıyla oluşturuldu; hemen kayıtlı bilgilerinizle giriş yapabilirsiniz. Giriş yaptıktan sonra, yaptığınız siparişleri inceleme, dilek listesine erişim ve hesap bilgilerini düzenleme gibi pek çok seçeneklere ulaşabilirsiniz.', + 'thanks' => 'Teşekkürler!', + ], + + 'verification' => [ + 'heading' => config('app.name') . ' - Mail Doğrulaması', + 'subject' => 'Doğrulama Maili', + 'verify' => 'Hesabınızı Doğrulayın', + 'summary' => 'Bu mail adresi hesabınızı doğrulamanız için gönderildi. + Bu mail adresinin hesabınızla ilişkisini tamamlamak için lütfen linke tıklayınız.' + ], + + 'subscription' => [ + 'subject' => 'Bülten Maili', + 'greeting' => 'Aramıza Hoşgeldiniz: ' . config('app.name') . ' - Bülten Aboneliği', + 'unsubscribe' => 'Bültenden Çıkış', + 'summary' => 'Gelen kutunuzda yer verdiğiniz için teşekkür ederiz. ' . config('app.name') . ' maillerini almak istemezseniz bültenden çıkış yapabilirsiniz.' + ] + ] + ], + + 'webkul' => [ + 'copy-right' => '© Copyright :year Webkul Software, Tüm Hakları Saklıdır.', + ], + + 'response' => [ + 'create-success' => ':name başarıyla oluşturuldu.', + 'update-success' => ':name başarıyla güncellendi.', + 'delete-success' => ':name başarıyla silindi.', + 'submit-success' => ':name başarıyla iletildi.' + ], +]; diff --git a/resources/lang/vendor/velocity/ar/app.php b/resources/lang/vendor/velocity/ar/app.php new file mode 100644 index 000000000..e94d0d9db --- /dev/null +++ b/resources/lang/vendor/velocity/ar/app.php @@ -0,0 +1,303 @@ + [ + 'system' => [ + 'velocity' => [ + 'general' => 'جنرال لواء', + 'category' => 'الفئة', + 'settings' => 'الإعدادات', + 'extension_name' => 'Velocity موضوع', + 'error-module-inactive' => 'Warning: حالة سمة السرعة غير نشطة', + ], + + 'settings' => [ + 'channels'=> [ + 'subscription_bar' => 'محتوى شريط الاشتراك' + ], + ], + + 'general' => [ + 'status' => 'الحالة', + 'active' => 'نشيط', + 'inactive' => 'غير نشط', + ], + 'category' => [ + 'all' => 'الكل', + 'left' => 'اليسار', + 'right' => 'حق', + 'active' => 'نشيط', + 'custom' => 'مخصص', + 'inactive' => 'غير نشط', + 'image-alignment' => 'محاذاة الصورة', + 'icon-status' => 'فئة أيقونة الفئة', + 'image-status' => 'حالة صورة الفئة', + 'sub-category-show' => 'إظهار الفئة الفرعية', + 'image-height' => '[in Pixel] ارتفاع الصورة', + 'image-width' => '[in Pixel] عرض الصورة', + 'show-tooltip' => 'إظهار تلميح الأدوات للفئة', + 'num-sub-category' => 'عدد الفئات الفرعية', + ] + ], + 'layouts' => [ + 'velocity' => 'Velocity', + 'cms-pages' => 'CMS الصفحات', + 'meta-data' => 'Meta Data', + 'category-menu' => 'قائمة الفئة', + 'header-content' => 'محتوى الرأس', + ], + 'contents' => [ + 'self' => 'الذات', + 'active' => 'نشيط', + 'new-tab' => 'علامة تبويب جديدة', + 'inactive' => 'غير نشط', + 'title' => 'قائمة المحتويات', + 'select' => '-- تحديد --', + 'add-title' => 'إضافة محتوى', + 'btn-add-content' => 'إضافة محتوى', + 'save-btn-title' => 'حفظ المحتوى', + 'autocomplete' => '[الإكمال التلقائي]', + 'no-result-found' => 'لا يوجد سجلات.', + 'search-hint' => '... ابحث عن المنتج هنا', + 'mass-delete-success' => 'تم حذف المحتوى المحدد بنجاح.', + 'tab' => [ + 'page' => 'إعداد الصفحة', + 'content' => 'إعداد المحتوى', + 'meta_content' => 'Meta Data', + ], + 'page' => [ + 'title' => 'عنوان', + 'status' => 'الحالة', + 'position' => 'موضع', + ], + 'content' => [ + 'content-type' => 'نوع المحتوى', + 'custom-title' => 'عنوان مخصص', + 'category-slug' => 'الفئة Slug', + 'link-target' => 'هدف ارتباط الصفحة', + 'custom-product' => 'تخزين المنتجات', + 'custom-heading' => 'عنوان مخصص', + 'catalog-type' => 'نوع كتالوج المنتج', + 'static-description' => 'وصف المحتوى', + 'page-link' => '[e.g. http://example.com/../../] رابط الصفحة', + ], + 'datagrid' => [ + 'id' => 'Id', + 'title' => 'عنوان', + 'status' => 'الحالة', + 'position' => 'موضع', + 'content-type' => 'نوع المحتوى', + ] + ], + 'meta-data' => [ + 'footer' => 'تذييل', + 'title' => 'Velocity meta data', + 'activate-slider' => 'تنشيط شريط التمرير', + 'home-page-content' => 'محتوى الصفحة الرئيسية', + 'footer-left-content' => 'تذييل يسار المحتوى', + 'subscription-content' => 'محتوى شريط الاشتراك', + 'sidebar-categories' => 'فئات الشريط الجانبي', + 'header_content_count' => 'Header Content Count', + 'footer-left-raw-content' => '

نحن نحب صياغة البرامج وحل مشاكل العالم الحقيقي مع الثنائيات. نحن ملتزمون للغاية بأهدافنا. نحن نستثمر مواردنا لإنشاء برامج وتطبيقات سهلة الاستخدام على مستوى عالمي للأعمال التجارية مع أرفع مستوى ، على أعلى مستوى من الخبرة التقنية.

', + 'slider-path' => 'مسار المنزلق', + 'category-logo' => 'شعار الفئة', + 'product-policy' => 'سياسة المنتج', + 'update-meta-data' => 'تحديث بيانات التعريف', + 'product-view-image' => 'صورة عرض المنتج', + 'advertisement-two' => 'إعلان صورتين', + 'advertisement-one' => 'إعلان صور واحدة', + 'footer-middle-content' => 'تذييل المحتوى الأوسط', + 'advertisement-four' => 'إعلان أربع صور', + 'advertisement-three' => 'إعلان ثلاث صور', + 'images' => 'صور', + 'general' => 'جنرال لواء', + 'add-image-btn-title' => 'إضافة صورة' + ], + 'category' => [ + 'save-btn-title' => 'قائمة الحفظ', + 'title' => 'قائمة قائمة الفئات', + 'add-title' => 'أضف محتوى القائمة', + 'edit-title' => 'تحرير محتوى القائمة', + 'btn-add-category' => 'أضف محتوى الفئة', + 'datagrid' => [ + 'category-id' => 'Id الفئة', + 'category-name' => 'اسم التصنيف', + 'category-icon' => 'أيقونة الفئة', + 'category-status' => 'الحالة', + ], + 'tab' => [ + 'general' => 'جنرال لواء', + ], + 'status' => 'الحالة', + 'active' => 'نشيط', + 'inactive' => 'غير نشط', + 'select' => '-- تحديد --', + 'icon-class' => 'فئة الرمز', + 'select-category' => 'اختر الفئة', + 'tooltip-content' => 'المحتوى Tooltip', + 'mass-delete-success' => 'تم حذف قائمة الفئات المحددة بنجاح', + ], + 'general' => [ + 'locale_logo' => 'شعار اللغة', + ], + ], + + 'home' => [ + 'view-all' => 'عرض الكل', + 'add-to-cart' => 'أضف إلى السلة', + 'hot-categories' => 'الفئات الساخنة', + 'payment-methods' => 'طرق الدفع', + 'customer-reviews' => 'آراء المستهلكين', + 'shipping-methods' => 'طرق الشحن', + 'popular-categories' => 'فئات شعبية', + ], + + 'header' => [ + 'cart' => 'Cart', + 'cart' => 'Cart', + 'guest' => 'زائر', + 'logout' => 'تسجيل خروج', + 'title' => 'الحساب', + 'account' => 'الحساب', + 'profile' => 'الملف الشخصي', + 'wishlist' => 'قائمة الرغبات', + 'all-categories' => 'جميع الفئات', + 'search-text' => 'ابحث عن منتجات هنا', + 'welcome-message' => ':customer_name, أهلا بك', + 'dropdown-text' => 'إدارة سلة التسوق, الطلبات وقائمة الرغبات', + ], + + 'menu-navbar' => [ + 'text-more' => 'أكثر', + 'text-category' => 'تسوق حسب الاقسام', + ], + + 'minicart' => [ + 'cart' => 'عربة التسوق', + 'view-cart' => 'عرض العربة', + ], + + 'checkout' => [ + 'qty' => 'كمية', + 'checkout' => 'الدفع', + 'cart' => [ + 'view-cart' => 'عرض السلة', + 'cart-summary' => 'ملخص العربة', + ], + 'qty' => 'كمية', + 'items' => 'العناصر', + 'subtotal' => 'المجموع الفرعي', + 'sub-total' => 'المجموع الفرعي', + 'proceed' => 'باشرالخروج من الفندق', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'قارن', + 'compare_similar_items' => 'مقارنة العناصر المماثلة', + 'add-tooltip' => 'إضافة منتج لقائمة المقارنة', + 'added' => 'تمت إضافة العنصر بنجاح لمقارنة القائمة', + 'removed' => 'تمت إزالة العنصر بنجاح من قائمة المقارنة', + 'removed-all' => 'تمت إزالة كافة العناصر بنجاح من قائمة المقارنة', + 'already_added' => 'تمت إضافة العنصر بالفعل لمقارنة القائمة', + 'empty-text' => "ليس لديك أي عناصر في قائمة المقارنة الخاصة بك", + 'product_image' => 'Product Image', + 'actions' => 'Actions', + ], + 'login-form' => [ + 'sign-up' => 'سجل', + 'new-customer' => 'عميل جديد', + 'registered-user' => 'مستخدم مسجل', + 'customer-login' => 'تسجيل دخول العميل', + 'your-email-address' => 'عنوان بريدك الإلكتروني', + 'form-login-text' => '.إذا كان لديك حساب ، فقم بتسجيل الدخول باستخدام عنوان بريدك الإلكتروني', + ], + 'signup-form' => [ + 'login' => 'تسجيل الدخول', + 'become-user' => 'كن مستخدم', + 'user-registration' => 'تسجيل المستخدم', + 'form-sginup-text' => '.إذا كنت جديدا على متجرنا ، فنحن نحرص على أن تكون أنت عضوًا', + ], + 'forget-password' => [ + 'login' => 'تسجيل الدخول', + 'forgot-password' => 'هل نسيت كلمة المرور', + 'recover-password' => 'إستعادة كلمة المرور', + 'recover-password-text' => '.إذا نسيت كلمة المرور ، فاستردها بإدخال عنوان بريدك الإلكتروني', + ], + 'wishlist' => [ + 'remove-all-success' => 'تمت إزالة جميع العناصر من قائمة الرغبات الخاصة بك', + ], + ], + + 'error' => [ + 'go-to-home' => 'الذهاب إلى المنزل', + 'page-lost-short' => 'الصفحة فقدت المحتوى', + 'something_went_wrong' => 'هناك خطأ ما', + 'page-lost-description' => "الصفحة التي تبحث عنها غير متوفرة. حاول البحث مرة أخرى أو استخدم زر العودة للخلف أدناه.", + ], + + 'products' => [ + 'text' => 'منتجات', + 'details' => 'تفاصيل', + 'reviews-title' => 'المراجعات', + 'reviewed' => 'التعليق', + 'review-by' => 'روجع من قبل', + 'quick-view' => 'نظرة سريعة', + 'not-available' => 'غير متوفر', + 'submit-review' => 'إرسال المراجعة', + 'ratings' => ':totalRatings تصنيفات', + 'reviews-count' => ':totalReviews التعليقات', + 'customer-rating' => 'تقييم العملاء', + 'more-infomation' => 'معلومات اكثر', + 'view-all-reviews' => 'عرض جميع التقييمات', + 'write-your-review' => 'اكتب مراجعتك', + 'short-description' => 'أوصاف قصيرة', + 'recently-viewed' => 'المنتجات المعروضة مؤخرا', + 'be-first-review' => 'كن أول من يكتب نقد', + ], + + 'shop' => [ + 'gender' => [ + 'other' => 'آخر', + 'male' => 'الذكر', + 'female' => 'أنثى', + ], + 'general' => [ + 'no' => 'No', + 'yes' => 'Yes', + 'view' => 'رأي', + 'filter' => 'منقي', + 'update' => 'تحديث', + 'download' => 'تحميل', + 'addresses' => 'عناوين', + 'reviews' => 'التعليقات', + 'orders' => 'الطلب #٪ s', + 'currencies' => 'Currencies', + 'top-brands' => 'ارقى الماركات', + 'new-password' => 'كلمة مرور جديدة', + 'no-file-available' => 'لا يوجد ملف متاح!', + 'downloadables' => 'المنتجات القابلة للتحميل', + 'confirm-new-password' => 'تأكيد كلمة المرور الجديدة', + 'enter-current-password' => 'أدخل كلمة المرور الحالية', + + 'alert' => [ + 'info' => 'معلومات', + 'error' => 'خطأ', + 'success' => 'نجاح', + 'warning' => 'تحذير', + ], + ], + 'wishlist' => [ + 'add-wishlist-text' => 'إضافة منتج إلى قائمة الأمنيات', + 'remove-wishlist-text' => 'أزل المنتج من قائمة الأمنيات' + ] + ], + + 'responsive' => [ + 'header' => [ + 'greeting' => ':customer, أهلا بك ', + ] + ], +] + +?> \ No newline at end of file diff --git a/resources/lang/vendor/velocity/de/app.php b/resources/lang/vendor/velocity/de/app.php new file mode 100644 index 000000000..9765a3aa2 --- /dev/null +++ b/resources/lang/vendor/velocity/de/app.php @@ -0,0 +1,304 @@ + [ + 'system' => [ + 'velocity' => [ + 'general' => 'Allgemein', + 'category' => 'Kategorie', + 'settings' => 'Einstellungen', + 'extension_name' => 'Velocity Theme', + 'error-module-inactive' => 'Warnung: Der Status des Velocity-Themes ist inaktiv', + ], + + 'settings' => [ + 'channels'=> [ + 'subscription_bar' => 'Inhalt der Abonnementleiste' + ], + ], + + 'general' => [ + 'status' => 'Status', + 'active' => 'Aktive', + 'inactive' => 'Inaktiv', + ], + '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 Seiten', + 'meta-data' => 'Metadaten', + 'category-menu' => 'Kategoriemenü', + 'header-content' => 'Header-Inhalt', + ], + 'contents' => [ + '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' => 'Seiteneinstellung', + 'content' => 'Inhaltseinstellung', + 'meta_content' => 'Meta Daten', + ], + 'page' => [ + 'title' => 'Titel', + 'status' => 'Status', + 'position' => 'Position', + ], + 'content' => [ + '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' => 'Titel', + 'status' => 'Status', + 'position' => 'Position', + 'content-type' => 'Inhaltstyp', + ] + ], + 'meta-data' => [ + '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', + 'header_content_count' => 'Header Content Count', + 'sidebar-categories' => 'Seitenleisten-Kategorien', + 'footer-left-raw-content' => '

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.

', + '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' => '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' => 'Kategorie Id', + 'category-name' => 'Kategorie Name', + 'category-icon' => 'Kategorie Symbol', + 'category-status' => 'Status', + ], + 'tab' => [ + 'general' => 'Allgemein', + ], + 'status' => 'Status', + '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' => 'Logo Sprache', + ], + ], + + 'home' => [ + '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' => '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' => 'Mehr', + 'text-category' => 'Kategorien', + ], + + 'minicart' => [ + 'cart' => 'Warenkorb', + 'view-cart' => 'Warenkorb ansehen', + ], + + 'checkout' => [ + 'qty' => 'Menge', + 'checkout' => 'Bestellen', + 'cart' => [ + 'view-cart' => 'Warenkorb ansehen', + 'cart-summary' => 'Warenkorb Zusammenfassung', + ], + 'qty' => 'Menge', + 'items' => 'Artikel', + 'subtotal' => 'Zwischensumme', + 'sub-total' => 'Zwischensumme', + 'proceed' => 'Zur Kasse', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Vergleichen', + 'compare_similar_items' => 'Ähnliche Artikel vergleichen', + 'add-tooltip' => 'Produkt zur Vergleichsliste hinzufügen', + 'added' => 'Element erfolgreich zur Vergleichsliste hinzugefügt', + 'already_added' => 'Artikel bereits zur Vergleichsliste hinzugefügt', + 'removed' => 'Element erfolgreich aus Vergleichsliste entfernt', + 'removed-all' => 'Alle Elemente erfolgreich aus der Vergleichsliste entfernt', + 'empty-text' => "Sie haben keine Elemente in Ihrer Vergleichsliste", + 'product_image' => 'Produktbild', + 'actions' => 'Aktionen', + ], + 'login-form' => [ + 'sign-up' => 'Anmelden', + 'new-customer' => 'Neukunde', + 'customer-login' => 'Kundenlogin', + 'registered-user' => 'Registrierter Nutzer', + 'your-email-address' => 'Ihre E-mail-Adresse', + 'form-login-text' => 'Wenn Sie ein Konto haben, melden Sie sich mit Ihrer E-Mail-Adresse an.', + ], + 'signup-form' => [ + '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' => '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.', + ], + 'wishlist' => [ + 'remove-all-success' => 'Alle Artikel von Ihrer Wunschliste wurden entfernt', + ], + ], + + 'error' => [ + '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' => 'Produkte', + 'details' => 'Details', + '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 Bewertung', + 'short-description' => 'Kurze Beschreibungen', + 'recently-viewed' => 'Kürzlich angesehene Produkte', + 'be-first-review' => 'Sei der erste der eine Bewertung schreibt', + ], + + 'shop' => [ + 'gender' => [ + 'male' => 'Männlich', + 'other' => 'Andere', + 'female' => 'Weiblich', + ], + 'general' => [ + 'no' => 'Nein', + 'yes' => 'Ja', + 'view' => 'Ansicht', + 'filter' => 'Filter', + 'currencies' => 'Currencies', + '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', + 'download' => 'Downloaden', + 'no-file-available' => 'Geen bestand beschikbaar!', + + 'alert' => [ + 'info' => 'Information', + 'error' => 'Fehler', + 'success' => 'Erfolg', + 'warning' => 'Warnung', + ], + ], + 'wishlist' => [ + 'add-wishlist-text' => 'Produkt zur Wunschliste hinzufügen', + 'remove-wishlist-text' => 'Produkt von der Wunschliste entfernen' + ] + ], + + 'responsive' => [ + 'header' => [ + 'languages' => 'Sprachen', + 'greeting' => 'Herzlich willkommen, :customer !', + ] + ], +] + +?> diff --git a/resources/lang/vendor/velocity/en/app.php b/resources/lang/vendor/velocity/en/app.php new file mode 100644 index 000000000..17cd4ac23 --- /dev/null +++ b/resources/lang/vendor/velocity/en/app.php @@ -0,0 +1,305 @@ + [ + 'system' => [ + 'velocity' => [ + 'general' => 'General', + 'category' => 'Category', + 'settings' => 'Settings', + 'extension_name' => 'Velocity Theme', + 'error-module-inactive' => 'Warning: Velocity theme status is inactive', + ], + + 'settings' => [ + 'channels'=> [ + 'subscription_bar' => 'Subscription bar content' + ], + ], + + 'general' => [ + 'status' => 'Status', + 'active' => 'Active', + 'inactive' => 'Inactive', + ], + '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', + ] + ], + 'layouts' => [ + 'velocity' => 'Velocity', + 'cms-pages' => 'CMS Pages', + 'meta-data' => 'Meta Data', + 'category-menu' => 'Category Menu', + 'header-content' => 'Header Content', + ], + '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.', + 'tab' => [ + 'page' => 'Page Setting', + 'content' => 'Content Setting', + 'meta_content' => 'Meta Data', + ], + 'page' => [ + 'title' => 'Title', + '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/../../]', + ], + 'datagrid' => [ + 'id' => 'Id', + 'title' => 'Title', + 'status' => 'Status', + 'position' => 'Position', + 'content-type' => 'Content Type', + ] + ], + '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', + 'header_content_count' => 'Header Content Count', + 'footer-left-raw-content' => '

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.

', + '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' + ], + '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', + 'datagrid' => [ + 'category-id' => 'Category Id', + 'category-name' => 'Category Name', + 'category-icon' => 'Category Icon', + 'category-status' => 'Status', + ], + 'tab' => [ + 'general' => 'General', + ], + '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.', + ], + 'general' => [ + 'locale_logo' => 'Locale Logo', + ], + ], + + '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', + ], + + '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', + ], + + 'menu-navbar' => [ + 'text-more' => 'More', + 'text-category' => 'Shop by Category', + ], + + 'minicart' => [ + 'cart' => 'Cart', + 'view-cart' => 'View Cart', + ], + + 'checkout' => [ + 'qty' => 'Qty', + 'checkout' => 'Checkout', + 'cart' => [ + 'view-cart' => 'View Cart', + 'cart-summary' => 'Cart Summary', + ], + 'qty' => 'Qty', + 'items' => 'Items', + 'subtotal' => 'Subtotal', + 'sub-total' => 'Sub Total', + 'proceed' => 'Proceed to checkout', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Compare', + 'compare_similar_items' => 'Compare Similar Items', + 'add-tooltip' => 'Add product to compare list', + 'added' => 'Item successfully added to compare list', + 'already_added' => 'Item already added to compare list', + 'removed' => 'Item successfully removed from compare list', + 'removed-all' => 'All Items successfully removed from compare list', + 'empty-text' => "You don't have any items in your compare list", + 'product_image' => 'Product Image', + 'actions' => 'Actions', + ], + '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.', + ], + '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.', + ], + '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.', + ], + 'wishlist' => [ + 'remove-all-success' => 'All the items from your wishlist have been removed', + ], + ], + + '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.", + ], + + 'products' => [ + 'text' => 'Products', + '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', + ], + + 'shop' => [ + 'gender' => [ + 'male' => 'Male', + 'other' => 'Other', + 'female' => 'Female', + ], + 'general' => [ + 'no' => 'No', + 'yes' => 'Yes', + 'view' => 'View', + 'filter' => 'Filter', + 'orders' => 'Orders', + 'update' => 'Update', + 'reviews' => 'Reviews', + 'download' => 'Download', + 'currencies' => 'Currencies', + 'addresses' => 'Addresses', + 'top-brands' => 'Top Brands', + 'new-password' => 'New password', + 'no-file-available' => 'No File Available!', + 'downloadables' => 'Downloadable Products', + 'confirm-new-password' => 'Confirm new password', + 'enter-current-password' => 'Enter your current password', + + 'alert' => [ + 'info' => 'Info', + 'error' => 'Error', + 'success' => 'Success', + 'warning' => 'Warning', + ], + ], + 'wishlist' => [ + 'add-wishlist-text' => 'Add product to wishlist', + 'remove-wishlist-text' => 'Remove product from wishlist' + ] + ], + + 'responsive' => [ + 'header' => [ + 'done' => 'Done', + 'languages' => 'Languages', + 'greeting' => 'Welcome, :customer !', + ] + ], +] + +?> diff --git a/resources/lang/vendor/velocity/fa/app.php b/resources/lang/vendor/velocity/fa/app.php new file mode 100644 index 000000000..83223330d --- /dev/null +++ b/resources/lang/vendor/velocity/fa/app.php @@ -0,0 +1,303 @@ + [ + 'system' => [ + 'velocity' => [ + 'general' => 'عمومی', + 'category' => 'دسته بندی', + 'settings' => 'تنظیمات', + 'extension_name' => 'تم سرعت', + 'error-module-inactive' => 'Warning: وضعیت موضوع سرعت غیرفعال است', + ], + + 'settings' => [ + 'channels'=> [ + 'subscription_bar' => 'محتوای نوار اشتراک' + ], + ], + + 'general' => [ + 'status' => 'وضعیت', + 'active' => 'فعال', + 'inactive' => 'غیر فعال', + ], + 'category' => [ + 'all' => 'همه', + 'left' => 'ترک کرد', + 'right' => 'درست', + 'active' => 'فعال', + 'custom' => 'سفارشی', + 'inactive' => 'غیر فعال', + 'image-alignment' => 'تراز تصویر', + 'icon-status' => 'وضعیت نماد دسته', + 'image-status' => 'وضعیت تصویر گروه', + 'sub-category-show' => 'نمایش زیر گروه', + 'image-height' => '[in Pixel]ارتفاع تصویر', + 'image-width' => '[in Pixel]عرض تصویر', + 'show-tooltip' => 'نمایش راهنمای ابزار', + 'num-sub-category' => 'تعداد زیر گروه', + ] + ], + 'layouts' => [ + 'velocity' => 'Velocity', + 'cms-pages' => 'CMS صفحات', + 'meta-data' => 'Meta Data', + 'category-menu' => 'منوی دسته', + 'header-content' => 'محتوای سرصفحه', + ], + 'contents' => [ + 'self' => 'خود', + 'active' => 'فعال', + 'new-tab' => 'برگه جدید', + 'inactive' => 'غیر فعال', + 'title' => 'لیست مطالب', + 'select' => '-- انتخاب کنید --', + 'add-title' => 'اضافه کردن محتوا', + 'btn-add-content' => 'اضافه کردن محتوا', + 'save-btn-title' => 'ذخیره محتوا', + 'autocomplete' => '[کامل]', + 'no-result-found' => 'هیچ سابقه ای پیدا نشد.', + 'search-hint' => '... جستجوی محصول در اینجا', + 'mass-delete-success' => 'محتوای انتخاب شده با موفقیت حذف شد', + 'tab' => [ + 'page' => 'تنظیم صفحه', + 'content' => 'تنظیم محتوا', + 'meta_content' => 'Meta Data', + ], + 'page' => [ + 'title' => 'عنوان', + 'status' => 'وضعیت', + 'position' => 'موقعیت', + ], + 'content' => [ + 'content-type' => 'نوع محتوا', + 'custom-title' => 'عنوان سفارشی', + 'category-slug' => 'دسته Slug', + 'link-target' => 'هدف پیوند صفحه', + 'custom-product' => 'محصولات فروشگاهی', + 'custom-heading' => 'عنوان سفارشی', + 'catalog-type' => 'نوع کاتالوگ محصول', + 'static-description' => 'توضیحات محتوا', + 'page-link' => '[e.g. http://example.com/../../] پیوند صفحه', + ], + 'datagrid' => [ + 'id' => 'Id', + 'title' => 'عنوان', + 'status' => 'وضعیت', + 'position' => 'موقعیت', + 'content-type' => 'نوع محتوا', + ] + ], + 'meta-data' => [ + 'footer' => 'Footer', + 'title' => 'داده های متا سرعت', + 'activate-slider' => 'لغزنده را فعال کنید', + 'home-page-content' => 'محتوای صفحه اصلی', + 'footer-left-content' => 'بالا و پایین صفحه', + 'subscription-content' => 'نوار اشتراک محتوا', + 'sidebar-categories' => 'دسته بندی های نوار کناری', + 'header_content_count' => 'Header Content Count', + 'footer-left-raw-content' => '

ما دوست داریم که نرم افزارهایی را تهیه کرده و مشکلات دنیای واقعی را با باینری حل کنیم. ما به اهداف خود بسیار متعهد هستیم. ما منابع خود را برای ایجاد کلاس های نرم افزاری و برنامه های کاربردی برای تجارت سازمانی با درجه برتر ، در لبه تخصص فناوری سرمایه گذاری می کنیم..

', + 'slider-path' => 'مسیر کشویی', + 'category-logo' => 'آرم دسته', + 'product-policy' => 'خط مشی محصول', + 'update-meta-data' => 'Meta Data به روز رسانی', + 'product-view-image' => 'تصویر نمایش محصول', + 'advertisement-two' => 'تبلیغات دو تصویر', + 'advertisement-one' => 'تبلیغات یک تصویر', + 'footer-middle-content' => 'پاورقی مطالب میانی', + 'advertisement-four' => 'تبلیغات چهار تصویر', + 'advertisement-three' => 'تبلیغات سه تصویر', + 'images' => 'تصاویر', + 'general' => 'عمومی', + 'add-image-btn-title' => 'تصویر اضافه کن' + ], + 'category' => [ + 'save-btn-title' => 'ذخیره منو', + 'title' => 'لیست فهرست های دسته بندی', + 'add-title' => 'محتوای منو را اضافه کنید', + 'edit-title' => 'محتوای منو را ویرایش کنید', + 'btn-add-category' => 'محتوای دسته بندی را اضافه کنید', + 'datagrid' => [ + 'category-id' => 'Id دسته بندی', + 'category-name' => 'نام دسته', + 'category-icon' => 'نماد دسته', + 'category-status' => 'وضعیت', + ], + 'tab' => [ + 'general' => 'عمومی', + ], + 'status' => 'وضعیت', + 'active' => 'فعال', + 'inactive' => 'غیر فعال', + 'select' => '-- انتخاب کنید --', + 'icon-class' => 'کلاس آیکون', + 'select-category' => 'دسته را انتخاب کنید', + 'tooltip-content' => 'محتوای راهنمای ابزار', + 'mass-delete-success' => 'منوی دسته انتخاب شده با موفقیت حذف شد.', + ], + 'general' => [ + 'locale_logo' => 'لوگوی محلی', + ], + ], + + 'home' => [ + 'view-all' => 'مشاهده همه', + 'add-to-cart' => 'افزودن به سبد خرید', + 'hot-categories' => 'دسته بندی های داغ', + 'payment-methods' => 'روش های پرداخت', + 'customer-reviews' => 'نظرات مشتری', + 'shipping-methods' => 'روش های حمل و نقل', + 'popular-categories' => 'دسته بندی های محبوب', + ], + + 'header' => [ + 'cart' => 'سبد خرید', + 'cart' => 'سبد خرید', + 'guest' => 'مهمان', + 'logout' => 'خروج', + 'title' => 'حساب', + 'account' => 'حساب', + 'profile' => 'مشخصات', + 'wishlist' => 'لیست علاقه مندیها', + 'all-categories' => 'همه دسته بندی ها', + 'search-text' => 'محصولات را در اینجا جستجو کنید', + 'welcome-message' => ':customer_name, خوش آمدی', + 'dropdown-text' => 'مدیریت سبد خرید, سفارشات و لیست دلخواه', + ], + + 'menu-navbar' => [ + 'text-more' => 'بیشتر', + 'text-category' => 'خرید بر اساس طبقه بندی', + ], + + 'minicart' => [ + 'cart' => 'سبد خرید', + 'view-cart' => 'مشاهده سبد خرید', + ], + + 'checkout' => [ + 'qty' => 'تعداد', + 'checkout' => 'وارسی', + 'cart' => [ + 'view-cart' => 'مشاهده سبد خرید', + 'cart-summary' => 'خلاصه سبد خرید', + ], + 'qty' => 'تعداد', + 'items' => 'موارد', + 'subtotal' => 'فرعی', + 'sub-total' => 'زیر مجموع', + 'proceed' => 'ادامه به پرداخت', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'مقایسه کنید', + 'compare_similar_items' => 'موارد مشابه را مقایسه کنید', + 'add-tooltip' => 'اضافه کردن محصول برای مقایسه لیست', + 'added' => 'مورد با موفقیت برای مقایسه لیست اضافه شد', + 'already_added' => 'مورد در حال حاضر برای مقایسه لیست اضافه شده است', + 'removed' => 'مورد با موفقیت از لیست مقایسه حذف شد', + 'removed-all' => 'همه موارد با موفقیت از لیست مقایسه حذف شدند', + 'empty-text' => "شما هیچ موردی را در لیست مقایسه خود ندارید", + 'product_image' => 'Product Image', + 'actions' => 'Actions', + ], + 'login-form' => [ + 'sign-up' => 'ثبت نام', + 'new-customer' => 'مشتری جدید', + 'customer-login' => 'ورود مشتری', + 'registered-user' => 'کاربر ثبت نام شده', + 'your-email-address' => 'آدرس ایمیل شما', + 'form-login-text' => 'Iدر صورت داشتن یک حساب کاربری ، با آدرس ایمیل خود وارد سیستم شوید.', + ], + 'signup-form' => [ + 'login' => 'وارد شدن', + 'become-user' => 'کاربر شوید', + 'user-registration' => 'ثبت نام کاربر', + 'form-sginup-text' => 'اگر تازه وارد فروشگاه ما هستید ، ما دوست داریم شما را به عنوان عضویت در اختیار داشته باشیم.', + ], + 'forget-password' => [ + 'login' => 'وارد شدن', + 'forgot-password' => 'رمز عبور را فراموش کرده اید', + 'recover-password' => 'بازیابی رمز عبور', + 'recover-password-text' => 'اگر رمز عبور خود را فراموش کرده اید ، با وارد کردن آدرس ایمیل خود آن را بازیابی کنید.', + ], + 'wishlist' => [ + 'remove-all-success' => 'همه موارد لیست دلخواه شما حذف شده است', + ], + ], + + 'error' => [ + 'go-to-home' => 'برو خانه', + 'page-lost-short' => 'محتوای گم شده صفحه', + 'something_went_wrong' => 'چیزی پیش آمد', + 'page-lost-description' => "صفحه مورد نظر در دسترس نیست. سعی کنید دوباره جستجو کنید یا از دکمه Go Back در زیر استفاده کنید.", + ], + + 'products' => [ + 'text' => 'محصولات', + 'details' => 'جزئیات', + 'reviews-title' => 'بررسی ها', + 'reviewed' => 'بررسی شده', + 'review-by' => 'مرور توسط', + 'quick-view' => 'مشاهده سریع', + 'not-available' => 'در دسترس نیست', + 'submit-review' => 'ارسال بررسی', + 'ratings' => ':totalRatings رتبه بندی', + 'reviews-count' => ':totalReviews بررسی ها', + 'customer-rating' => 'رتبه بندی مشتری', + 'more-infomation' => 'اطلاعات بیشتر', + 'view-all-reviews' => 'مشاهده همه نظرات', + 'write-your-review' => 'نظر خود را بنویسید', + 'short-description' => 'توضیحات کوتاه', + 'recently-viewed' => 'محصولات اخیرا مشاهده شده', + 'be-first-review' => 'اولین نفری باشید که نظر می دهد', + ], + + 'shop' => [ + 'gender' => [ + 'male' => 'نر', + 'other' => 'دیگر', + 'female' => 'زن', + ], + 'general' => [ + 'no' => 'No', + 'yes' => 'Yes', + 'filter' => 'فیلتر', + 'view' => 'چشم انداز', + 'orders' => 'سفارشات', + 'download' => 'دانلود', + 'reviews' => 'بررسی ها', + 'addresses' => 'آدرس ها', + 'update' => 'به روز رسانی', + 'currencies' => 'Currencies', + 'top-brands' => 'برندهای برتر', + 'new-password' => 'رمز عبور جدید', + 'downloadables' => 'محصولات دانلودی', + 'no-file-available' => 'هیچ پرونده ای موجود نیست', + 'confirm-new-password' => 'رمزعبور جدید را تأیید کنید', + 'enter-current-password' => 'رمز عبور فعلی خود را وارد کنید', + + 'alert' => [ + 'info' => 'اطلاعات', + 'error' => 'خطا', + 'success' => 'موفقیت', + 'warning' => 'هشدار دهنده', + ], + ], + 'wishlist' => [ + 'add-wishlist-text' => 'محصول را به لیست دلخواه اضافه کنید', + 'remove-wishlist-text' => 'محصول را از لیست دلخواه حذف کنید' + ] + ], + + 'responsive' => [ + 'header' => [ + 'greeting' => ':customer ! خوش آمدی', + ] + ], +] + +?> diff --git a/resources/lang/vendor/velocity/it/app.php b/resources/lang/vendor/velocity/it/app.php new file mode 100644 index 000000000..07ad2c43b --- /dev/null +++ b/resources/lang/vendor/velocity/it/app.php @@ -0,0 +1,307 @@ + [ + 'system' => [ + 'velocity' => [ + 'general' => 'Generale', + 'category' => 'Categoria', + 'settings' => 'Impostazioni', + 'extension_name' => 'Velocity Theme', + 'error-module-inactive' => 'Attenzione: lo stato del tema Velocity è insattivo', + ], + + 'settings' => [ + 'channels'=> [ + 'subscription_bar' => 'Contenuto barra iscrizione' + ], + ], + + 'general' => [ + 'status' => 'Stato', + 'active' => 'Attivo', + 'inactive' => 'Inattivo', + ], + 'category' => [ + 'all' => 'Tutto', + 'left' => 'Sinistra', + 'right' => 'Destra', + 'active' => 'Attivo', + 'custom' => 'Custom', + 'inactive' => 'Non Attivo', + 'image-alignment' => 'Allineamento Immagine', + 'icon-status' => 'Stato Icona Categoria', + 'image-status' => 'Stato Immagine Categoria', + 'sub-category-show' => 'Mostra Sub Categoria', + 'image-height' => 'Altezza Immagine [in Pixel]', + 'image-width' => 'Larghezza Immagine [in Pixel]', + 'show-tooltip' => 'Mostra Tooltip Categoria', + 'num-sub-category' => 'Numero della Sub Categoria', + ] + ], + 'layouts' => [ + 'velocity' => 'Velocity', + 'cms-pages' => 'Pagine CMS', + 'meta-data' => 'Meta Data', + 'category-menu' => 'Menu Categoria', + 'header-content' => 'Contenuto Header', + ], + 'contents' => [ + 'self' => 'Self', + 'active' => 'Attivo', + 'new-tab' => 'Nuovo Tab', + 'inactive' => 'Non Attivo', + 'title' => 'Elenco Contenuti', + 'select' => '-- Selezione --', + 'add-title' => 'Aggiungi Contenuto', + 'btn-add-content' => 'Aggiungi Contenuto', + 'save-btn-title' => 'Salva Contenuto', + 'autocomplete' => '[Autocompleta]', + 'no-result-found' => 'Nessun record trovato.', + 'search-hint' => 'Cerca prodotto qui...', + 'mass-delete-success' => 'Contenuti selezionati eliminati con successo.', + 'tab' => [ + 'page' => 'Impostazioni Pagina', + 'content' => 'Impostazioni Contenuto', + 'meta_content' => 'Meta Data', + ], + 'page' => [ + 'title' => 'Titolo', + 'status' => 'Stato', + 'position' => 'Posizione', + ], + 'content' => [ + 'content-type' => 'Tipo Contenuto', + 'custom-title' => 'Titolo Custom', + 'category-slug' => 'Slug Categoria', + 'link-target' => 'Target Link a Pagina', + 'custom-product' => 'Prodotti dello Store', + 'custom-heading' => 'Custom Heading', + 'catalog-type' => 'Tipo Catalogo Prodotti', + 'static-description' => 'Descrizione Contenuto', + 'page-link' => 'Link Pagina [es. http://example.com/../../]', + ], + 'datagrid' => [ + 'id' => 'Id', + 'title' => 'Titolo', + 'status' => 'Stato', + 'position' => 'Posizione', + 'content-type' => 'Tpo Contenuto', + 'actions' => 'Azioni', + ] + ], + 'meta-data' => [ + 'footer' => 'Footer', + 'title' => 'Velocity meta data', + 'activate-slider' => 'Attiva Slider', + 'home-page-content' => 'Contenuti Home Page', + 'footer-left-content' => 'Contenuti Footer Sinistra', + 'subscription-content' => 'Conenuti Subscription bar', + 'sidebar-categories' => 'Categorie Sidebar', + 'header_content_count' => 'Header Content Count', + 'footer-left-raw-content' => '

Ci piace personalizzare software e risolvere problemi del mondo reale. Siamo fortemente 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.

', + 'slider-path' => 'Percorso Slider', + 'category-logo' => 'Logo Categoria', + 'product-policy' => 'Policy Prodotto', + 'featured-product' => 'Prodotti in evidenza', + 'new-products' => 'Nuovi Prodotti', + 'update-meta-data' => 'Aggiorna Meta Data', + 'product-view-image' => 'Immagine Vista Prodotto', + 'advertisement-two' => 'Advertisement Two Images', + 'advertisement-one' => 'Advertisement One Images', + 'footer-middle-content' => 'Contenuto Footer Centrale', + 'advertisement-four' => 'Advertisement Four Images', + 'advertisement-three' => 'Advertisement Three Images', + 'images' => 'Immmagini', + 'general' => 'Generale', + 'add-image-btn-title' => 'Aggiungi Immagine' + ], + 'category' => [ + 'save-btn-title' => 'Salva Menu', + 'title' => 'Elenco Menu Categorie', + 'add-title' => 'Aggiungi Menu Contenuto', + 'edit-title' => 'Modifica Menu Contenuto', + 'btn-add-category' => 'Aggiungi Contenuto Categoria', + 'datagrid' => [ + 'category-id' => 'Id Categoria', + 'category-name' => 'Nome Categoria', + 'category-icon' => 'Icona Categoria', + 'category-status' => 'Stato', + ], + 'tab' => [ + 'general' => 'Generale', + ], + 'status' => 'Status', + 'active' => 'Attivo', + 'inactive' => 'Non Attivo', + 'select' => '-- Seleziona --', + 'icon-class' => 'Classe Icona', + 'select-category' => 'Scegli Categoria', + 'tooltip-content' => 'Contenuto Tooltip', + 'mass-delete-success' => 'Categorie a menu eliminate con successo.', + ], + 'general' => [ + 'locale_logo' => 'Logo Lingua', + ], + ], + + 'home' => [ + 'view-all' => 'Mostra tutto', + 'add-to-cart' => 'Aggiungi al Carrello', + 'hot-categories' => 'Categorie Hot', + 'payment-methods' => 'Metodi Pagamenti', + 'customer-reviews' => 'Recensioni Clienti', + 'shipping-methods' => 'Metodi di Spedizione', + 'popular-categories' => 'Categorie Popolari', + ], + + 'header' => [ + 'cart' => 'Carrello', + 'cart' => 'Carrello', + 'guest' => 'Guest', + 'logout' => 'Logout', + 'title' => 'Account', + 'account' => 'Account', + 'profile' => 'Profilo', + 'wishlist' => 'Wishlist', + 'all-categories' => 'Tutte le Categorie', + 'search-text' => 'Cerca prodotti qui', + 'welcome-message' => 'Benvenuto, :customer_name', + 'dropdown-text' => 'Gestione Carrello, Ordini e Wishlist', + ], + + 'menu-navbar' => [ + 'text-more' => 'More', + 'text-category' => 'Acquista per Categoria', + ], + + 'minicart' => [ + 'cart' => 'Carrello', + 'view-cart' => 'Vai al Carrello', + ], + + 'checkout' => [ + 'qty' => 'Qtà', + 'checkout' => 'Cassa', + 'cart' => [ + 'view-cart' => 'Vai al Carrello', + 'cart-summary' => 'Sommario Carrello', + ], + 'qty' => 'Qtà', + 'items' => 'Articoli', + 'subtotal' => 'Subtotale', + 'sub-total' => 'Sub Totale', + 'proceed' => 'Procedi alla cassa', + ], + + 'customer' => [ + + 'compare' => [ + 'text' => 'Compara', + 'compare_similar_items' => 'Compara articoli simili', + 'add-tooltip' => 'Aggiungi prodotto per confrontare l\'elenco', + 'added' => 'Articolo aggiunto alla lista di comparazione', + 'already_added' => 'Articolo già aggiunto alla lista di comparazione', + 'removed' => 'Articolo rimosso dalla lista di comparazione', + 'removed-all' => 'Tutti gli elementi rimossi correttamente dall\'elenco di confronto', + 'empty-text' => "Non hai articoli nella tua lista di comparazione", + ], + 'login-form' => [ + 'sign-up' => 'Registrati', + 'new-customer' => 'Nuovo Cliente', + 'customer-login' => 'Login Cliente', + 'registered-user' => 'Utente Registrato', + 'your-email-address' => 'Il tuo indirizzo email', + 'form-login-text' => 'Se hai un account, effettua login con la tua email.', + ], + 'signup-form' => [ + 'login' => 'Login', + 'become-user' => 'Diventa Utente', + 'user-registration' => 'Registrazione Utente', + 'form-sginup-text' => 'Se sei nuovo nel nostro store, siamo lieti di averti come nuovo amico.', + ], + 'forget-password' => [ + 'login' => 'Login', + 'forgot-password' => 'Password dimenticata', + 'recover-password' => 'Recupera Password', + 'recover-password-text' => 'Se hai dimenticato la password, recuperala inserendo il tuo indirizzo email.', + ], + 'wishlist' => [ + 'remove-all-success' => 'Tutti gli articoli dalla tua lista dei desideri sono stati rimossi', + ], + ], + + 'error' => [ + 'go-to-home' => 'Vai alla home', + 'page-lost-short' => 'Page lost content', + 'something-went-wrong' => 'Qualcosa è andato storto', + 'page-lost-description' => "La pagina che stavi cercando non è disponibile. Prova a cercare ancora o usa il tasto Torna Indietro qui sotto.", + ], + + 'products' => [ + 'text' => 'Prodotti', + 'details' => 'Dettagli', + 'reviews-title' => 'Recensioni', + 'reviewed' => 'Recensito', + 'review-by' => 'Recensione di', + 'quick-view' => 'Vista veloce', + 'not-available' => 'Non Disponibile', + 'submit-review' => 'Invia Recensione', + 'ratings' => 'Valutazioni :totalRatings', + 'reviews-count' => ':totalReviews Recensioni', + 'customer-rating' => 'Valutazione Cliente', + 'more-infomation' => 'Scopri di più', + 'view-all-reviews' => 'Mostra tutte le Recensioni', + 'write-your-review' => 'Scrivi la tua Recensione', + 'short-description' => 'Descrizioni Brevi', + 'recently-viewed' => 'Prodotti visti di recente', + 'be-first-review' => 'Sii il primo a scrivere una review', + ], + + 'shop' => [ + 'gender' => [ + 'male' => 'Maschio', + 'other' => 'Altro', + 'female' => 'Femmina', + ], + 'general' => [ + 'no' => 'No', + 'yes' => 'Sì', + 'view' => 'View', + 'filter' => 'Filtro', + 'orders' => 'Ordini', + 'update' => 'Aggiorna', + 'reviews' => 'Recensioni', + 'addresses' => 'Indirizzi', + 'currencies' => 'Currencies', + 'top-brands' => 'Marchi top', + 'new-password' => 'Nuova password', + 'downloadables' => 'Prodotti Scaricabili', + 'confirm-new-password' => 'Conferma nuova password', + 'enter-current-password' => 'Inserisci la password attuale', + 'download' => 'Scarica', + 'no-file-available' => 'Nessun file disponibile!', + + 'alert' => [ + 'info' => 'Info', + 'error' => 'Errore', + 'success' => 'Successo', + 'warning' => 'Attenzione', + ], + ], + 'wishlist' => [ + 'add-wishlist-text' => 'Aggiungi prodotto a wishlist', + 'remove-wishlist-text' => 'Rimuovi prodotti da wishlist' + ] + ], + + 'responsive' => [ + 'header' => [ + 'done' => 'Fatto', + 'languages' => 'Lingue', + 'greeting' => 'Benvenuto, :customer !', + ] + ], +] + +?> \ No newline at end of file diff --git a/resources/lang/vendor/velocity/ja/app.php b/resources/lang/vendor/velocity/ja/app.php new file mode 100644 index 000000000..6a5e9e2fb --- /dev/null +++ b/resources/lang/vendor/velocity/ja/app.php @@ -0,0 +1,301 @@ + [ + 'system' => [ + 'velocity' => [ + 'general' => '一般的な', + 'category' => 'カテゴリー', + 'settings' => '設定', + 'extension_name' => '速度のテーマ', + 'error-module-inactive' => '警告:Velocityテーマのステータスは非アクティブです', + ], + 'settings' => [ + 'channels' => [ + 'subscription_bar' => 'サブスクリプションバーのコンテンツ' + ], + ], + 'general' => [ + 'status' => '状態', + 'active' => 'アクティブ', + 'inactive' => '非活性', + ], + 'category' => [ + 'all' => 'すべて', + 'left' => '左', + 'right' => '正しい', + 'active' => 'アクティブ', + 'custom' => 'カスタム', + 'inactive' => '非活性', + 'image-alignment' => '画像の配置', + 'icon-status' => 'カテゴリアイコンステータス', + 'image-status' => 'カテゴリー画像ステータス', + 'sub-category-show' => 'サブカテゴリーを表示', + 'image-height' => '画像の高さ(ピクセル単位)', + 'image-width' => '画像の幅[ピクセル単位]', + 'show-tooltip' => 'カテゴリのツールチップを表示', + 'num-sub-category' => 'サブカテゴリーの数', + ] + ], + + 'layouts' => [ + 'velocity' => '速度', + 'cms-pages' => 'CMSページ', + 'meta-data' => 'メタデータ', + 'category-menu' => 'カテゴリーメニュー', + 'header-content' => 'ヘッダーコンテンツ', + ], + + 'contents' => [ + 'self' => '自己', + 'active' => 'アクティブ', + 'new-tab' => '新しいタブ', + 'inactive' => '非活性', + 'title' => 'コンテンツリスト', + 'select' => '- 選択する -', + 'add-title' => 'コンテンツを追加', + 'btn-add-content' => 'コンテンツを追加', + 'save-btn-title' => 'コンテンツを保存', + 'autocomplete' => '[オートコンプリート]', + 'no-result-found' => 'レコードが見つかりません。', + 'search-hint' => 'ここで製品を検索...', + 'mass-delete-success' => '選択したコンテンツは正常に削除されました。', + 'tab' => [ + 'page' => 'ページ設定', + 'content' => 'コンテンツ設定', + 'meta_content' => 'メタデータ', + ], + 'page' => [ + 'title' => '題名', + 'status' => '状態', + 'position' => 'ポジション', + ], + 'content' => [ + 'content-type' => 'コンテンツタイプ', + 'custom-title' => 'カスタムタイトル', + 'category-slug' => 'カテゴリースラッグ', + 'link-target' => 'ページリンクターゲット', + 'custom-product' => 'ストア製品', + 'custom-heading' => 'カスタム見出し', + 'catalog-type' => '製品カタログのタイプ', + 'static-description' => 'コンテンツの説明', + 'page-link' => 'ページリンク[例: http://example.com/../../]', + ], + 'datagrid' => [ + 'id' => 'Id', + 'title' => '題名', + 'status' => '状態', + 'position' => 'ポジション', + 'content-type' => 'コンテンツタイプ', + ] + ], + + 'meta-data' => [ + 'footer' => 'フッター', + 'title' => '速度メタデータ', + 'activate-slider' => 'スライダーをアクティブにする', + 'home-page-content' => 'ホームページコンテンツ', + 'footer-left-content' => 'フッター左コンテンツ', + 'subscription-content' => 'サブスクリプションバーのコンテンツ', + 'sidebar-categories' => 'サイドバーのカテゴリ', + 'header_content_count' => 'ヘッダーコンテンツ数', + 'footer-left-raw-content' => '

私たちはソフトウェアを作成し、バイナリで現実世界の問題を解決するのが大好きです。私達は私達の目標に非常にコミットしています。私たちはリソースを投資して、最先端のテクノロジーの専門知識を活用し、一流のエンタープライズビジネス向けの使いやすいソフトウェアとアプリケーションを作成します。

', + 'slider-path' => 'スライダーパス', + 'category-logo' => 'カテゴリーロゴ', + 'product-policy' => '製品ポリシー', + 'update-meta-data' => 'メタデータを更新', + 'product-view-image' => '製品ビュー画像', + 'advertisement-two' => '広告2つの画像', + 'advertisement-one' => '広告1つの画像', + 'footer-middle-content' => 'フッターミドルコンテンツ', + 'advertisement-four' => '広告4つの画像', + 'advertisement-three' => '広告3つの画像', + 'images' => '画像', + 'general' => '一般的な', + 'add-image-btn-title' => '画像を追加' + ], + + 'category' => [ + 'save-btn-title' => '保存メニュー', + 'title' => 'カテゴリーメニュー一覧', + 'add-title' => 'メニューコンテンツを追加', + 'edit-title' => 'メニューコンテンツの編集', + 'btn-add-category' => 'カテゴリコンテンツを追加', + 'datagrid' => [ + 'category-id' => 'カテゴリID', + 'category-name' => '種別名', + 'category-icon' => 'カテゴリーアイコン', + 'category-status' => '状態', + ], + 'tab' => [ + 'general' => '一般的な', + ], + 'status' => '状態', + 'active' => 'アクティブ', + 'inactive' => '非活性', + 'select' => '- 選択する -', + 'icon-class' => 'アイコンクラス', + 'select-category' => 'カテゴリーを選択', + 'tooltip-content' => 'ツールチップの内容', + 'mass-delete-success' => '選択したカテゴリメニューを削除しました。', + ], + + 'general' => [ + 'locale_logo' => 'ロケールロゴ', + ], + ], + + 'home' => [ + 'view-all' => 'すべてを見る', + 'add-to-cart' => 'カートに追加', + 'hot-categories' => '人気のカテゴリ', + 'payment-methods' => 'お支払い方法', + 'customer-reviews' => 'カスタマーレビュー', + 'shipping-methods' => '輸送方法', + 'popular-categories' => '人気のカテゴリー', + ], + + 'header' => [ + 'cart' => 'カート', + 'guest' => 'ゲスト', + 'logout' => 'ログアウト', + 'title' => 'アカウント', + 'account' => 'アカウント', + 'profile' => 'プロフィール', + 'wishlist' => 'ウィッシュリスト', + 'all-categories' => 'すべてのカテゴリ', + 'search-text' => 'ここで製品を検索', + 'welcome-message' => 'ようこそ、:customer_name', + 'dropdown-text' => 'カート、注文、ウィッシュリストを管理する', + ], + + 'menu-navbar' => [ + 'text-more' => 'もっと', + 'text-category' => 'カテゴリーで選ぶ', + ], + + 'minicart' => [ + 'cart' => 'カート', + 'view-cart' => 'カート', + ], + + 'checkout' => [ + 'qty' => '数量', + 'checkout' => 'チェックアウト', + 'cart' => [ + 'view-cart' => 'かごの中身を見る', + 'cart-summary' => 'カートの概要', + ], + 'qty' => '数量', + 'items' => 'アイテム', + 'subtotal' => '小計', + 'sub-total' => '小計', + 'proceed' => 'チェックアウトに進む', + ], + + 'customer' => [ + 'compare' => [ + 'text' => '比較する', + 'compare_similar_items' => '類似アイテムを比較する', + 'add-tooltip' => '製品を追加して比較リスト', + 'added' => 'アイテムを比較リストに追加しました', + 'already_added' => 'アイテムは比較リストに既に追加されています', + 'removed' => '比較リストからアイテムを削除しました', + 'empty-text' => "比較リストにアイテムがありません", + 'product_image' => '商品画像', + 'actions' => '行動', + ], + 'login-form' => [ + 'sign-up' => 'サインアップ', + 'new-customer' => '新規のお客様', + 'customer-login' => 'お客様ログイン', + 'registered-user' => '登録ユーザー', + 'your-email-address' => 'メールアドレス', + 'form-login-text' => 'アカウントをお持ちの場合は、メールアドレスでログインしてください。', + ], + 'signup-form' => [ + 'login' => 'ログインする', + 'become-user' => 'ユーザーになる', + 'user-registration' => 'ユーザー登録', + 'form-sginup-text' => 'あなたが私たちの店に初めている場合は、メンバーとして喜んでいます。', + ], + 'forget-password' => [ + 'login' => 'ログインする', + 'forgot-password' => 'パスワードをお忘れですか', + 'recover-password' => 'パスワードを回復', + 'recover-password-text' => 'パスワードを忘れた場合は、メールアドレスを入力してパスワードを回復してください。', + ], + 'wishlist' => [ + 'remove-all-success' => 'ウィッシュリストからすべてのアイテムが削除されました', + ], + ], + + 'error' => [ + 'go-to-home' => '家に帰る', + 'page-lost-short' => 'ページが失われたコンテンツ', + 'something_went_wrong' => '問題が発生しました', + 'page-lost-description' => "お探しのページはご利用いただけません。もう一度検索するか、下の[戻る]ボタンを使用してください。", + ], + + 'products' => [ + 'text' => '製品', + 'details' => '細部', + 'reviews-title' => 'レビュー', + 'reviewed' => '審査', + 'review-by' => 'によるレビュー', + 'quick-view' => 'クイックビュー', + 'not-available' => '利用不可', + 'submit-review' => 'レビュー送信', + 'ratings' => ':totalRatings 評価', + 'reviews-count' => ':totalReviews レビュー', + 'customer-rating' => 'お客様の評価', + 'more-infomation' => '詳しくは', + 'view-all-reviews' => 'すべてのレビューを表示', + 'write-your-review' => 'レビューを書く', + 'short-description' => '短い説明', + 'recently-viewed' => '最近見た製品', + 'be-first-review' => '最初のレビューを書く', + ], + + 'shop' => [ + 'gender' => [ + 'male' => '男性', + 'other' => 'その他の', + 'female' => '女性', + ], + 'general' => [ + 'no' => '番号', + 'yes' => 'はい', + 'view' => '見る', + 'filter' => 'フィルタ', + 'orders' => '注文', + 'update' => '更新', + 'reviews' => 'レビュー', + 'currencies' => '通貨', + 'addresses' => '住所', + 'top-brands' => 'トップブランド', + 'new-password' => '新しいパスワード', + 'downloadables' => 'ダウンロード可能な製品', + 'confirm-new-password' => '新しいパスワードを確認', + 'enter-current-password' => '現在のパスワードを入力してください', + 'alert' => [ + 'info' => '情報', + 'error' => 'エラー', + 'success' => '成功', + 'warning' => '警告', + ], + ], + 'wishlist' => [ + 'add-wishlist-text' => '製品をウィッシュリストに追加', + 'remove-wishlist-text' => 'ウィッシュリストから商品を削除', + ] + ], + + 'responsive' => [ + 'header' => [ + 'done' => 'できた', + 'languages' => '言語', + 'greeting' => 'ようこそ、:customer !', + ] + ], +]; diff --git a/resources/lang/vendor/velocity/nl/app.php b/resources/lang/vendor/velocity/nl/app.php new file mode 100644 index 000000000..faf9d5cbe --- /dev/null +++ b/resources/lang/vendor/velocity/nl/app.php @@ -0,0 +1,303 @@ + [ + 'system' => [ + 'velocity' => [ + 'general' => 'Algemeen', + 'category' => 'Categorie', + 'settings' => 'Instellingen', + 'extension_name' => 'Velocity Thema', + 'error-module-inactive' => 'Waarschuwing: Velocity thema status is inactief', + ], + + 'settings' => [ + 'channels'=> [ + 'subscription_bar' => 'Subscription bar content' + ], + ], + + 'general' => [ + 'status' => 'Status', + 'active' => 'Actief', + 'inactive' => 'Inactief', + ], + 'category' => [ + 'all' => 'Allemaal', + 'left' => 'links', + 'right' => 'Rechtsaf', + 'active' => 'Actief', + 'custom' => 'Op maat', + 'inactive' => 'Inactief', + 'image-alignment' => 'Beelduitlijning', + 'icon-status' => 'Categorie pictogramstatus', + 'image-status' => 'Categorie Afbeeldingsstatus', + 'sub-category-show' => 'Subcategorie weergeven', + 'image-height' => 'Hoogte van afbeelding [in pixel]', + 'image-width' => 'Breedte van afbeelding [in pixel]', + 'show-tooltip' => 'Knopinfo van categorie weergeven', + 'num-sub-category' => 'Nummer van subcategorie', + ] + ], + 'layouts' => [ + 'velocity' => 'Velocity', + 'cms-pages' => 'CMS Pagina\s', + 'meta-data' => 'Metagegevens', + 'category-menu' => 'Categorie Menu', + 'header-content' => 'Kopinhoud', + ], + 'contents' => [ + 'self' => 'Zelf', + 'active' => 'Actief', + 'new-tab' => 'Nieuw tabblad', + 'inactive' => 'Inactief', + 'title' => 'Inhoudslijst', + 'select' => '-- Selecteer --', + 'add-title' => 'Content toevoegen', + 'btn-add-content' => 'Inhoud toevoegen', + 'save-btn-title' => 'Bewaar inhoud', + 'autocomplete' => '[Automatisch aanvullen]', + 'no-result-found' => 'Geen record gevonden.', + 'search-hint' => 'Zoek hier het product...', + 'mass-delete-success' => 'Geselecteerde inhoud is succesvol verwijderd.', + 'tab' => [ + 'page' => 'Pagina-instelling', + 'content' => 'Inhoudsinstelling', + 'meta_content' => 'Metagegevens', + ], + 'page' => [ + 'title' => 'Titel', + 'status' => 'Status', + 'position' => 'Positie', + ], + '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' => 'Inhoud omschrijving', + 'page-link' => 'Page Link [e.g. http://example.com/../../]', + ], + 'datagrid' => [ + 'id' => 'Id', + 'title' => 'Title', + 'status' => 'Status', + 'position' => 'Position', + 'content-type' => 'Content Type', + ] + ], + 'meta-data' => [ + 'footer' => 'Voettekst', + 'title' => 'Velocity metadata', + 'activate-slider' => 'Activeer slider', + 'home-page-content' => 'Startpagina-inhoud', + 'footer-left-content' => 'Inhoud voettekst links', + 'subscription-content' => 'Abonnementsbalk Inhoud', + 'sidebar-categories' => 'Sidebar categorieën', + 'header_content_count' => 'Header Content Count', + 'footer-left-raw-content' => '

We houden ervan om software te maken en de echte wereldproblemen met de binaire bestanden op te lossen. We zijn zeer toegewijd aan onze doelen. We investeren onze middelen om gebruiksvriendelijke software en applicaties van wereldklasse te creëren met de allerbeste, geavanceerde technologie-expertise.

', + 'slider-path' => 'Schuifpad', + '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' + ], + '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', + 'datagrid' => [ + 'category-id' => 'Category Id', + 'category-name' => 'Category Name', + 'category-icon' => 'Category Icon', + 'category-status' => 'Status', + ], + 'tab' => [ + 'general' => 'Algemeen', + ], + '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.', + ], + 'general' => [ + 'locale_logo' => 'Locale Logo', + ], + ], + + 'home' => [ + 'view-all' => 'Bekijk alles', + 'add-to-cart' => 'In Winkelwagen', + 'hot-categories' => 'Hot Categories', + 'payment-methods' => 'Payment Methods', + 'customer-reviews' => 'Customer Reviews', + 'shipping-methods' => 'Shipping Methods', + 'popular-categories' => 'Popular Categories', + ], + + 'header' => [ + 'cart' => 'Winkelwagen', + 'cart' => 'Winkelwagen', + 'guest' => 'Gast', + 'logout' => 'Afmelden', + 'title' => 'Account', + 'account' => 'Account', + 'profile' => 'Profiel', + 'wishlist' => 'Verlanglijst', + 'all-categories' => 'Alle Categorieën', + 'search-text' => 'Zoek uw product hier..', + 'welcome-message' => 'Welkom, :customer_name', + 'dropdown-text' => 'Beheer Winkelwagen, Bestellingen & Verlanglijst', + ], + + 'menu-navbar' => [ + 'text-more' => 'More', + 'text-category' => 'Winkel per categorie', + ], + + 'minicart' => [ + 'cart' => 'Winkelwagen', + 'view-cart' => 'Bekijk winkelwagen', + ], + + 'checkout' => [ + 'qty' => 'Aantal', + 'checkout' => 'Checkout', + 'cart' => [ + 'view-cart' => 'Bekijk winkelwagen', + 'cart-summary' => 'Winkelwagen overzicht', + ], + 'qty' => 'Aantal', + 'items' => 'Items', + 'subtotal' => 'Subtotaal', + 'sub-total' => 'Sub Totaal', + 'proceed' => 'Ga naar de kassa', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Compare', + 'compare_similar_items' => 'Compare Similar Items', + 'add-tooltip' => 'Voeg product toe aan vergelijkingslijst', + 'added' => 'Item successfully added to compare list', + 'already_added' => 'Item already added to compare list', + 'removed' => 'Item successfully removed from compare list', + 'removed-all' => 'Alle items zijn met succes verwijderd uit de vergelijkingslijst', + 'empty-text' => "You don't have any items in your compare list", + 'product_image' => 'Product Image', + 'actions' => 'Actions', + ], + 'login-form' => [ + 'sign-up' => 'Registreren', + 'new-customer' => 'Nieuwe klant', + 'customer-login' => 'Aanmelden', + 'registered-user' => 'Geregistreerde gebruiker', + 'your-email-address' => 'Uw e-mailadres', + 'form-login-text' => 'Indien u een account hebt, kan u aanmelden met uw e-mailadres.', + ], + 'signup-form' => [ + 'login' => 'Aanmelden', + 'become-user' => 'Klant worden', + 'user-registration' => 'User Registration', + 'form-sginup-text' => 'Als u nieuw bent in onze winkel, willen we u graag als lid hebben.', + ], + 'forget-password' => [ + 'login' => 'Login', + 'forgot-password' => 'Forgot Password', + 'recover-password' => 'Recover Password', + 'recover-password-text' => 'Als u uw wachtwoord bent vergeten, kan u dit herstellen door uw e-mailadres in te voeren..', + ], + 'wishlist' => [ + 'remove-all-success' => 'Alle items van je verlanglijst zijn verwijderd', + ], + ], + + 'error' => [ + 'go-to-home' => 'Ga naar de startpagina', + '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.", + ], + + 'products' => [ + 'text' => 'Producten', + 'details' => 'Details', + 'reviews-title' => 'Reviews', + 'reviewed' => 'Reviewed', + 'review-by' => 'Review by', + 'quick-view' => 'Quick View', + 'not-available' => 'Niet beschikbaar', + 'submit-review' => 'Review versturen', + 'ratings' => ':totalRatings Ratings', + 'reviews-count' => ':totalReviews Reviews', + 'customer-rating' => 'Gemiddelde klantwaardering', + 'more-infomation' => 'Meer informatie', + 'view-all-reviews' => 'Bekijk alle reviews', + 'write-your-review' => 'Schrijf een review', + 'short-description' => 'Korte omschrijving', + 'recently-viewed' => 'Recent bekeken producten', + 'be-first-review' => 'Wees de eerste om een review te schrijven.', + ], + + 'shop' => [ + 'gender' => [ + 'male' => 'Man', + 'other' => 'Anders', + 'female' => 'Vrouw', + ], + 'general' => [ + 'no' => 'No', + 'yes' => 'Yes', + 'view' => 'View', + 'filter' => 'Filter', + 'orders' => 'Orders', + 'update' => 'Bijwerken', + 'reviews' => 'Reviews', + 'addresses' => 'Adressen', + 'download' => 'Downloaden', + 'currencies' => 'Currencies', + 'top-brands' => 'Top merken', + 'new-password' => 'Nieuw wachtwoord', + 'downloadables' => 'Downloadable Products', + 'enter-current-password' => 'Huidig wachtwoord', + 'no-file-available' => 'Geen bestand beschikbaar!', + 'confirm-new-password' => 'Bevestig uw nieuw wachtwoord', + + 'alert' => [ + 'info' => 'Info', + 'error' => 'Fout', + 'success' => 'Success', + 'warning' => 'Waarschuwing', + ], + ], + 'wishlist' => [ + 'add-wishlist-text' => 'Toevoegen aan verlanglijst', + 'remove-wishlist-text' => 'Remove product from wishlist' + ] + ], + + 'responsive' => [ + 'header' => [ + 'greeting' => 'Welkom, :customer !', + ] + ], +] + +?> diff --git a/resources/lang/vendor/velocity/pl/app.php b/resources/lang/vendor/velocity/pl/app.php new file mode 100644 index 000000000..ca76df1d3 --- /dev/null +++ b/resources/lang/vendor/velocity/pl/app.php @@ -0,0 +1,303 @@ + [ + 'system' => [ + 'velocity' => [ + 'general' => 'Ogólne', + 'category' => 'Kategoria', + 'settings' => 'Ustawienia', + 'extension_name' => 'Motyw Velocity', + 'error-module-inactive' => 'Ostrzeżenie: status motywu prędkości jest nieaktywny', + ], + + 'settings' => [ + 'channels'=> [ + 'subscription_bar' => 'Treść paska subskrypcji' + ], + ], + + 'general' => [ + 'status' => 'Status', + 'active' => 'Aktywny', + 'inactive' => 'nieaktywne', + ], + 'category' => [ + 'all' => ' Wszystkie', + 'left' => 'Lewa', + 'right' => 'Prawa', + 'active' => 'Aktywna', + 'custom' => 'Niestandardowa', + 'inactive' => 'Nieaktywna', + 'image-alignment' => 'Wyrównanie obrazu', + 'icon-status' => 'Status ikony kategorii', + 'image-status' => 'Status obrazu kategorii', + 'sub-category-show' => 'Pokaż podkategorię', + 'image-height' => 'Wysokość Obrazu(ów) Height [in Pixel]', + 'image-width' => 'Szerokość obrazu(ów) [w pikselach]', + 'show-tooltip' => 'Pokaż etykietę kategorii', + 'num-sub-category' => 'Liczba podkategorii', + ] + ], + 'layouts' => [ + 'velocity' => 'Velocity', + 'cms-pages' => 'Strony CMS', + 'meta-data' => 'Meta Ddane', + 'category-menu' => 'Menu kategorii', + 'header-content' => 'Treść nagłówka', + ], + 'contents' => [ + 'self' => 'Sam', + 'active' => 'Aktywny', + 'new-tab' => 'Nowa karta', + 'inactive' => 'Nieaktywny', + 'title' => 'Spis treści', + 'select' => '-- Wybierz --', + 'add-title' => 'Dodaj treść', + 'btn-add-content' => 'Dodaj treść', + 'save-btn-title' => 'Zapisz treść', + 'autocomplete' => '[Autouzupełnianie]', + 'no-result-found' => 'Nie znaleziono rekordu.', + 'search-hint' => 'Tutaj wyszukasz produkt ...', + 'mass-delete-success' => 'Wybrane treści zostały pomyślnie usunięte.', + 'tab' => [ + 'page' => 'Ustawienia strony', + 'content' => 'Ustawienia zawartości', + 'meta_content' => 'Meta dane', + ], + 'page' => [ + 'title' => 'Tytuł', + 'status' => 'Status', + 'position' => 'Pozycja', + ], + 'content' => [ + 'content-type' => 'Rodzaj zawartości', + 'custom-title' => 'Niestandardowy tytuł', + 'category-slug' => 'Wzór kategorii', + 'link-target' => 'Docelowy link do strony', + 'custom-product' => 'Produkty sklepowe', + 'custom-heading' => 'Niestandardowy nagłówek', + 'catalog-type' => 'Rodzaj katalogu produktu', + 'static-description' => 'Opis treści', + 'page-link' => 'Page Link [e.g. http://example.com/../../]', + ], + 'datagrid' => [ + 'id' => 'Id', + 'title' => 'Tytuł', + 'status' => 'Status', + 'position' => 'Pozycja', + 'content-type' => 'Rodzaj zawartości', + ] + ], + 'meta-data' => [ + 'footer' => 'Stopka', + 'title' => 'Meta dane Velocity ', + 'activate-slider' => 'Aktywuj Slider(suwak)', + 'home-page-content' => 'Treść strony głównej', + 'footer-left-content' => 'Zawartość lewejstrony stopki', + 'subscription-content' => 'Treść paska subskrypcji', + 'sidebar-categories' => 'kategorie paska bocznego', + 'header_content_count' => 'Header Content Count', + 'footer-left-raw-content' => '

Uwielbiamy tworzyć oprogramowanie i rozwiązywać rzeczywiste problemy z plikami binarnymi. Jesteśmy bardzo zaangażowani w realizację naszych celów. Inwestujemy olbrzymie zasoby w tworzenie światowej klasy łatwego w użyciu oprogramowania oraz aplikacji dla firm oraz użytkowników prywatnych , w oparciu o najnowszą wiedzę technologiczną

', + 'slider-path' => 'Ścieżka Slidera (suwaka)', + 'category-logo' => 'Logo kategorii', + 'product-policy' => 'Polityka produktu', + 'update-meta-data' => 'Aktualizuj metadane', + 'product-view-image' => 'Obraz widoku produktu', + 'advertisement-two' => 'Dwa obrazy reklamy', + 'advertisement-one' => 'jeden obraz reklamy', + 'footer-middle-content' => 'Stopka treść środka', + 'advertisement-four' => 'Cztery obrazy reklamy', + 'advertisement-three' => 'Trzy obrazy reklamy', + 'images' => 'Obrazy', + 'general' => 'Ogólne', + 'add-image-btn-title' => 'Dodaj obraz' + ], + 'category' => [ + 'save-btn-title' => 'Zapisz menu', + 'title' => 'Lista menu kategorii', + 'add-title' => 'Dodaj zawartość menu', + 'edit-title' => 'Edytuj zawartość menu', + 'btn-add-category' => 'Dodaj treść kategorii', + 'datagrid' => [ + 'category-id' => 'Identyfikator kategorii', + 'category-name' => 'Nazwa kategorii', + 'category-icon' => 'Ikona kategorii', + 'category-status' => 'Status', + ], + 'tab' => [ + 'general' => 'Ogólny', + ], + 'status' => 'Status', + 'active' => 'Aktywny', + 'inactive' => 'Nieaktywne', + 'select' => '-- Wybierz --', + 'icon-class' => ' Ikona klasy', + 'select-category' => 'Wybierz kategorię', + 'tooltip-content' => ' Treść podpowiedzi', + 'mass-delete-success' => 'Wybrane menu kategorii zostało pomyślnie usunięte.', + ], + 'general' => [ + 'locale_logo' => 'Logo lokalizacji', + ], + ], + + 'home' => [ + 'view-all' => 'Wyświetl wszystko', + 'add-to-cart' => 'Dodaj do koszyka', + 'hot-categories' => 'Popularne kategorie', + 'payment-methods' => 'Metody płatności', + 'customer-reviews' => 'Opinie klientów', + 'shipping-methods' => 'metody wysyłki', + 'popular-categories' => 'Popularne kategorie', + ], + + 'header' => [ + 'cart' => 'Koszyk', + 'cart' => 'Koszyk', + 'guest' => 'Gość', + 'logout' => 'Wyloguj', + 'title' => 'Konto”', + 'account' => 'Konto”', + 'profile' => 'Profil', + 'wishlist' => 'Lista wyboru', + 'all-categories' => 'Wszystkie kategorie', + 'search-text' => 'Tutaj wyszukasz produkty', + 'welcome-message' => 'Witaj!, :customer_name', + 'dropdown-text' => 'Zarządzaj koszykiem, zamówieniami i listą wyboru', + ], + + 'menu-navbar' => [ + 'text-more' => 'Więcej', + 'text-category' => 'upuj według kategorii', + ], + + 'minicart' => [ + 'cart' => 'Koszyk', + 'view-cart' => 'Zobacz koszyk', + ], + + 'checkout' => [ + 'qty' => 'Ilość', + 'checkout' => 'Płatność', + 'cart' => [ + 'view-cart' => 'Wyświetl koszyk', + 'cart-summary' => 'Podsumowanie koszyka', + ], + 'qty' => 'Ilość', + 'items' => 'Produkty', + 'subtotal' => 'Suma częściowa', + 'sub-total' => 'Suma cząstkowa', + 'proceed' => 'Przejdź do płatności', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Porównaj', + 'compare_similar_items' => 'Porównaj podobne przedmioty', + 'add-tooltip' => 'Dodaj produkt do listy porównawczej', + 'added' => 'Produkt został pomyślnie dodany do listy porównania', + 'already_added' => 'Produkt został już dodany do listy porównawczej', + 'removed' => 'Produkt został pomyślnie usunięty z listy porównawcze', + 'removed-all' => 'Wszystkie pozycje zostały pomyślnie usunięte z listy porównawczej', + 'empty-text' => 'Nie masz żadnych pozycji na liście porównawczej', + ], + 'login-form' => [ + 'sign-up' => 'Zarejestruj się', + 'new-customer' => 'Nowy klient', + 'customer-login' => 'Login klienta', + 'registered-user' => 'Zarejestrowany użytkownik', + 'your-email-address' => 'Twój adres e-mail', + 'form-login-text' => 'Jeśli posiadasz konto, zaloguj się za pomocą swojego adresu e-mail.', + ], + 'signup-form' => [ + 'login' => 'Login', + 'become-user' => 'Zostań użytkownikiem', + 'user-registration' => 'Rejestracja użytkownika', + 'form-sginup-text' => 'Cieszymy się, że jesteś z nami. Zarejestruj się by zostać członkiem', + ], + 'forget-password' => [ + 'login' => 'Login', + 'forgot-password' => 'Zapomniałeś hasła', + 'recover-password' => 'Odzyskaj hasło', + 'recover-password-text' => 'Jeśli zapomniałeś hasła, odzyskaj je, wprowadzając adres e-mail rejestracji', + ], + 'wishlist' => [ + 'remove-all-success' => 'Wszystkie pozycje z Twojej listy życzeń zostały usunięte', + ], + ], + + 'error' => [ + 'go-to-home' => 'IDŹ DO GŁOWNEJ', + 'page-lost-short' => 'Strona straciła treść ', + 'something_went_wrong' => 'Coś poszło nie tak', + 'page-lost-description' => "Strona, której szukasz, jest niedostępna. Spróbuj wyszukać ponownie lub użyj przycisku Wstecz poniżej.", + ], + + 'products' => [ + 'text' => 'Produkty', + 'details' => 'Szczegóły', + 'reviews-title' => 'Recenzje', + 'reviewed' => 'Reviewed', + 'review-by' => 'Recenzja od', + 'quick-view' => 'Szybki podgląd', + 'not-available' => 'Niedostępny', + 'submit-review' => 'Prześlij recenzję', + 'ratings' => 'Oceny :totalRatings', + 'reviews-count' => 'Recenzje :totalReviews', + 'customer-rating' => 'Ocena klienta', + 'more-infomation' => 'Więcej informacji', + 'view-all-reviews' => 'Wyświetl wszystkie recenzje', + 'write-your-review' => 'Napisz swoją recenzję', + 'short-description' => 'Krótkie opisy', + 'recently-viewed' => 'Ostatnio oglądane produkty', + 'be-first-review' => 'Bądź pierwszym, który napisze recenzję', + ], + + 'shop' => [ + 'gender' => [ + 'male' => 'Mężczyzna', + 'other' => 'Inne', + 'female' => 'Kobiela', + ], + 'general' => [ + 'no' => 'Nie', + 'yes' => 'tak', + 'view' => 'Widok', + 'filter' => 'Filtr', + 'orders' => 'Zamówienia', + 'update' => 'Aktualizacje', + 'reviews' => 'Recenzje', + 'addresses' => 'Adresy', + 'currencies' => 'Currencies', + 'top-brands' => 'Najlepsze marki', + 'new-password' => 'Nowe hasło', + 'downloadables' => 'Produkty do pobrania', + 'confirm-new-password' => 'Potwierdź nowe hasło', + 'enter-current-password' => 'Wpisz swoje aktualne hasło', + 'download' => 'Pobieranie', + 'no-file-available' => 'Brak dostępnego pliku!', + + 'alert' => [ + 'info' => 'Info', + 'error' => 'Błąd', + 'success' => 'Sukces', + 'warning' => 'Ostrzeżenia', + ], + ], + 'wishlist' => [ + 'add-wishlist-text' => 'Dodaj produkt do listy wyboru', + 'remove-wishlist-text' => 'Usuń produkt z listy wyboru' + ] + ], + + 'responsive' => [ + 'header' => [ + 'done' => 'Gotowe', + 'languages' => 'Języki', + 'greeting' => 'Witaj!, :customer !', + ] + ], +] + +?> \ No newline at end of file diff --git a/resources/lang/vendor/velocity/pt_BR/app.php b/resources/lang/vendor/velocity/pt_BR/app.php new file mode 100644 index 000000000..fa50ef2ab --- /dev/null +++ b/resources/lang/vendor/velocity/pt_BR/app.php @@ -0,0 +1,304 @@ + [ + 'system' => [ + 'velocity' => [ + 'general' => 'Geral', + 'category' => 'Categoria', + 'settings' => 'Configurações', + 'extension_name' => 'Velocity Tema', + 'error-module-inactive' => 'Atenção: Tema Velocity está inativo', + ], + + 'settings' => [ + 'channels'=> [ + 'subscription_bar' => 'Conteúdo da barra de inscrição' + ], + ], + + 'general' => [ + 'status' => 'Status', + 'active' => 'Ativo', + 'inactive' => 'Inativo', + ], + 'category' => [ + 'all' => 'Todos', + 'left' => 'Esquerda', + 'right' => 'Direita', + 'active' => 'Ativo', + 'custom' => 'Personalizar', + 'inactive' => 'Inativo', + 'image-alignment' => 'Alinhamento da Imagem', + 'icon-status' => 'Status do Ícone da Categoria', + 'image-status' => 'Status da Imagem de Categoria', + 'sub-category-show' => 'Mostrar Subcategorias', + 'image-height' => 'Altura da Imagem [em Pixel]', + 'image-width' => 'Largura da Imagem [em Pixel]', + 'show-tooltip' => 'Mostrar Sugestão de Categoria', + 'num-sub-category' => 'Número de Subcategorias', + ] + ], + 'layouts' => [ + 'velocity' => 'Velocity', + 'cms-pages' => 'CMS Páginas', + 'meta-data' => 'Meta Data', + 'category-menu' => 'Categoria Menu', + 'header-content' => 'Cabeçalho Conteúdo', + ], + 'contents' => [ + 'self' => 'Auto', + 'active' => 'Ativo', + 'new-tab' => 'Nova Aba', + 'inactive' => 'Inativo', + 'title' => 'Lista de Conteúdo', + 'select' => '-- Selecione --', + 'add-title' => 'Adicionar Conteúdo', + 'btn-add-content' => 'Add Conteúdo', + 'save-btn-title' => 'Salvar Conteúdo', + 'autocomplete' => '[Autocompletar]', + 'no-result-found' => 'Nenhum registo encontrado.', + 'search-hint' => 'Busque produtos aqui...', + 'mass-delete-success' => 'Conteúdo selecionado excluído com sucesso.', + 'tab' => [ + 'page' => 'Configuração da Página', + 'content' => 'Configuração do Conteúdo', + 'meta_content' => 'Meta Data', + ], + 'page' => [ + 'title' => 'Título', + 'status' => 'Status', + 'position' => 'Posição', + ], + 'content' => [ + 'content-type' => 'Tipo de Conteúdo', + 'custom-title' => 'Título Customizado', + 'category-slug' => 'Slug da Categoria', + 'link-target' => 'Destino do Link da Página', + 'custom-product' => 'Produtos da Loja', + 'custom-heading' => 'Cabeçalho Customizado', + 'catalog-type' => 'Tipo de Catálogo de Produtos', + 'static-description' => 'Descrição do Conteúdo', + 'page-link' => 'Link da Página [e.g. http://example.com/../../]', + ], + 'datagrid' => [ + 'id' => 'Id', + 'title' => 'Título', + 'status' => 'Status', + 'position' => 'Posisção', + 'content-type' => 'Tipo de Conteúdo', + ] + ], + 'meta-data' => [ + 'footer' => 'Rodapé', + 'title' => 'Velocity meta data', + 'activate-slider' => 'Ativar Slider', + 'home-page-content' => 'Conteúdo da Página Inicial', + 'footer-left-content' => 'Conteúdo Rodapé Esquerdo', + 'subscription-content' => 'Conteúdo da Barra de Inscrição', + 'sidebar-categories' => 'Sidebar Categories', + 'header_content_count' => 'Header Content Count', + 'footer-left-raw-content' => '

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.

', + 'slider-path' => 'Caminho do Slider', + 'category-logo' => 'Logo da Categoria', + 'product-policy' => 'Política de Produto', + 'update-meta-data' => 'Atualizar Meta Data', + 'product-view-image' => 'Imagem da Visualização do produto', + 'advertisement-two' => 'Anúncio Duas Imagens', + 'advertisement-one' => 'Anúncio Uma Imagem', + 'footer-middle-content' => 'Rodapé Conteúdo do Meio', + 'advertisement-four' => 'Anúncio Quatro Imagens', + 'advertisement-three' => 'Anúncio Três Imagens', + 'images' => 'Imagens', + 'general' => 'Geral', + 'add-image-btn-title' => 'Add Imagem' + ], + 'category' => [ + 'save-btn-title' => 'Salvar Menu', + 'title' => 'Lista de Categorias Menu', + 'add-title' => 'Adicionar Conteúdo do Menu', + 'edit-title' => 'Editar Conteúdo do Menu', + 'btn-add-category' => 'Add Conteúdo da Categoria', + 'datagrid' => [ + 'category-id' => 'Categoria Id', + 'category-name' => 'Categoria Nome', + 'category-icon' => 'Categoria Ícone', + 'category-status' => 'Status', + ], + 'tab' => [ + 'general' => 'Geral', + ], + 'status' => 'Status', + 'active' => 'Ativo', + 'inactive' => 'Inativo', + 'select' => '-- Selecionar --', + 'icon-class' => 'Classe do Ícone', + 'select-category' => 'Escolha a Categoria', + 'tooltip-content' => 'Conteúdo da Dica', + 'mass-delete-success' => 'Menu de categorias selecionadas excluído com sucesso.', + ], + 'general' => [ + 'locale_logo' => 'Logotipo da liguagem', + ], + ], + + 'home' => [ + 'view-all' => 'Ver tudo', + 'add-to-cart' => 'Adicionar ao carrinho', + 'hot-categories' => 'Categorias quentes', + 'shipping-methods' => 'Métodos de Envio', + 'payment-methods' => 'Métodos de Pagamento', + 'popular-categories' => 'Categorias populares', + 'customer-reviews' => 'Opinião dos consumidores', + ], + + 'header' => [ + 'cart' => 'Carrinho', + 'guest' => 'Cliente', + 'logout' => 'Sair', + 'title' => 'Minha Conta', + 'account' => 'Minha Conta', + 'profile' => 'Conta', + 'wishlist' => 'Lista de Desejo', + 'all-categories' => 'Toda Loja', + 'search-text' => 'Pesquise produtos aqui', + 'welcome-message' => 'Bem-vindo, :customer_name', + 'dropdown-text' => 'Configurar Carrinho, Pedidos & Listas de Desejo', + 'sign-in' => 'Entrar', + 'sign-up' => 'Criar Conta' + ], + + 'menu-navbar' => [ + 'text-more' => 'Mais', + 'text-category' => 'Comprar por categoria', + ], + + 'minicart' => [ + 'cart' => 'Carrinho', + 'view-cart' => 'Ver carrinho', + ], + + 'checkout' => [ + 'qty' => 'Qtd', + 'checkout' => 'Finalizar Compra', + 'cart' => [ + 'view-cart' => 'Ver Carrinho', + 'cart-summary' => 'Resumo do Carrinho', + 'cart-subtotal' => 'Subtotal', + ], + 'qty' => 'Qtd', + 'items' => 'Itens', + 'subtotal' => 'Subtotal', + 'sub-total' => 'Sub Total', + 'proceed' => 'Finalizar Compra', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Comparar', + 'compare_similar_items' => 'Comparar itens semelhantes', + 'add-tooltip' => 'Adicionar produto à lista de comparação', + 'already_added' => 'Item já adicionado à lista de comparação', + 'added' => 'Item adicionado com sucesso à lista de comparação', + 'removed' => 'Item removido com sucesso da lista de comparação', + 'removed-all' => 'Todos os itens removidos com sucesso da lista de comparação', + 'empty-text' => "Você não possui nenhum item na sua lista de comparação", + 'product_image' => 'Imagem do Produto', + 'actions' => 'Ações', + ], + 'login-form' => [ + 'sign-up' => 'Cadastrar', + 'new-customer' => 'Novo cliente', + 'customer-login' => 'Login do cliente', + 'registered-user' => 'Usuário Registrado', + 'your-email-address' => 'Seu endereço de email', + 'form-login-text' => 'Se você possui uma conta, entre com seu endereço de e-mail.', + ], + 'signup-form' => [ + 'login' => 'Conecte-se', + 'become-user' => 'Torne-se usuário', + 'user-registration' => 'Registro de Usuário', + 'form-sginup-text' => 'Se você é novo em nossa loja, desejamos tê-lo como membro.', + ], + 'forget-password' => [ + 'login' => 'Conecte-se', + 'forgot-password' => 'Esqueceu a senha', + 'recover-password' => 'Recuperar Senha', + 'recover-password-text' => 'Se você esqueceu sua senha, recupere-a digitando seu endereço de e-mail.', + ], + 'wishlist' => [ + 'remove-all-success' => 'Todos os itens da sua lista de desejos foram removidos', + ], + ], + + 'error' => [ + 'go-to-home' => 'Vá para Página Inicial', + 'something_went_wrong' => 'algo deu errado', + 'page-lost-short' => 'Conteúdo perdido da página', + 'page-lost-description' => "A página que você está procurando não está disponível. Tente pesquisar novamente ou use o botão Voltar abaixo.", + ], + + 'products' => [ + 'text' => 'Produtos', + 'details' => 'Detalhes', + 'reviewed' => 'Revisada', + 'reviews' => 'Avaliações', + 'review-by' => 'Revisão por', + 'quick-view' => 'Olhada rápida', + 'submit-review' => 'Enviar revisão', + 'not-available' => 'Não disponível', + 'ratings' => ':total Ratings Avaliações', + 'reviews-count' => ':total Reviews Avaliações', + 'more-infomation' => 'Mais Informações', + 'short-description' => 'Descrições breves', + 'customer-rating' => 'Avaliação do cliente', + 'write-your-review' => 'Escreva sua revisão', + 'view-all-reviews' => 'Ver todos os comentários', + 'recently-viewed' => 'Produtos vistos recentemente', + 'be-first-review' => 'Seja o primeiro a escrever um comentário', + ], + + 'shop' => [ + 'gender' => [ + 'female' => 'Mulher', + 'male' => 'Homem', + 'other' => 'Outro', + ], + 'general' => [ + 'no' => 'Não', + 'yes' => 'Sim', + 'view' => 'Visão', + 'filter' => 'Filtro', + 'update' => 'Atualizar', + 'orders' => 'Encomendas', + 'reviews' => 'Avaliações', + 'addresses' => 'Endereços', + 'new-password' => 'Nova senha', + 'top-brands' => 'Marcas de topo', + 'downloadables' => 'Produtos para download', + 'confirm-new-password' => 'Confirme a nova senha', + 'enter-current-password' => 'Digite sua senha atual', + 'download' => 'Baixar', + 'no-file-available' => 'Nenhum arquivo disponível!', + + 'alert' => [ + 'info' => 'Informações', + 'error' => 'Erro', + 'success' => 'Sucesso', + 'warning' => 'Atenção', + ], + ], + 'wishlist' => [ + 'add-wishlist-text' => 'Adicionar produto à lista de desejos', + 'remove-wishlist-text' => 'Remover produto da lista de desejos', + ], + ], + + 'responsive' => [ + 'header' => [ + 'greeting' => 'Bem-vindo, :customer !', + ] + ], +] + +?> diff --git a/resources/lang/vendor/velocity/tr/app.php b/resources/lang/vendor/velocity/tr/app.php new file mode 100644 index 000000000..2e1a43534 --- /dev/null +++ b/resources/lang/vendor/velocity/tr/app.php @@ -0,0 +1,302 @@ + [ + 'system' => [ + 'velocity' => [ + 'general' => 'Genel', + 'category' => 'Kategori', + 'settings' => 'Ayarlar', + 'extension_name' => 'Velocity Teması', + 'error-module-inactive' => 'Uyarı: Velocity teması pasif durumda!', + ], + + 'settings' => [ + 'channels'=> [ + 'subscription_bar' => 'Abonelik çubuğu içeriği' + ], + ], + + 'general' => [ + 'status' => 'Durum', + 'active' => 'Aktif', + 'inactive' => 'Pasif', + ], + 'category' => [ + 'all' => 'Tümü', + 'left' => 'Sol', + 'right' => 'Sağ', + 'active' => 'Aktif', + 'custom' => 'Özel', + 'inactive' => 'Pasif', + 'image-alignment' => 'Görsel Hizalama', + 'icon-status' => 'Kategori İkon Durumu', + 'image-status' => 'Kategori Görsel Durumu', + 'sub-category-show' => 'Alt Kategori Göster', + 'image-height' => 'Görsel Yükseklik [Pixel]', + 'image-width' => 'Görsel Genişlik [Pixel]', + 'show-tooltip' => 'Kategori Aracını Göster', + 'num-sub-category' => 'Alt Kategori Sayısı', + ] + ], + 'layouts' => [ + 'velocity' => 'Velocity', + 'cms-pages' => 'CMS Sayfaları', + 'meta-data' => 'Meta Bilgisi', + 'category-menu' => 'Kategori Menüsü', + 'header-content' => 'Üstbilgi İçeriği', + ], + 'contents' => [ + 'self' => 'Aynı', + 'active' => 'Aktif', + 'new-tab' => 'Yeni Sekme', + 'inactive' => 'Pasif', + 'title' => 'İçerik Listesi', + 'select' => '-- Seçiniz --', + 'add-title' => 'İçerik Ekle', + 'btn-add-content' => 'İçerik Ekle', + 'save-btn-title' => 'İçerik Kaydet', + 'autocomplete' => '[Otomatik Tamamlama]', + 'no-result-found' => 'Kayıt bulunamadı.', + 'search-hint' => 'Ürün arayın...', + 'mass-delete-success' => 'Seçili içerik başarıyla silindi.', + 'tab' => [ + 'page' => 'Sayfa Ayarları', + 'content' => 'İçerik Ayarları', + 'meta_content' => 'Meta Bilgisi', + ], + 'page' => [ + 'title' => 'Başlık', + 'status' => 'Durum', + 'position' => 'Konum', + ], + 'content' => [ + 'content-type' => 'İçerik Tipi', + 'custom-title' => 'Özel Başlık', + 'category-slug' => 'Kategori URL', + 'link-target' => 'Sayfa Link Hedefi', + 'custom-product' => 'Mağaza Ürünleri', + 'custom-heading' => 'Mağaza Başlığı', + 'catalog-type' => 'Ürün Katalog Tipi', + 'static-description' => 'İÇerik Açıklaması', + 'page-link' => 'Sayfa Linki [örn. http://example.com/../../]', + ], + 'datagrid' => [ + 'id' => 'Id', + 'title' => 'Başlık', + 'status' => 'Durum', + 'position' => 'Konum', + 'content-type' => 'İçerik Tipi', + ] + ], + 'meta-data' => [ + 'footer' => 'Alt Kısım', + 'title' => 'Velocity Meta Bilgisi', + 'activate-slider' => 'Slider Etkinleştir', + 'home-page-content' => 'Ana Sayfa İçeriği', + 'footer-left-content' => 'Alt Sol İçeriği', + 'subscription-content' => 'Abonelik Çubuğu İçeriği', + 'sidebar-categories' => 'Yan Kategoriler', + 'header_content_count' => 'Header Content Count', + 'footer-left-raw-content' => '

Yazılımlar üretmeyi ve dünyada karşılaştığımız sorunları bu şekilde çözmeyi çok seviyoruz. Hedeflerimize büyük önem veriyor, en iyi olduğumuz teknoloji uzmanlığı ile kurumsal işleriniz için birin sınıf kullanıcı dostu yazılım ve uygulamalar oluşturmak için kaynaklarımıza yatırım yapıyoruz.

', + 'slider-path' => 'Slider Yolu', + 'category-logo' => 'Kategori Logosu', + 'product-policy' => 'Ürün Politikası', + 'update-meta-data' => 'Meta Bilgisi Güncelle', + 'product-view-image' => 'Ürün Görselini Görüntüle', + 'advertisement-two' => 'İki Görselli Reklam', + 'advertisement-one' => 'Rek Görsel Reklamı', + 'footer-middle-content' => 'Orta İçerikli Alt Kısım', + 'advertisement-four' => 'Dört Görselli Reklam', + 'advertisement-three' => 'Üç Görselli Reklam', + 'images' => 'Görseller', + 'general' => 'Genel', + 'add-image-btn-title' => 'Görsel Ekle' + ], + 'category' => [ + 'save-btn-title' => 'Menü Kaydet', + 'title' => 'Kategori Menü Listesi', + 'add-title' => 'Menü İçeriği Ekle', + 'edit-title' => 'Menü İçeriği Düzenle', + 'btn-add-category' => 'Menü İçeriği Ekle', + 'datagrid' => [ + 'category-id' => 'Kategori No', + 'category-name' => 'Kategori Adı', + 'category-icon' => 'Kategori İkonu', + 'category-status' => 'Durum', + ], + 'tab' => [ + 'general' => 'Genel', + ], + 'status' => 'Durum', + 'active' => 'Aktif', + 'inactive' => 'Pasif', + 'select' => '-- Seçiniz --', + 'icon-class' => 'İkon Sınıfı', + 'select-category' => 'Kategori Seçiniz', + 'tooltip-content' => 'İpucu İçeriği', + 'mass-delete-success' => 'Seçili katego menüsü başarıyla silindi.', + ], + 'general' => [ + 'locale_logo' => 'Dil Logosu', + ], + ], + + 'home' => [ + 'view-all' => 'Tümünü Görüntüle', + 'add-to-cart' => 'Sepete Ekle', + 'hot-categories' => 'Güncel Kategoriler', + 'payment-methods' => 'Ödeme Metodu', + 'customer-reviews' => 'Müşteri İncelemesi', + 'shipping-methods' => 'Teslimat Şekli', + 'popular-categories' => 'Popüler Kategoriler', + ], + + 'header' => [ + 'cart' => 'Alışveriş Sepeti', + 'guest' => 'Ziyaretçi', + 'logout' => 'Çıkış Yap', + 'title' => 'Hesap', + 'account' => 'Hesap', + 'profile' => 'Profil', + 'wishlist' => 'Dilek Listesi', + 'all-categories' => 'Tüm Kategoriler', + 'search-text' => 'Ürünleri arayın', + 'welcome-message' => 'Hoşgeldiniz, :customer_name', + 'dropdown-text' => 'Sepete Gözat, Siparişler & Dilek Listesi', + ], + + 'menu-navbar' => [ + 'text-more' => 'Dahası', + 'text-category' => 'Kategorilere Gözat', + ], + + 'minicart' => [ + 'cart' => 'Alışveriş Sepeti', + 'view-cart' => 'Sepeti Görüntüle', + ], + + 'checkout' => [ + 'qty' => 'Miktar', + 'checkout' => 'Satın Al', + 'cart' => [ + 'view-cart' => 'Sepeti Görüntüle', + 'cart-summary' => 'Sepet Özeti', + ], + 'items' => 'Ürünler', + 'subtotal' => 'Ara Toplam', + 'sub-total' => 'Ara Toplam', + 'proceed' => 'Satın Al', + ], + + 'customer' => [ + 'compare' => [ + 'text' => 'Karşılaştır', + 'compare_similar_items' => 'Benzer Ürünleri Karşılaştır', + 'add-tooltip' => 'Karşılaştırma listesine ürün ekle', + 'added' => 'Ürün karşılaştırma listesine başarıyla eklendi.', + 'already_added' => 'Ürün zaten karşılaştırma listesinde yer alıyor.', + 'removed' => 'Ürün karşılaştırma listesinden başarıyla kaldırıldı.', + 'removed-all' => 'Tüm Öğeler karşılaştırma listesinden başarıyla kaldırıldı', + 'empty-text' => "Karşılaştırma listenizde henüz ürün bulunmuyor.", + 'product_image' => 'Ürün Görseli', + 'actions' => 'Eylemler', + ], + 'login-form' => [ + 'sign-up' => 'Üye Ol', + 'new-customer' => 'Yeni Müşteri', + 'customer-login' => 'Müşteri Girişi', + 'registered-user' => 'Kayıtlı Kullanıcı', + 'your-email-address' => 'Mail Adresiniz', + 'form-login-text' => 'Hesabınız varsa, mail adresinizle giriş yapınız.', + ], + 'signup-form' => [ + 'login' => 'Giriş Yap', + 'become-user' => 'Kullanıcı Olun', + 'user-registration' => 'Kullanıcı Kaydı', + 'form-sginup-text' => 'Eğer mağazamızda yeniyseniz, sizleri üye olarak aramızda görmekten memnuniyet duyarız.', + ], + 'forget-password' => [ + 'login' => 'Giriş Yap', + 'forgot-password' => 'Parolamı Unuttum', + 'recover-password' => 'Parolamı Yenile', + 'recover-password-text' => 'Parolanızı unuttuysanız, mail adresinizi girerek yeni parola talebinde bulunun.', + ], + 'wishlist' => [ + 'remove-all-success' => 'İstek listenizdeki tüm öğeler kaldırıldı', + ], + ], + + 'error' => [ + 'go-to-home' => 'Ana Sayfaya Git', + 'page-lost-short' => 'Sayfa içeriği kayboldu', + 'something_went_wrong' => 'bir şeyler ters gitti', + 'page-lost-description' => "Ulaşmaya çalıştığınız sayfa bulunamıyor. Lütfen tekrar arayın ya da Geri Dön butonuna tıklayınız.", + ], + + 'products' => [ + 'text' => 'Ürünler', + 'details' => 'Detaylar', + 'reviews-title' => 'İncelemeler', + 'reviewed' => 'İncelendi', + 'review-by' => 'İnceleyen', + 'quick-view' => 'Ürün Önizleme', + 'not-available' => 'Stokta Yok', + 'submit-review' => 'İnceleme Yaz', + 'ratings' => ':totalRatings Oylama', + 'reviews-count' => ':totalReviews İnceleme', + 'customer-rating' => 'Müşteri Oylaması', + 'more-infomation' => 'Detaylı Bilgi', + 'view-all-reviews' => 'Tüm İncelemeleri Görüntüle', + 'write-your-review' => 'İnceleme Yazınız', + 'short-description' => 'Kısa Açıklamalar', + 'recently-viewed' => 'En Son Gezdiğiniz Ürünler', + 'be-first-review' => 'Bu ürüne ilk siz inceleme girin!', + ], + + 'shop' => [ + 'gender' => [ + 'male' => 'Erkek', + 'other' => 'Diğer', + 'female' => 'Kadın', + ], + 'general' => [ + 'no' => 'Hayır', + 'yes' => 'Evet', + 'view' => 'Görüntüle', + 'filter' => 'Filtrele', + 'orders' => 'Siparişler', + 'update' => 'Güncelle', + 'reviews' => 'İncelemeler', + 'addresses' => 'Adresler', + 'top-brands' => 'Öncü Markalar', + 'new-password' => 'Yeni Parola', + 'downloadables' => 'İndirilebilir Ürünler', + 'confirm-new-password' => 'Parola Doğrula', + 'enter-current-password' => 'Mevcut Parolanızı Girin', + 'download' => 'İndir', + 'no-file-available' => 'Dosya Yok!', + + 'alert' => [ + 'info' => 'Bilgi', + 'error' => 'Hata', + 'success' => 'Başarılı', + 'warning' => 'Uyarı', + ], + ], + 'wishlist' => [ + 'add-wishlist-text' => 'Ürünü dilek listenize ekleyin', + 'remove-wishlist-text' => 'Ürünü dilek listenizden kaldırın' + ] + ], + + 'responsive' => [ + 'header' => [ + 'done' => 'Tamamlandı', + 'languages' => 'Diller', + 'greeting' => 'Hoşgeldiniz, :customer !', + ] + ], +] + +?> From d8f1a08f8812a9497d412f1f19342b98158595dc Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Tue, 6 Oct 2020 17:26:42 +0530 Subject: [PATCH 2/2] Removed Vendor Published Files --- resources/lang/vendor/shop/ar/app.php | 724 ------------------ resources/lang/vendor/shop/de/app.php | 718 ------------------ resources/lang/vendor/shop/en/app.php | 724 ------------------ resources/lang/vendor/shop/es/app.php | 670 ----------------- resources/lang/vendor/shop/fa/app.php | 723 ------------------ resources/lang/vendor/shop/it/app.php | 721 ------------------ resources/lang/vendor/shop/ja/app.php | 661 ----------------- resources/lang/vendor/shop/nl/app.php | 727 ------------------- resources/lang/vendor/shop/pl/app.php | 720 ------------------ resources/lang/vendor/shop/pt_BR/app.php | 696 ------------------ resources/lang/vendor/shop/tr/app.php | 717 ------------------ resources/lang/vendor/velocity/ar/app.php | 303 -------- resources/lang/vendor/velocity/de/app.php | 304 -------- resources/lang/vendor/velocity/en/app.php | 305 -------- resources/lang/vendor/velocity/fa/app.php | 303 -------- resources/lang/vendor/velocity/it/app.php | 307 -------- resources/lang/vendor/velocity/ja/app.php | 301 -------- resources/lang/vendor/velocity/nl/app.php | 303 -------- resources/lang/vendor/velocity/pl/app.php | 303 -------- resources/lang/vendor/velocity/pt_BR/app.php | 304 -------- resources/lang/vendor/velocity/tr/app.php | 302 -------- 21 files changed, 10836 deletions(-) delete mode 100644 resources/lang/vendor/shop/ar/app.php delete mode 100644 resources/lang/vendor/shop/de/app.php delete mode 100644 resources/lang/vendor/shop/en/app.php delete mode 100644 resources/lang/vendor/shop/es/app.php delete mode 100644 resources/lang/vendor/shop/fa/app.php delete mode 100644 resources/lang/vendor/shop/it/app.php delete mode 100644 resources/lang/vendor/shop/ja/app.php delete mode 100644 resources/lang/vendor/shop/nl/app.php delete mode 100644 resources/lang/vendor/shop/pl/app.php delete mode 100644 resources/lang/vendor/shop/pt_BR/app.php delete mode 100644 resources/lang/vendor/shop/tr/app.php delete mode 100644 resources/lang/vendor/velocity/ar/app.php delete mode 100644 resources/lang/vendor/velocity/de/app.php delete mode 100644 resources/lang/vendor/velocity/en/app.php delete mode 100644 resources/lang/vendor/velocity/fa/app.php delete mode 100644 resources/lang/vendor/velocity/it/app.php delete mode 100644 resources/lang/vendor/velocity/ja/app.php delete mode 100644 resources/lang/vendor/velocity/nl/app.php delete mode 100644 resources/lang/vendor/velocity/pl/app.php delete mode 100644 resources/lang/vendor/velocity/pt_BR/app.php delete mode 100644 resources/lang/vendor/velocity/tr/app.php diff --git a/resources/lang/vendor/shop/ar/app.php b/resources/lang/vendor/shop/ar/app.php deleted file mode 100644 index 9f2e12838..000000000 --- a/resources/lang/vendor/shop/ar/app.php +++ /dev/null @@ -1,724 +0,0 @@ - 'معرف ضريبة القيمة المضافة المحدد له تنسيق خاطئ', - 'security-warning' => 'تم العثور على نشاط مريب', - 'nothing-to-delete' => 'ليس هناك شيء لحذفه', - - 'layouts' => [ - 'my-account' => 'حسابي', - 'profile' => 'الملف الشخصي', - 'address' => 'العنوان', - 'reviews' => 'المراجعات', - 'wishlist' => 'قائمة الأمنيات', - 'orders' => 'الطبات', - 'downloadable-products' => 'المنتجات القابلة للتحميل', - ], - - 'common' => [ - 'error' => 'حدث خطأ. الرجاء المحاولة لاحقاً.', - 'no-result-found' => 'لا توجد نتائج.' - ], - - 'home' => [ - 'page-title' => 'عنوان الصفحة', - 'featured-products' => 'المنتجات المميزة', - 'new-products' => 'المنتجات الجديدة', - 'verify-email' => 'تحقق من حساب بريدك الإلكتروني', - 'resend-verify-email' => 'إعادة التحقق من البريد الإلكتروني' - ], - - 'header' => [ - 'title' => 'الحساب', - 'dropdown-text' => 'إدارة عربة التسوق ، الطلبات قائمة الأمنيات', - 'sign-in' => 'تسجيل الدخول', - 'sign-up' => 'حساب جديد', - 'account' => 'الحساب', - 'cart' => 'عربة التسوق', - 'profile' => 'الملف الشخصي', - 'wishlist' => 'قائمة الأمنيات', - 'cart' => 'عربة التسوق', - 'logout' => 'تسجيل الخروج', - 'search-text' => 'ابحث عن منتج' - ], - - 'minicart' => [ - 'view-cart' => 'عرض عربة التسوق', - 'checkout' => 'الدفع', - 'cart' => 'عربة التسوق', - 'zero' => '0' - ], - - 'footer' => [ - 'subscribe-newsletter' => 'اشترك في الرسائل الدورية.', - 'subscribe' => 'اشترك', - 'locale' => 'اللغة', - 'currency' => 'العملة', - ], - - 'subscription' => [ - 'unsubscribe' => 'الإلغاء', - 'subscribe' => 'اشترك', - 'subscribed' => 'تم الاشتراك بنجاح', - 'not-subscribed' => 'لا يمكنك الاشتراك ، حاول مرة أخرى لاحقاً', - 'already' => 'أنت مشترك بالفعل في قائمة اشتراكاتنا', - 'unsubscribed' => 'تم إلغاء الاشتراك.', - 'already-unsub' => 'أنت بالفعل غير مشترك', - 'not-subscribed' => 'خطأ! لا يمكن إرسال البريد حاليًا ، يرجى المحاولة مرة أخرى في وقت لاحق.' - ], - - 'search' => [ - 'no-results' => 'لا توجد نتائج', - 'page-title' => 'بحث', - 'found-results' => 'تم العثور على نتائج البحث', - 'found-result' => 'تم العثور على نتيجة البحث', - 'analysed-keywords' => 'Analysed Keywords' - ], - - 'reviews' => [ - 'title' => 'المراجعات', - 'add-review-page-title' => 'إضافة مراجعة/تقييم', - 'write-review' => 'اكتب مراجعة/تقييم', - 'review-title' => 'عنوان المراجعة', - 'product-review-page-title' => 'استعراض المنتجات', - 'rating-reviews' => 'التقييم والمراجعات', - 'submit' => 'إرسال', - 'delete-all' => 'حذف كل المراجعات', - 'ratingreviews' => ' مراجعات :review تقييمات و :rating', - 'star' => 'نجم', - 'percentage' => ':percentage %', - 'id-star' => 'نجم', - 'name' => 'اسم', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'قارن', - 'compare_similar_items' => 'مقارنة العناصر المماثلة', - 'add-tooltip' => 'إضافة منتج لقائمة المقارنة', - 'added' => 'تمت إضافة العنصر بنجاح لمقارنة القائمة', - 'removed' => 'تمت إزالة العنصر بنجاح من قائمة المقارنة', - 'removed-all' => 'تمت إزالة جميع العناصر بنجاح من قائمة المقارنة', - 'already_added' => 'تمت إضافة العنصر بالفعل لمقارنة القائمة', - 'empty-text' => "ليس لديك أي عناصر في قائمة المقارنة الخاصة بك", - 'product_image' => 'Product Image', - 'actions' => 'Actions', - ], - - 'signup-text' => [ - 'account_exists' => 'لديك حساب؟', - 'title' => 'تسجيل الدخول' - ], - - 'signup-form' => [ - 'page-title' => 'حساب جديد', - 'title' => 'حساب جديد', - 'firstname' => 'الاسم الأول', - 'lastname' => 'الاسم الأخير', - 'email' => 'البريد الإلكتروني', - 'password' => 'كلمة الدخول', - 'confirm_pass' => 'تأكيد كلمة الدخول', - 'button_title' => 'تسجيل حساب جديد', - 'agree' => 'موافق', - 'terms' => 'الشروط', - 'conditions' => 'الشروط', - 'using' => 'باستخدام هذا الموقع', - 'agreement' => 'اتفاق', - 'success' => 'الحساب أنشئ بنجاح, تم إرسال بريد إلكتروني إلى حسابك للتحقق', - 'success-verify' => 'تم إنشاء الحساب بنجاح ، تم إرسال بريد إلكتروني للتحقق', - 'success-verify-email-not-sent' => 'الحساب أنشئ بنجاح, لكن البريد الإلكتروني لم يتم إرساله', - 'failed' => 'خطأ! لا يمكن إنشاء حسابك ، حاول مرة أخرى لاحقا', - 'already-verified' => 'حسابك تم التحقق منه بالفعل أو الرجاء محاولة إرسال بريد إلكتروني جديد للتحقق مرة أخرى', - 'verification-not-sent' => 'خطأ! مشكلة في إرسال البريد الإلكتروني للتحقق ، حاول مرة أخرى في وقت لاحق', - 'verification-sent' => 'تم ارسال معلومات التحقق إلى برديك الالكتروني.', - 'verified' => 'تم التحقق من حسابك قم بتسجيل الدخول الآن', - 'verify-failed' => 'لا يمكننا التحقق من بريدك الإلكتروني', - 'dont-have-account' => 'ليس لديك حساب', - 'customer-registration' => 'تم تسجيل العميل بنجاح' - ], - - 'login-text' => [ - 'no_account' => 'ليس لديك حساب', - 'title' => 'إنشاء حساب جديد', - ], - - 'login-form' => [ - 'page-title' => 'تسجيل الدخول', - 'title' => 'تسجيل الدخول', - 'email' => 'البريد الإلكتروني', - 'password' => 'كلمة الدخول', - 'forgot_pass' => 'نسيت كلمة الدخول؟', - 'button_title' => 'تسجيل الدخول', - 'remember' => 'تذكريني', - 'footer' => '© 2019 جميع الحقوق محفوظة', - 'invalid-creds' => 'الرجاء التحقق من معلومات الدخول', - 'verify-first' => 'الرجاء قم بتفعيل حسابك.', - 'not-activated' => 'التنشيط الخاص بك يسعى للحصول على موافقة المشرف', - 'resend-verification' => 'إعادة إرسال البريد الإلكتروني للتحقق مرة أخرى' - ], - - 'forgot-password' => [ - 'title' => 'استرجع كلمة الدخول', - 'email' => 'البريد الإلكتروني', - 'submit' => 'إسترجاع', - 'page_title' => 'استرجع كلمة الدخول' - ], - - 'reset-password' => [ - 'title' => 'تعيين كلمة الدخول', - 'email' => 'البريد الإلكتروني ', - 'password' => 'كلمة الدخول', - 'confirm-password' => 'تأكيد كلمة الدخول', - 'back-link-title' => 'تسجيل الدخول', - 'submit-btn-title' => 'تعيين كلمة الدخول' - ], - - 'account' => [ - 'dashboard' => 'الملف الشخصي', - 'menu' => 'القائمة', - - 'general' => [ - 'no' => 'لا', - 'yes' => 'نعم', - ], - - 'profile' => [ - 'index' => [ - 'page-title' => 'الملف الشخصي', - 'title' => 'الملف الشخصي', - 'edit' => 'تعديل', - ], - - 'edit-success' => 'جاري تحديث الملف بنجاح', - 'edit-fail' => 'خطأ! الملف الشخصي لا يمكن تحديثه ، رجاء حاول مرة أخرى لاحقا', - 'unmatch' => 'كلمة الدخول القديمة لا تتطابق', - - 'fname' => 'الاسم الأول', - 'lname' => 'الاسم الأخير', - 'gender' => 'نوع الجنس', - 'other' => 'آخر', - 'male' => 'الذكر', - 'female' => 'أنثى', - 'dob' => 'تاريخ الميلاد', - 'phone' => 'الهاتف', - 'email' => 'البريد الإلكتروني', - 'opassword' => 'كلمة الدخول القديمة', - 'password' => 'كلمة الدخول', - 'cpassword' => 'تأكيد كلمة الدخول', - 'submit' => 'تحديث الملف الشخصي', - - 'edit-profile' => [ - 'title' => 'تعديل الملف الشخصي', - 'page-title' => 'تعديل الملف الشخصي' - ] - ], - - 'address' => [ - 'index' => [ - 'page-title' => 'عنوان العميل', - 'title' => 'العنوان', - 'add' => 'أضف العنوان', - 'edit' => 'تعديل', - 'empty' => 'ليس لديك أي عناوين محفوظة هنا ، من فضلك حاول أن تنشئها بالضغط على الرابط بالأسفل', - 'create' => 'عنوان جديد', - 'delete' => 'احذف', - 'make-default' => 'افتراضي', - 'default' => 'افتراضي', - 'contact' => 'معلومات الإتصال', - 'confirm-delete' => 'هل تريد حقا حذف هذا العنوان؟', - 'default-delete' => 'لا يمكن تغيير العنوان الافتراضي', - 'enter-password' => 'ادخل رقمك السري.', - ], - - 'create' => [ - 'page-title' => 'إضاف عنوان', - 'company_name' => 'اسم الشركة', - 'first_name' => 'الاسم الاول', - 'last_name' => 'الكنية', - 'vat_id' => 'رقم تعريف الضريبة على القيمة المضافة', - 'vat_help_note' => '[INV01234567891 ملاحظة: استخدم رمز البلد مع معرف ضريبة القيمة المضافة مثل ]', - 'title' => 'أضف العنوان', - 'street-address' => 'عنوان الشارع', - 'country' => 'البلد', - 'state' => 'المنطقة/الولاية', - 'select-state' => 'اختر منطقة أو ولاية أو مقاطعة', - 'city' => 'المدينة', - 'postcode' => 'الرمز البريدي', - 'phone' => 'الهاتف', - 'submit' => 'احفظ العنوان', - 'success' => 'تم إضافة العنوان بنجاح.', - 'error' => 'لا يمكن إضافة العنوان.' - ], - - 'edit' => [ - 'page-title' => 'تعديل العنوان', - 'company_name' => 'اسم الشركة', - 'first_name' => 'الاسم الاول', - 'last_name' => 'الكنية', - 'vat_id' => 'id ضريبة القيمة المضافة', - 'title' => 'تعديل العنوان', - 'street-address' => 'عنوان الشارع', - 'submit' => 'احفظ العنوان', - 'success' => 'العنوان تم تحديثه بنجاح.' - ], - 'delete' => [ - 'success' => 'تم حذف العنوان بنجاح.', - 'failure' => 'لا يمكن حذف العنوان', - 'wrong-password' => 'كلمة مرور خاطئة !' - ] - ], - - 'order' => [ - 'index' => [ - 'page-title' => 'طلبات العملاء', - 'title' => 'الطلبات', - 'order_id' => 'ترتيب', - 'date' => 'التاريخ', - 'status' => 'الحالة', - 'total' => 'المجموع', - 'order_number' => 'رقم الأمر', - 'processing' => 'معالجة', - 'completed' => 'منجز', - 'canceled' => 'ألغيت', - 'closed' => 'مغلق', - 'pending' => 'قيد الانتظار', - 'pending-payment' => 'في انتظار الدفع', - 'fraud' => 'تزوير' - ], - - 'view' => [ - 'page-tile' => '#:order_id اطلب', - 'info' => 'معلومات', - 'placed-on' => 'وضع على', - 'products-ordered' => 'المنتجات المطلوبة', - 'invoices' => 'الفواتير', - 'shipments' => 'الشحنات', - 'SKU' => 'SKU', - 'product-name' => 'الاسم', - 'qty' => 'الكمية', - 'item-status' => 'حالة البند', - 'item-ordered' => '(:qty_ordered) أمر', - 'item-invoice' => '(:qty_invoiced) مفوتر', - 'item-shipped' => '(:qty_shipped) شحنت', - 'item-canceled' => '(:qty_canceled) ملغاة', - 'item-refunded' => '(:qty_refunded) ردها', - 'price' => 'السعر', - 'total' => 'المجموع', - 'subtotal' => 'المجموع الفرعي', - 'shipping-handling' => 'الشحن والتوصيل', - 'tax' => 'الضرائب', - 'discount' => 'تخفيض', - 'tax-percent' => 'نسبة الضرائب', - 'tax-amount' => 'المبلغ الضريبي', - 'discount-amount' => 'مبلغ الخصم', - 'grand-total' => 'المجموع الكلي', - 'total-paid' => 'المجموع المدفوع', - 'total-refunded' => 'مجموع المبالغ المستردة', - 'total-due' => 'المجموع المستحق', - 'shipping-address' => 'عنوان الشحن', - 'billing-address' => 'عنوان الفواتير', - 'shipping-method' => 'طريقة الشحن', - 'payment-method' => 'طريقة الدفع', - 'individual-invoice' => '#:invoice_id فاتورة', - 'individual-shipment' => ' #:shipment_id الشحن', - 'print' => 'اطبع', - 'invoice-id' => 'رقم الفاتورة', - 'order-id' => 'ترتيب ', - 'order-date' => 'تاريخ الطلب', - 'bill-to' => 'الفاتورة إلى', - 'ship-to' => 'يشحن إلى', - 'contact' => 'معلومات الإتصال', - 'refunds' => 'المسترجع', - 'individual-refund' => '#:refund_id مسترجع', - 'adjustment-refund' => 'تعديلات عملية الإسترجاع', - 'adjustment-fee' => 'تكلفة تعديلات عملية الإسترجاع', - 'cancel-confirm-msg' => 'هل أنت متأكد من أنك تريد إلغاء هذا الطلب ؟', - 'tracking-number' => 'Tracking Number', - 'cancel-confirm-msg' => 'هل أنت متأكد أنك تريد إلغاء هذا الطلب ?' - ] - ], - - 'wishlist' => [ - 'page-title' => 'العملاء - قائمة الامنيات', - 'title' => 'قائمة الأمنيات', - 'deleteall' => 'احذف الكل', - 'moveall' => 'نقل الكل إلى عربة التوسق', - 'move-to-cart' => 'نقل إلى عربة التسوق', - 'error' => 'لا يمكن إضافة المنتج إلى قائمة الأمنيات ، الرجاء المحاولة لاحقا', - 'add' => 'تم إضافة العنصر بنجاح إلى قائمة الأمنيات', - 'remove' => 'تم حذف العنصر بنجاح من قائمة الأمنيات', - 'add-wishlist-text' => 'إضافة منتج إلى قائمة الأمنيات', - 'remove-wishlist-text' => 'أزل المنتج من قائمة الأمنيات', - 'moved' => 'تم نقل البند بنجاح إلى قائمة الأمنيات', - 'option-missing' => 'خيارات المنتج مفقودة ، لذلك لا يمكن نقل العنصر إلى قائمة الرغبات.', - 'move-error' => 'لا يمكن نقل العنصر إلى قائمة الأمنيات ، رجاء حاول مرة أخرى لاحقا', - 'success' => 'البند مضاف بنجاح إلى قائمة الأمنيات', - 'failure' => 'لا يمكن إضافة العنصر إلى قائمة الأمنيات ، رجاء حاول مرة أخرى لاحقا', - 'already' => 'العنصر موجود بالفعل في قائمة أمنياتك', - 'removed' => 'البند حذف بنجاح من قائمة الأمنيات', - 'remove-fail' => 'لا يمكن حذف العنصر من قائمة الأماني ، الرجاء المحاولة لاحقا', - 'empty' => 'ليس لديك أي عناصر في قائمة الأمنيات', - 'remove-all-success' => 'كل الأشياء من قائمة أمانيك قد أزيلت', - ], - - 'downloadable_products' => [ - 'title' => 'المنتجات القابلة للتحميل', - 'order-id' => 'رقم التعريف الخاص بالطلب', - 'date' => 'تاريخ', - 'name' => 'عنوان', - 'status' => 'الحالة', - 'pending' => 'قيد الانتظار', - 'available' => 'متاح', - 'expired' => 'منتهية الصلاحية', - 'remaining-downloads' => 'التنزيلات المتبقية', - 'unlimited' => 'غير محدود', - 'download-error' => 'انتهت صلاحية رابط التنزيل.' - ], - - 'review' => [ - 'index' => [ - 'title' => 'المراجعات', - 'page-title' => 'مراجعات العملاء' - ], - - 'view' => [ - 'page-tile' => '#:id مراجعة', - ] - ] - ] - ], - - 'products' => [ - 'layered-nav-title' => 'المنتجات', - 'price-label' => 'أقل من', - 'remove-filter-link-title' => 'امسح الكل', - 'filter-to' => 'to', - 'sort-by' => 'افرز حسب', - 'from-a-z' => 'من a-z', - 'from-z-a' => 'من ز-أ', - 'newest-first' => 'الأحدث أولا', - 'oldest-first' => 'الأكبر أولا', - 'cheapest-first' => 'الأرخص أولا', - 'expensive-first' => 'الأغلى أولا', - 'show' => 'اعرض', - 'pager-info' => 'عنصر :total من :showing عرض', - 'description' => 'الوصف', - 'specification' => 'مواصفات', - 'total-reviews' => ' المراجعات :total', - 'total-rating' => ',تعليق :total_reviews تقييمات و :total_rating', - 'by' => ':name من قبل ', - 'up-sell-title' => 'وجدنا منتجات أخرى قد ترغب!', - 'related-product-title' => 'منتجات ذات صله', - 'cross-sell-title' => 'المزيد من الخيارات', - 'reviews-title' => 'المراجعات', - 'write-review-btn' => 'اكتب مراجعة', - 'choose-option' => 'اختر ', - 'sale' => 'بيع', - 'new' => 'جديد', - 'empty' => 'لا توجد منتجات متاحة في هذه الفئة', - 'add-to-cart' => 'أضف إلى العربة', - 'book-now' => 'احجز الآن', - 'buy-now' => 'اشتر الآن', - 'whoops' => 'خطأ!', - 'quantity' => 'الكمية', - 'in-stock' => 'متوفر', - 'out-of-stock' => 'غير متوفر', - 'view-all' => 'عرض الكل', - 'select-above-options' => 'يرجى تحديد الخيارات أعلاه أولاً.', - 'less-quantity' => 'لا يمكن أن تكون الكمية أقل من واحدة.', - 'samples' => 'عينات', - 'links' => 'الروابط', - 'sample' => 'عينة', - 'name' => 'اسم', - 'qty' => 'الكمية', - 'starting-at' => 'يبدأ من', - 'customize-options' => 'تخصيص الخيارات', - 'choose-selection' => 'اختيار اختيار', - 'your-customization' => 'التخصيص الخاص بك', - 'total-amount' => 'المبلغ الإجمالي', - 'none' => 'لا شيء', - 'available-for-order' => 'متوفر لطلب الشراء', - 'settings' => 'Settings', - 'compare_options' => 'Compare Options', - ], - - // 'reviews' => [ - // 'empty' => 'أنت لم تراجع أي منتج لحد الآن' - // ] - - 'buynow' => [ - 'no-options' => 'رجاء تحديد خيارات قبل شراء هذا المنتج' - ], - - 'checkout' => [ - 'cart' => [ - 'integrity' => [ - 'missing_fields' =>'إنتهاك سلامة نظام العربة ، بعض الحقول المطلوبة مفقودة', - 'missing_options' =>'إنتهاك سلامة نظام العربة ، الخيارات مفقودة لمنتج قابل للتهيئة', - 'missing_links' => 'الروابط القابلة للتنزيل مفقودة لهذا المنتج.', - 'qty_missing' => 'يجب أن يحتوي منتج واحد على الأقل على كمية واحدة.', - 'qty_impossible' => 'لا يمكن إضافة أكثر من واحد من هذه المنتجات إلى سلة التسوق' - ], - 'create-error' => 'صادفت بعض القضايا أثناء صناعة السيارات', - 'title' => 'عربة التسوق', - 'empty' => 'عربة تسوقك فارغة', - 'update-cart' => 'تحديث عربة', - 'continue-shopping' => 'واصل التسوق', - 'proceed-to-checkout' => 'انتقل إلى الخروج', - 'remove' => 'احذف', - 'remove-link' => 'احذف', - 'move-to-wishlist' => 'انقل إلى قائمة الأمنيات', - 'move-to-wishlist-success' => 'نقل العنصر إلى قائمة الأمنيات', - 'move-to-wishlist-error' => 'لا يستطيع انقل عنصر إلى رجاء حاول ثانية لاحقا', - 'add-config-warning' => 'الرجاء اختيار الخيار قبل إضافة إلى العربة', - 'quantity' => [ - 'quantity' => 'الكمية', - 'success' => 'العنصر(ق) من العربة تم تحديثه بنجاح', - 'illegal' => 'الكمية لا يمكن أن تكون أقل من واحد', - 'inventory_warning' => 'الكمية المطلوبة غير متوفرة ، الرجاء المحاولة لاحقا', - 'error' => 'لا يستطيع تحديث عنصر s في الوقت الحالي رجاء حاول ثانية لاحقا' - ], - - 'item' => [ - 'error_remove' => 'لا عناصر لإزالتها من العربة', - 'success' => 'تم بنجاح إضافة العنصر إلى العربة', - 'success-remove' => 'تم إزالة العنصر بنجاح من العربة', - 'error-add' => 'لا يمكن إضافة العنصر إلى العربة ، رجاء حاول مرة أخرى ', - 'inactive' => 'An item is inactive and was removed from cart', - 'inactive-add' => 'Inactive item cannot be added to cart', - ], - 'quantity-error' => 'الكمية المطلوبة غير متوفرة', - 'cart-subtotal' => 'المجموع الفرعي للمشتريات', - 'cart-remove-action' => 'هل تريد حقا أن تسمح هذا ؟', - 'partial-cart-update' => 'تم تحديث بعض المنتجات.', - 'link-missing' => '', - 'event' => [ - 'expired' => 'This event has been expired.' - ] - ], - - 'onepage' => [ - 'title' => 'الدفع', - 'information' => 'معلومات', - 'shipping' => 'الشحن', - 'payment' => 'الدفع', - 'complete' => 'اكتمل', - 'review' => 'مراجعة', - 'billing-address' => 'عنوان الفواتير', - 'sign-in' => 'تسجيل الدخول', - 'first-name' => 'الاسم الأول', - 'last-name' => 'الاسم الأخير', - 'email' => 'البريد الإلكتروني', - 'address1' => 'العنوان', - 'city' => 'المدينة', - 'state' => 'المنطقة/الولاية', - 'select-state' => 'اختر منطقة أو ولاية أو مقاطعة', - 'postcode' => 'الرمز البريدي ', - 'phone' => 'الهاتف', - 'country' => 'البلد', - 'order-summary' => 'معلومات الطلب', - 'shipping-address' => 'عنوان الشحن', - 'use_for_shipping' => 'إشحن إلى هذا العنوان', - 'continue' => 'إستمرار', - 'shipping-method' => 'طريقة الشحن', - 'payment-methods' => 'اختار طريقة الدفع', - 'payment-method' => 'طريقة الدفع او السداد', - 'payment-method' => 'طريقة الدفع', - 'summary' => 'المعلومات', - 'price' => 'السعر', - 'quantity' => 'الكمية', - 'billing-address' => 'عنوان وصول الفواتير', - 'shipping-address' => 'عنوان الشحن', - 'contact' => 'معلومات الإتصال', - 'place-order' => 'إكمال الطلب', - 'new-address' => 'أضف عنوان جديد', - 'save_as_address' => 'احفظ هذا العنوان', - 'apply-coupon' => 'تطبيق القسيمة', - 'amt-payable' => 'المبلغ المستحق', - 'got' => 'حصلت', - 'free' => 'مجانا', - 'coupon-used' => 'الكوبون المستخدم', - 'applied' => 'التطبيقي', - 'back' => 'عودة', - 'cash-desc' => 'الدفع عند الاستلام', - 'money-desc' => 'حوالة مالية', - 'paypal-desc' => 'معيار باي بال', - 'free-desc' => 'هذه شحن مجاني', - 'flat-desc' => 'هذا سعر ثابت', - 'password' => 'كلمه السر', - 'login-exist-message' => 'لديك بالفعل حساب لدينا ، تسجيل الدخول أو الاستمرار كضيف.', - 'enter-coupon-code' => 'أدخل رمز القسيمة' - ], - - 'total' => [ - 'order-summary' => 'معلومات الطلب', - 'sub-total' => 'العناصر', - 'grand-total' => 'المجموع الكلي', - 'delivery-charges' => 'رسوم التسليم', - 'tax' => 'الضرائب', - 'discount' => 'التخفيض', - 'price' => 'السعر ', - 'disc-amount' => 'المبلغ المخصوم', - 'new-grand-total' => 'المجموع الكلي الجديد', - 'coupon' => 'Coupon', - 'coupon-applied' => 'قسيمة تطبيقية', - 'remove-coupon' => 'إزالة القسيمة', - 'cannot-apply-coupon' => 'لا يمكن تطبيق القسيمة', - 'invalid-coupon' => 'رمز القسيمة غير صالح.', - 'success-coupon' => 'تم تطبيق رمز القسيمة بنجاح.', - 'coupon-apply-issue' => 'لا يمكن تطبيق رمز القسيمة.' - ], - - 'success' => [ - 'title' => 'تم الدفع بنجاح', - 'thanks' => 'شكرا على طلبك!', - 'order-id-info' => '#:order_id رقم الطلب هو ', - 'info' => 'سنرسل لك بريدا الكترونيا ، تفاصيل طلباتك و معلومات التعقب' - ] - ], - - 'mail' => [ - 'order' => [ - 'subject' => 'تأكيد الطلب الجديد', - 'heading' => 'تأكيد الطلب!', - 'dear' => ' :customer_name عزيزي', - 'dear-admin' => ':admin_name عزيزي', - 'greeting' => ':created_at لعام :order_id شكرًا لطلبك رقم', - 'greeting-admin' => ':created_at موضوع في :order_id معرّف الطلب ', - 'summary' => 'معلومات الطلب', - 'shipping-address' => 'عنوان الشحن', - 'billing-address' => 'عنوان الفواتير', - 'contact' => 'معلومات الإتصال', - 'shipping' => 'الشحن', - 'payment' => 'الدفع', - 'price' => 'السعر', - 'quantity' => 'الكمية', - 'subtotal' => 'المجموع الفرعي', - 'shipping-handling' => 'الشحن والتوصيل', - 'tax' => 'الضرائب', - 'discount' => 'التخفيض', - 'grand-total' => 'المجموع الكلي', - 'final-summary' => 'شكرا لإظهارك إهتمامك بمتجرنا سنرسل لك رقم التتبع بمجرد شحنه', - 'help' => ': support_email إذا كنت بحاجة إلى أي نوع من المساعدة يرجى الاتصال بنا على', - 'thanks' => 'شكرا!', - - 'comment' => [ - 'subject' => '#:order_id تمت إضافة تعليق جديد إلى طلبك', - 'dear' => ':customer_name العزيز', - 'final-summary' => 'شكرا لإظهار اهتمامك بمتجرنا', - 'help' => ':support_email إذا كنت بحاجة إلى أي نوع من المساعدة يرجى الاتصال بنا على', - 'thanks' => 'شكر!', - ], - - 'cancel' => [ - 'subject' => 'تأكيد إلغاء الأمر', - 'heading' => 'تم الغاء الأمر او الطلب', - 'dear' => ':customer_name العزيز', - 'greeting' => ':created_at والمقدم في #:order_id تم إلغاء الطلب الذي يحمل رقم الطلب', - 'summary' => 'ملخص الطلب', - 'shipping-address' => 'عنوان الشحن', - 'billing-address' => 'عنوان وصول الفواتير', - 'contact' => 'اتصل', - 'shipping' => 'طريقة الشحن', - 'payment' => 'طريقة الدفع او السداد', - 'subtotal' => 'المجموع الفرعي', - 'shipping-handling' => 'شحن وتسليم', - 'tax' => 'ضريبة', - 'discount' => 'خصم', - 'grand-total' => 'المبلغ الإجمالي', - 'final-summary' => 'شكرا لإظهار اهتمامك بمتجرنا', - 'help' => ': support_email إذا كنت بحاجة إلى أي نوع من المساعدة ، يرجى الاتصال بنا على', - 'thanks' => 'Thanks!', - ] - ], - - 'invoice' => [ - 'heading' => '#:order_id للطلب #:invoice_id فاتورتك', - 'subject' => '#:order_id فاتورة لطلبك', - 'summary' => 'موجز الفاتورة', - ], - - 'shipment' => [ - 'heading' => '#:order_id للطلب #:shipment_id تم إنشاء الشحنة ' , - 'inventory-heading' => '#:order_id للطلب #:shipment_id تم إنشاء الشحنة الجديدة', - 'subject' => '#:order_id شحنة لطلبك', - 'inventory-subject' => '#:order_id تم إنشاء شحنة جديدة للطلب', - 'summary' => 'موجز الشحن', - 'carrier' => 'الناقل', - 'tracking-number' => 'رقم التتبع', - 'greeting' => ':created_at في عام :order_id تم تقديم طلب', - ], - - 'refund' => [ - 'heading' => '#:order_id للطلب #:refund_id أموالك المستردة', - 'subject' => '#:order_id المسترجع لطلبك', - 'summary' => 'تفاصيل المسترجع', - 'adjustment-refund' => 'تعديلات عملية الإسترجاع', - 'adjustment-fee' => 'تكلفة تعديلات عملية الإسترجاع' - ], - - 'forget-password' => [ - 'subject' => 'إعادة تعيين كلمة مرور العميل', - 'dear' => ':name عزيزي', - 'info' => 'أنت تستلم هذا البريد الإلكتروني لأننا تلقينا طلب إعادة ضبط كلمة الدخول لحسابك', - 'reset-password' => 'أعد ضبط كلمة الدخول', - 'final-summary' => 'إذا لم تطلب إعادة تعيين كلمة الدخول ، لا إجراء آخر مطلوب', - 'thanks' => 'شكرا!' - ], - - 'update-password' => [ - 'subject' => 'تم تحديث كلمة السر', - 'dear' => ':name عزيزي', - 'info' => 'أنت تتلقى هذا البريد الإلكتروني لأنك قمت بتحديث كلمة المرور الخاصة بك.', - 'thanks' => 'شكرا!' - ], - - 'customer' => [ - 'new' => [ - 'dear' => ':customer_name العزيز', - 'username-email' => 'اسم المستخدم / البريد الإلكتروني', - 'subject' => 'تسجيل عميل جديد', - 'password' => 'كلمه السر', - 'summary' => 'لقد تم إنشاء حسابك. - تفاصيل حسابك أدناه: ', - 'thanks' => 'شكر', - ], - - 'registration' => [ - 'subject' => 'تسجيل عميل جديد', - 'customer-registration' => 'تم تسجيل العميل بنجاح', - 'dear' => ':customer_name العزيز', - 'greeting' => 'مرحبا بك وشكرا للتسجيل معنا', - 'summary' => 'تم إنشاء حسابك بنجاح الآن ويمكنك تسجيل الدخول باستخدام عنوان بريدك الإلكتروني وبيانات اعتماد كلمة المرور. عند تسجيل الدخول ، ستتمكن من الوصول إلى خدمات أخرى بما في ذلك مراجعة الطلبات السابقة وقوائم الرغبات وتعديل معلومات حسابك.', - 'thanks' => '!شكر', - ], - - 'verification' => [ - 'heading' => ' - تأكيد بواسطة البريد الالكتروني' . config('app.name') , - 'subject' => 'بريد التحقق', - 'verify' => 'تحقق من حسابك', - 'summary' => 'هذا هو البريد للتحقق من أن عنوان البريد الإلكتروني الذي أدخلته هو لك. -                  يرجى النقر على زر التحقق من حسابك أدناه للتحقق من حسابك.' - ], - - 'subscription' => [ - 'subject' => 'البريد الإلكتروني للاشتراك', - 'greeting' => ' الاشتراك عبر البريد الإلكتروني' . config('app.name'). ' مرحبًا بك في', - 'unsubscribe' => 'إلغاء الاشتراك', - 'summary' => 'البريد الإلكتروني ، ولا نريد أن نربك بريدك الوارد. إذا كنت لا تزال لا ترغب في تلقي -                  آخر أخبار التسويق عبر البريد الإلكتروني ، ثم انقر على الزر أدناه'. config('app.name') .' لقد مرت فترة طويلة منذ أن قرأت .شكرا لوضعني في صندوق البريد الوارد الخاص بك' - ] - ] - ], - - 'webkul' => [ - 'copy-right' => 'حقوق الملكية محفوظة 2019' - ], - - 'response' => [ - 'create-success' => 'بنجاح :name تم إنشاء', - 'update-success' => 'تم تحديث name: بنجاح', - 'delete-success' => 'تم حذف name: بنجاح', - 'submit-success' => 'تم تقديم name: بنجاح' - ], -]; diff --git a/resources/lang/vendor/shop/de/app.php b/resources/lang/vendor/shop/de/app.php deleted file mode 100644 index 499cbd6fe..000000000 --- a/resources/lang/vendor/shop/de/app.php +++ /dev/null @@ -1,718 +0,0 @@ - 'Die angegebene Umsatzsteuer-ID hat ein falsches Format', - 'security-warning' => 'Verdächtige Aktivität gefunden!!!', - 'nothing-to-delete' => 'Nichts zu löschen', - - 'layouts' => [ - 'my-account' => 'Mein Konto', - 'profile' => 'Profil', - 'address' => 'Adresse', - 'reviews' => 'Bewertungen', - 'wishlist' => 'Wunschliste', - 'orders' => 'Bestellungen', - 'downloadable-products' => 'Herunterladbare Produkte' - ], - - 'common' => [ - 'error' => 'Es ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut.', - 'no-result-found' => 'Wir konnten keine Aufzeichnungen finden.' - ], - - 'home' => [ - 'page-title' => config('app.name') . ' - Start', - 'featured-products' => 'Ausgewählte Produkte', - 'new-products' => 'Neue Produkte', - 'verify-email' => 'Bestätigen Sie Ihr E-Mail-Konto', - 'resend-verify-email' => 'Bestätigungsmail erneut senden' - ], - - 'header' => [ - 'title' => 'Konto', - 'dropdown-text' => 'Warenkorb, Bestellungen und Wunschliste verwalten', - 'sign-in' => 'Anmelden', - 'sign-up' => 'Registrieren', - 'account' => 'Konto', - 'cart' => 'Warenkorb', - 'profile' => 'Profil', - 'wishlist' => 'Wunschliste', - 'cart' => 'Warenkorb', - 'logout' => 'Ausloggen', - 'search-text' => 'Nach Produkten suchen' - ], - - 'minicart' => [ - 'view-cart' => 'Warenkorb ansehen', - 'checkout' => 'Bestellen', - 'cart' => 'Warenkorb', - 'zero' => '0' - ], - - 'footer' => [ - 'subscribe-newsletter' => 'Newsletter abonnieren', - 'subscribe' => 'Abonnieren', - 'locale' => 'Sprache', - 'currency' => 'Währung', - ], - - 'subscription' => [ - 'unsubscribe' => 'Abmelden', - 'subscribe' => 'Abonnieren', - 'subscribed' => 'Sie haben jetzt Abonnement-E-Mails abonniert.', - 'not-subscribed' => 'Sie können keine Abonnement-E-Mails abonnieren. Versuchen Sie es später erneut.', - 'already' => 'Sie haben unsere Abonnementliste bereits abonniert.', - 'unsubscribed' => 'Sie werden von Abonnement-Mails abgemeldet.', - 'already-unsub' => 'Sie sind bereits abgemeldet.', - 'not-subscribed' => 'Error! E-Mails können derzeit nicht gesendet werden. Bitte versuchen Sie es später erneut.' - ], - - 'search' => [ - 'no-results' => 'Keine Ergebnisse gefunden', - 'page-title' => config('app.name') . ' - Suchen', - 'found-results' => 'Suchergebnisse gefunden', - 'found-result' => 'Suchergebnis gefunden', - 'analysed-keywords' => 'Analysed Keywords' - ], - - 'reviews' => [ - 'title' => 'Titel', - 'add-review-page-title' => 'Bewertung hinzufügen', - 'write-review' => 'Bewertung schreiben', - 'review-title' => 'Geben Sie Ihrer Bewertung einen Titel', - 'product-review-page-title' => 'Produktbewertung', - 'rating-reviews' => 'Sterne & Bewertungen', - 'submit' => 'EINREICHEN', - 'delete-all' => 'Alle Bewertungen wurden erfolgreich gelöscht', - 'ratingreviews' => ':rating Sterne & :review Bewertungen', - 'star' => 'Sterne', - 'percentage' => ':percentage %', - 'id-star' => 'Sterne', - 'name' => 'Name', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Vergleichen', - 'compare_similar_items' => 'Ähnliche Artikel vergleichen', - 'add-tooltip' => 'Produkt zur Vergleichsliste hinzufügen', - 'added' => 'Element erfolgreich zur Vergleichsliste hinzugefügt', - 'already_added' => 'Artikel bereits zur Vergleichsliste hinzugefügt', - 'removed' => 'Element erfolgreich aus Vergleichsliste entfernt', - 'removed-all' => 'Alle Elemente wurden erfolgreich aus der Vergleichsliste entfernt', - 'empty-text' => "Sie haben keine Elemente in Ihrer Vergleichsliste", - 'product_image' => 'Produktbild', - 'actions' => 'Aktionen', - ], - - 'signup-text' => [ - 'account_exists' => 'Sie haben bereits ein Konto', - 'title' => 'Anmelden' - ], - - 'signup-form' => [ - 'page-title' => 'Neues Kundenkonto erstellen', - 'title' => 'Anmelden', - 'firstname' => 'Vorname', - 'lastname' => 'Nachname', - 'email' => 'E-Mail', - 'password' => 'Passwort', - 'confirm_pass' => 'Passwort bestätigen', - 'button_title' => 'Registrieren', - 'agree' => 'Zustimmen', - 'terms' => 'Regeln', - 'conditions' => 'Bedigungen', - 'using' => 'durch die Nutzung dieser Website', - 'agreement' => 'Zustimmung', - 'success' => 'Konto erfolgreich erstellt.', - 'success-verify' => 'Konto erfolgreich erstellt, eine E-Mail zur Bestätigung wurde versendet.', - 'success-verify-email-unsent' => 'Das Konto wurde erfolgreich erstellt, aber die Bestätigungs-E-Mail wurde nicht ordnungsgemäß gesendet. Zur Bestätigung wurde eine E-Mail gesendet.', - 'failed' => 'Error! Sie können Ihr Konto nicht erstellen. Bitte versuchen Sie es später erneut.', - 'already-verified' => 'Ihr Konto ist bereits verifiziert. Oder versuchen Sie erneut, eine neue Bestätigungs-E-Mail zu senden.', - 'verification-not-sent' => 'Error! Problem beim Senden einer Bestätigungs-E-Mail, versuchen Sie es später erneut.', - 'verification-sent' => 'Bestätigungs-E-Mail gesendet', - 'verified' => 'Ihr Konto wurde verifiziert. Versuchen Sie jetzt, sich anzumelden.', - 'verify-failed' => 'Wir können Ihr E-Mail-Konto nicht bestätigen.', - 'dont-have-account' => 'Sie haben kein Konto bei uns.', - 'customer-registration' => 'Kunde erfolgreich registriert' - ], - - 'login-text' => [ - 'no_account' => 'Sie haben noch keinen Account', - 'title' => 'Registrieren', - ], - - 'login-form' => [ - 'page-title' => 'Kundenlogin', - 'title' => 'Anmelden', - 'email' => 'E-Mail', - 'password' => 'Passwort', - 'forgot_pass' => 'Passwort vergessen?', - 'button_title' => 'Anmelden', - 'remember' => 'Angemeldet bleiben', - 'footer' => '© Copyright :year Webkul Software, All rights reserved', - 'invalid-creds' => 'Bitte überprüfen Sie Ihre Anmeldeinformationen und versuchen Sie es erneut.', - 'verify-first' => 'Bestätigung Sie zuerst Ihr E-Mail-Konto.', - 'not-activated' => 'Ihre Aktivierung erfordert die Genehmigung des Administrators', - 'resend-verification' => 'Senden Sie die Bestätigungsmail erneut' - ], - - 'forgot-password' => [ - 'title' => 'Passwort wiederherstellen', - 'email' => 'E-Mail', - 'submit' => 'E-Mail zum Zurücksetzen des Passworts senden', - 'page_title' => 'Haben Sie Ihr Passwort vergessen ?' - ], - - 'reset-password' => [ - 'title' => 'Passwort zurücksetzen', - 'email' => 'Registrierte E-Mail', - 'password' => 'Passwort', - 'confirm-password' => 'Passwort bestätigen', - 'back-link-title' => 'Zurück zur Anmeldung', - 'submit-btn-title' => 'Passwort zurücksetzen' - ], - - 'account' => [ - 'dashboard' => 'Profil bearbeiten', - 'menu' => 'Menu', - - 'general' => [ - 'no' => 'Nein', - 'yes' => 'Ja', - ], - - 'profile' => [ - 'index' => [ - 'page-title' => 'Profil', - 'title' => 'Profil', - 'edit' => 'Bearbeiten', - ], - - 'edit-success' => 'Profil erfolgreich aktualisiert.', - 'edit-fail' => 'Error! Das Profil kann nicht aktualisiert werden. Bitte versuchen Sie es später erneut.', - 'unmatch' => 'Das alte Passwort stimmt nicht überein.', - - 'fname' => 'Vorname', - 'lname' => 'Nachname', - 'gender' => 'Geschlecht', - 'other' => 'Andere', - 'male' => 'Männlich', - 'female' => 'weiblich', - 'dob' => 'Geburtsdatum', - 'phone' => 'Telefon', - 'email' => 'E-Mail', - 'opassword' => 'Altes Passwort', - 'password' => 'Passwort', - 'cpassword' => 'Passwort bestätigen', - 'submit' => 'Profil aktualisieren', - - 'edit-profile' => [ - 'title' => 'Profil bearbeiten', - 'page-title' => 'Profilformular bearbeiten' - ] - ], - - 'address' => [ - 'index' => [ - 'page-title' => 'Adresse', - 'title' => 'Adresse', - 'add' => 'Adresse hinzufügen', - 'edit' => 'Bearbeiten', - 'empty' => 'Sie haben hier keine gespeicherten Adressen. Bitte versuchen Sie, diese zu erstellen, indem Sie auf den unten stehenden Link klicken', - 'create' => 'Adresse erstellen', - 'delete' => 'Löschen', - 'make-default' => 'Standard hinzufügen', - 'default' => 'Standard', - 'contact' => 'Kontakt', - 'confirm-delete' => 'Möchten Sie diese Adresse wirklich löschen?', - 'default-delete' => 'Die Standardadresse kann nicht geändert werden.', - 'enter-password' => 'Geben Sie Ihr Passwort ein.', - ], - - 'create' => [ - 'page-title' => 'Adressformular hinzufügen', - 'company_name' => 'Name der Firma', - 'first_name' => 'Vorname', - 'last_name' => 'Nachname', - 'vat_id' => 'Umsatzsteuer-ID', - 'vat_help_note' => '[Hinweis: Verwenden Sie den Ländercode mit der Umsatzsteuer-Identifikationsnummer. Z.B. INV01234567891]', - 'title' => 'Adresse hinzufügen', - 'street-address' => 'Straße', - 'country' => 'Land', - 'state' => 'Bundesland', - 'select-state' => 'Wählen Sie eine Region, ein Bundesland oder eine Provinz aus', - 'city' => 'Stadt', - 'postcode' => 'Postleitzahl', - 'phone' => 'Telefon', - 'submit' => 'Adresse speichern', - 'success' => 'Adresse wurde erfolgreich hinzugefügt.', - 'error' => 'Adresse kann nicht hinzugefügt werden.' - ], - - 'edit' => [ - 'page-title' => 'Adresse bearbeiten', - 'company_name' => 'Name der Firma', - 'first_name' => 'Vorname', - 'last_name' => 'Nachname', - 'vat_id' => 'Umsatzsteuer-ID', - 'title' => 'Adresse bearbeiten', - 'street-address' => 'Straße', - 'submit' => 'Adresse speichern', - 'success' => 'Adresse erfolgreich aktualisiert.', - ], - 'delete' => [ - 'success' => 'Adresse erfolgreich gelöscht', - 'failure' => 'Adresse kann nicht gelöscht werden', - 'wrong-password' => 'Falsches Passwort !' - ] - ], - - 'order' => [ - 'index' => [ - 'page-title' => 'Bestellungen', - 'title' => 'Bestellungen', - 'order_id' => 'Auftragsnummer', - 'date' => 'Datum', - 'status' => 'Status', - 'total' => 'Gesamt', - 'order_number' => 'Bestellnummer', - 'processing' => 'Wird bearbeitet', - 'completed' => 'Abgeschlossen', - 'canceled' => 'Abgebrochen', - 'closed' => 'Geschlossen', - 'pending' => 'Ausstehend', - 'pending-payment' => 'Ausstehende Zahlung', - 'fraud' => 'Betrug' - ], - - 'view' => [ - 'page-tile' => 'Bestellung #:order_id', - 'info' => 'Informationen', - 'placed-on' => 'Vom', - 'products-ordered' => 'Bestellte Produkte', - 'invoices' => 'Rechnungen', - 'shipments' => 'Sendungen', - 'SKU' => 'SKU', - 'product-name' => 'Name', - 'qty' => 'Menge', - 'item-status' => 'Artikelstatus', - 'item-ordered' => 'Bestellt (:qty_ordered)', - 'item-invoice' => 'In Rechnung gestellt (:qty_invoiced)', - 'item-shipped' => 'Versendet (:qty_shipped)', - 'item-canceled' => 'Abgebrochen (:qty_canceled)', - 'item-refunded' => 'Rückerstattet (:qty_refunded)', - 'price' => 'Preis', - 'total' => 'Gesamt', - 'subtotal' => 'Zwischensumme', - 'shipping-handling' => 'Versand & Bearbeitung', - 'tax' => 'Umsatzsteuer', - 'discount' => 'Rabatt', - 'tax-percent' => 'Umsatzsteuerprozent', - 'tax-amount' => 'Umsatzsteuerbetrag', - 'discount-amount' => 'Rabattbetrag', - 'grand-total' => 'Gesamtsumme', - 'total-paid' => 'Insgesamt bezahlt', - 'total-refunded' => 'Insgesamt erstattet', - 'total-due' => 'Insgesamt fällig', - 'shipping-address' => 'Lieferanschrift', - 'billing-address' => 'Rechnungsadresse', - 'shipping-method' => 'Versandart', - 'payment-method' => 'Zahlungsmethode', - 'individual-invoice' => 'Rechnung #:invoice_id', - 'individual-shipment' => 'Sendung #:shipment_id', - 'print' => 'Drucken', - 'invoice-id' => 'Rechnungsnummer', - 'order-id' => 'Auftragsnummer', - 'order-date' => 'Bestelldatum', - 'bill-to' => 'Rechnung an', - 'ship-to' => 'Versenden an', - 'contact' => 'Kontakt', - 'refunds' => 'Rückerstattungen', - 'individual-refund' => 'Rückerstattung #:refund_id', - 'adjustment-refund' => 'Anpassungsrückerstattung', - 'adjustment-fee' => 'Anpassungsgebühr', - ] - ], - - 'wishlist' => [ - 'page-title' => 'Wunschliste', - 'title' => 'Wunschliste', - 'deleteall' => 'Alles löschen', - 'moveall' => 'Alle Produkte zum Warenkorb hinzufügen', - 'move-to-cart' => 'In den Warenkorb legen', - 'error' => 'Das Produkt kann aufgrund unbekannter Probleme nicht zur Wunschliste hinzugefügt werden. Bitte versuchen Sie es später erneut', - 'add' => 'Artikel erfolgreich zur Wunschliste hinzugefügt', - 'remove' => 'Artikel erfolgreich von der Wunschliste entfernt', - 'add-wishlist-text' => 'Produkt zur Wunschliste hinzufügen', - 'remove-wishlist-text' => 'Produkt von der Wunschliste entfernen', - 'moved' => 'Artikel erfolgreich in den Warenkorb verschoben', - 'option-missing' => 'Produktoptionen fehlen, sodass Artikel nicht auf die Wunschliste verschoben werden können.', - 'move-error' => 'Artikel kann nicht auf die Wunschliste verschoben werden. Bitte versuchen Sie es später erneut', - 'success' => 'Artikel erfolgreich zur Wunschliste hinzugefügt', - 'failure' => 'Artikel kann nicht zur Wunschliste hinzugefügt werden. Bitte versuchen Sie es später erneut', - 'already' => 'Artikel bereits in Ihrer Wunschliste vorhanden', - 'removed' => 'Artikel erfolgreich von der Wunschliste entfernt', - 'remove-fail' => 'Artikel kann nicht von der Wunschliste entfernt werden. Bitte versuchen Sie es später erneut', - 'empty' => 'Sie haben keine Artikel auf Ihrer Wunschliste', - 'remove-all-success' => 'Alle Artikel von Ihrer Wunschliste wurden entfernt', - ], - - 'downloadable_products' => [ - 'title' => 'Herunterladbare Produkte', - 'order-id' => 'Auftragsnummer', - 'date' => 'Datum', - 'name' => 'Titel', - 'status' => 'Status', - 'pending' => 'Ausstehend', - 'available' => 'Verfügbar', - 'expired' => 'Abgelaufen', - 'remaining-downloads' => 'Verbleibende Downloads', - 'unlimited' => 'Unbegrenzt', - 'download-error' => 'Der Download-Link ist abgelaufen.' - ], - - 'review' => [ - 'index' => [ - 'title' => 'Bewertungen', - 'page-title' => 'Bewertungen' - ], - - 'view' => [ - 'page-tile' => 'Bewertung #:id', - ] - ] - ] - ], - - 'products' => [ - 'layered-nav-title' => 'Einkaufen bei', - 'price-label' => 'Angebotspreis von', - 'remove-filter-link-title' => 'Alles löschen', - 'filter-to' => 'bis', - 'sort-by' => 'Sortieren', - 'from-a-z' => 'Von A-Z', - 'from-z-a' => 'Von Z-A', - 'newest-first' => 'Neuste zuerst', - 'oldest-first' => 'Älteste zuerst', - 'cheapest-first' => 'Günstigste zuerst', - 'expensive-first' => 'Teuerste zuerst', - 'show' => 'Anzeigen', - 'pager-info' => 'Zeige :showing von :total Artikeln', - 'description' => 'Beschreibung', - 'specification' => 'Spezifikation', - 'total-reviews' => ':total Bewertungen', - 'total-rating' => ':total_rating Sterne & :total_reviews Bewertungen', - 'by' => 'Durch :name', - 'up-sell-title' => 'Wir haben andere Produkte gefunden, die Ihnen gefallen könnten!', - 'related-product-title' => 'Verwandte Produkte', - 'cross-sell-title' => 'Mehr Auswahl', - 'reviews-title' => 'Sterne & Bewertungen', - 'write-review-btn' => 'Eine Bewertung schreiben', - 'choose-option' => 'Wähle eine Option', - 'sale' => 'Verkauf', - 'new' => 'Neu', - 'empty' => 'Keine Produkte in dieser Kategorie verfügbar', - 'add-to-cart' => 'In Warenkorb', - 'book-now' => 'buchen Sie jetzt', - 'buy-now' => 'Jetzt kaufen', - 'whoops' => 'Hoppla!', - 'quantity' => 'Menge', - 'in-stock' => 'Auf Lager', - 'out-of-stock' => 'Nicht vorrättig', - 'view-all' => 'Alle ansehen', - 'select-above-options' => 'Bitte wählen Sie zuerst die oben genannten Optionen aus.', - 'less-quantity' => 'Die Menge kann nicht kleiner als eins sein.', - 'samples' => 'Beispiele', - 'links' => 'Links', - 'sample' => 'Beispiel', - 'name' => 'Name', - 'qty' => 'Menge', - 'starting-at' => 'Beginnt um', - 'customize-options' => 'Optionen anpassen', - 'choose-selection' => 'Wählen Sie eine Auswahl', - 'your-customization' => 'Ihre Anpassung', - 'total-amount' => 'Gesamtmenge', - 'none' => 'Keine', - 'available' => 'Verfügbar', - 'settings' => 'Settings', - 'compare_options' => 'Compare Options', - ], - - // 'reviews' => [ - // 'empty' => 'Sie haben noch kein Produkt bewertet' - // ] - - 'buynow' => [ - 'no-options' => 'Bitte wählen Sie Optionen aus, bevor Sie dieses Produkt kaufen.' - ], - - 'checkout' => [ - 'cart' => [ - 'integrity' => [ - 'missing_fields' => 'Einige erforderliche Felder für dieses Produkt fehlen.', - 'missing_options' => 'Für dieses Produkt fehlen Optionen.', - 'missing_links' => 'Für dieses Produkt fehlen herunterladbare Links.', - 'qty_missing' => 'Mindestens ein Produkt sollte mehr als 1 Menge enthalten.', - 'qty_impossible' => 'Es kann nicht mehr als eines dieser Produkte zum Warenkorb hinzugefügt werden.' - ], - 'create-error' => 'Beim Erstellen des Warenkorbs ist ein Problem aufgetreten.', - 'title' => 'Warenkorb', - 'empty' => 'Ihr Einkaufswagen ist leer', - 'update-cart' => 'Warenkorb aktualisieren', - 'continue-shopping' => 'Mit dem Einkaufen fortfahren', - 'proceed-to-checkout' => 'Zur Kasse', - 'remove' => 'Entfernen', - 'remove-link' => 'Entfernen', - 'move-to-wishlist' => 'Zur Wunschliste verschieben', - 'move-to-wishlist-success' => 'Artikel wurde erfolgreich auf die Wunschliste verschoben.', - 'move-to-wishlist-error' => 'Das Objekt kann nicht auf die Wunschliste verschoben werden. Bitte versuchen Sie es später erneut.', - 'add-config-warning' => 'Bitte wählen Sie die Option, bevor Sie sie zum Warenkorb hinzufügen.', - 'quantity' => [ - 'quantity' => 'Menge', - 'success' => 'Warenkorbartikel erfolgreich aktualisiert.', - 'illegal' => 'Die Menge kann nicht kleiner als eins sein.', - 'inventory_warning' => 'Die angeforderte Menge ist nicht verfügbar. Bitte versuchen Sie es später erneut.', - 'error' => 'Die Elemente können derzeit nicht aktualisiert werden. Bitte versuchen Sie es später erneut.' - ], - - 'item' => [ - 'error_remove' => 'Keine Artikel aus dem Warenkorb zu entfernen', - 'success' => 'Artikel wurde erfolgreich zum Warenkorb hinzugefügt', - 'success-remove' => 'Artikel wurde erfolgreich aus dem Warenkorb entfernt', - 'error-add' => 'Artikel kann nicht zum Warenkorb hinzugefügt werden. Bitte versuchen Sie es später erneut', - 'inactive' => 'Ein Artikel ist inaktiv und wurde aus dem Warenkorb entfernt.', - 'inactive-add' => 'Ein inaktiver Artikel kann nicht zum Warenkorb hinzugefügt werde.', - ], - 'quantity-error' => 'Die angeforderte Menge ist nicht verfügbar', - 'cart-subtotal' => 'Warenkorb Zwischensumme', - 'cart-remove-action' => 'Wollen Sie dies wirklich tun?', - 'partial-cart-update' => 'Nur einige der Produkte wurden aktualisiert', - 'link-missing' => '' - ], - - 'onepage' => [ - 'title' => 'Bestellen', - 'information' => 'Informationen', - 'shipping' => 'Versand', - 'payment' => 'Zahlung', - 'complete' => 'Komplett', - 'review' => 'Rezension', - 'billing-address' => 'Rechnungsadresse', - 'sign-in' => 'Anmelden', - 'company-name' => 'Name der Firma', - 'first-name' => 'Vorname', - 'last-name' => 'Nachname', - 'email' => 'E-Mail', - 'address1' => 'Straße', - 'city' => 'Stadt', - 'state' => 'Bundesland', - 'select-state' => 'Wählen Sie eine Region, ein Bundesland oder eine Provinz aus', - 'postcode' => 'Postleitzahl', - 'phone' => 'Telefon', - 'country' => 'Land', - 'order-summary' => 'Bestellübersicht', - 'shipping-address' => 'Lieferanschrift', - 'use_for_shipping' => 'An diese Adresse liefern', - 'continue' => 'Weiter', - 'shipping-method' => 'Versandart wählen', - 'payment-methods' => 'Zahlungsmethode wählen', - 'payment-method' => 'Zahlungsmethode', - 'summary' => 'Bestellübersichty', - 'price' => 'Preis', - 'quantity' => 'Menge', - 'billing-address' => 'Rechnungsadresse', - 'shipping-address' => 'Lieferanschrift', - 'contact' => 'Kontakt', - 'place-order' => 'Bestellung aufgeben', - 'new-address' => 'Neue Adresse hinzufügen', - 'save_as_address' => 'Diese Adresse speichern', - 'apply-coupon' => 'Gutschein einlösen', - 'amt-payable' => 'Bezahlbarer Betrag', - 'got' => 'Erhalten', - 'free' => 'Frei', - 'coupon-used' => 'Gutschein verwendet', - 'applied' => 'Angewandt', - 'back' => 'Zurück', - 'cash-desc' => 'Barzahlung bei Lieferung', - 'money-desc' => 'Geldüberweisung', - 'paypal-desc' => 'Paypal Standard', - 'free-desc' => 'Dies ist ein kostenloser Versand', - 'flat-desc' => 'Dies ist eine Flatrate', - 'password' => 'Passwort', - 'login-exist-message' => 'Sie haben bereits ein Konto bei uns, melden Sie sich an oder fahren Sie als Gast fort.', - 'enter-coupon-code' => 'Gutscheincode eingeben' - ], - - 'total' => [ - 'order-summary' => 'Bestellübersicht', - 'sub-total' => 'Artikel', - 'grand-total' => 'Gesamtsumme', - 'delivery-charges' => 'Versandkosten', - 'tax' => 'Umsatzsteuer', - 'discount' => 'Rabatt', - 'price' => 'Preis', - 'disc-amount' => 'Rabattbetrag', - 'new-grand-total' => 'Neue Gesamtsumme', - 'coupon' => 'Gutschein', - 'coupon-applied' => 'Angewandter Gutschein', - 'remove-coupon' => 'Gutschein entfernen', - 'cannot-apply-coupon' => 'Gutschein kann nicht angewendet werden', - 'invalid-coupon' => 'Gutscheincode ist ungültig.', - 'success-coupon' => 'Gutscheincode erfolgreich angewendet.', - 'coupon-apply-issue' => 'Gutscheincode kann nicht angewendet werden.' - ], - - 'success' => [ - 'title' => 'Bestellung erfolgreich aufgegeben', - 'thanks' => 'Vielen Dank für Ihren Auftrag!', - 'order-id-info' => 'Ihre Bestellnummer lautet #:order_id', - 'info' => 'Wir senden Ihnen Ihre Bestelldaten und Tracking-Informationen per E-Mail' - ] - ], - - 'mail' => [ - 'order' => [ - 'subject' => 'Bestätigung der neuen Bestellung', - 'heading' => 'Bestellbestätigung!', - 'dear' => 'Sehr geehrte/r :customer_name', - 'dear-admin' => 'Sehr geehrte/r :admin_name', - 'greeting' => 'Danke für Ihre Bestellung :order_id vom :created_at', - 'greeting-admin' => 'Auftragsnummer :order_id vom :created_at', - 'summary' => 'Zusammenfassung der Bestellung', - 'shipping-address' => 'Lieferanschrift', - 'billing-address' => 'Rechnungsadresse', - 'contact' => 'Kontakt', - 'shipping' => 'Versandart', - 'payment' => 'Zahlungsmethode', - 'price' => 'Preis', - 'quantity' => 'Menge', - 'subtotal' => 'Zwischensumme', - 'shipping-handling' => 'Versand & Bearbeitung', - 'tax' => 'Umsatzsteuer', - 'discount' => 'Rabatt', - 'grand-total' => 'Gesamtsumme', - 'final-summary' => 'Vielen Dank für Ihr Interesse an unserem Shop. Nach dem Versand senden wir Ihnen die Sendungsverfolgungsnummer', - 'help' => 'Wenn Sie Hilfe benötigen, kontaktieren Sie uns bitte unter :support_email', - 'thanks' => 'Vielen Dank!', - - 'comment' => [ - 'subject' => 'Neuer Kommentar zu Ihrer Bestellung hinzugefügt #:order_id', - 'dear' => 'sehr geehrter :customer_name', - 'final-summary' => 'Vielen Dank für Ihr Interesse an unserem Shop', - 'help' => 'Wenn Sie Hilfe benötigen, kontaktieren Sie uns bitte unter :support_email', - 'thanks' => 'Vielen Dank!', - ], - - 'cancel' => [ - 'subject' => 'Bestätigung der Bestellungsstornierung', - 'heading' => 'Bestellung storniert', - 'dear' => 'Sehr geehrte/r :customer_name', - 'greeting' => 'Ihre Bestellung mit der Bestellnummer #:order_id vom :created_at wurde storniert', - 'summary' => 'Zusammenfassung der Bestellung', - 'shipping-address' => 'Lieferanschrift', - 'billing-address' => 'Rechnungsadresse', - 'contact' => 'Kontakt', - 'shipping' => 'Versandart', - 'payment' => 'Zahlungsmethode', - 'subtotal' => 'Zwischensumme', - 'shipping-handling' => 'Versand & Bearbeitung', - 'tax' => 'Umsatzsteuer', - 'discount' => 'Rabatt', - 'grand-total' => 'Gesamtsumme', - 'final-summary' => 'Vielen Dank für Ihr Interesse an unserem Shop', - 'help' => 'Wenn Sie Hilfe benötigen, kontaktieren Sie uns bitte unter :support_email', - 'thanks' => 'Vielen Dank!', - ] - ], - - 'invoice' => [ - 'heading' => 'Ihre Rechnung #:invoice_id für die Bestellung #:order_id', - 'subject' => 'Rechnung für Ihre Bestellung #:order_id', - 'summary' => 'Zusammenfassung der Rechnung', - ], - - 'shipment' => [ - 'heading' => 'Sendung #:shipment_id wurde für die Bestellung #:order_id generiert', - 'inventory-heading' => 'Neue Sendung #:shipment_id wurde für die Bestellung #:order_id generiert', - 'subject' => 'Versand für Ihre Bestellung #:order_id', - 'inventory-subject' => 'Für die Bestellung #:order_id wurde eine neue Sendung generiert', - 'summary' => 'Zusammenfassung der Sendung', - 'carrier' => 'Zulieferer', - 'tracking-number' => 'Sendungsnummer', - 'greeting' => 'Eine Bestellung :order_id wurde aufgelegt am :created_at', - ], - - 'refund' => [ - 'heading' => 'Ihre Rückerstattung #:refund_id für die Bestellung #:order_id', - 'subject' => 'Rückerstattung für Ihre Bestellung #:order_id', - 'summary' => 'Zusammenfassung der Rückerstattung', - 'adjustment-refund' => 'Anpassungsrückerstattung', - 'adjustment-fee' => 'Anpassungsgebühr' - ], - - 'forget-password' => [ - 'subject' => 'Kundenpasswort zurücksetzen', - 'dear' => 'Sehr geehrte/r :name', - 'info' => 'Sie erhalten diese E-Mail, weil wir eine Anfrage zum Zurücksetzen des Passworts für Ihr Konto erhalten haben', - 'reset-password' => 'Passwort zurücksetzen', - 'final-summary' => 'Wenn Sie kein Zurücksetzen des Kennworts angefordert haben, sind keine weiteren Maßnahmen erforderlich', - 'thanks' => 'Vielen Dank!' - ], - - 'update-password' => [ - 'subject' => 'Passwort aktualisiert', - 'dear' => 'Sehr geehrte/r :name', - 'info' => 'Sie erhalten diese E-Mail, weil Sie Ihr Passwort aktualisiert haben.', - 'thanks' => 'Vielen Dank!' - ], - - 'customer' => [ - 'new' => [ - 'dear' => 'Sehr geehrte/r :customer_name', - 'username-email' => 'Nutzername/E-Mail', - 'subject' => 'Neukundenregistrierung', - 'password' => 'Passwort', - 'summary' => 'Ihr Konto wurde erstellt. - Ihre Kontodaten weiter unten: ', - 'thanks' => 'Vielen Dank!', - ], - - 'registration' => [ - 'subject' => 'Neukundenregistrierung', - 'customer-registration' => 'Kunde erfolgreich registriert', - 'dear' => 'Sehr geehrte/r :customer_name', - 'greeting' => 'Willkommen und vielen Dank, dass Sie sich bei uns registriert haben!', - 'summary' => 'Ihr Konto wurde nun erfolgreich erstellt und Sie können sich mit Ihrer E-Mail-Adresse und Ihrem Passwort anmelden. Nach dem Anmelden können Sie auf andere Dienste zugreifen, einschließlich der Überprüfung früherer Bestellungen, Wunschliste und der Bearbeitung Ihrer Kontoinformationen.', - 'thanks' => 'Vielen Dank!', - ], - - 'verification' => [ - 'heading' => config('app.name') . ' - E-Mail-Verifizierung', - 'subject' => 'Bestätigungsmail', - 'verify' => 'Bestätigen Sie Ihr Konto', - 'summary' => 'Dies ist die E-Mail, um zu überprüfen, ob die von Ihnen eingegebene E-Mail-Adresse Ihre ist. - Klicken Sie unten auf die Schaltfläche "Konto bestätigen", um Ihr Konto zu bestätigen.' - ], - - 'subscription' => [ - 'subject' => 'Abonnement-E-Mail', - 'greeting' => ' Willkommen zu ' . config('app.name') . ' - E-Mail-Abonnement', - 'unsubscribe' => 'Abmelden', - 'summary' => 'Es ist eine Weile her, seit Sie ' . config('app.name') . ' gelesen haben und wir möchten Ihren Posteingang nicht überfluten. Wenn Sie nicht die neuesten - E-Mail-Marketing-Nachrichten erhalten möchten, klicken Sie auf die Schaltfläche unten.' - ] - ] - ], - - 'webkul' => [ - 'copy-right' => '© Copyright :year Webkul Software, All rights reserved', - ], - - 'response' => [ - 'create-success' => ':name erfolgreich erstellt.', - 'update-success' => ':name erfolgreich aktualisiert.', - 'delete-success' => ':name erfolgreich gelöscht.', - 'submit-success' => ':name erfolgreich eingereicht.' - ], -]; diff --git a/resources/lang/vendor/shop/en/app.php b/resources/lang/vendor/shop/en/app.php deleted file mode 100644 index bd7a05f1b..000000000 --- a/resources/lang/vendor/shop/en/app.php +++ /dev/null @@ -1,724 +0,0 @@ - 'The given vat id has a wrong format', - 'security-warning' => 'Suspicious activity found!!!', - 'nothing-to-delete' => 'Nothing to delete', - - 'layouts' => [ - 'my-account' => 'My Account', - 'profile' => 'Profile', - 'address' => 'Address', - 'reviews' => 'Reviews', - 'wishlist' => 'Wishlist', - 'orders' => 'Orders', - 'downloadable-products' => 'Downloadable Products' - ], - - 'common' => [ - 'error' => 'Something went wrong, please try again later.', - 'no-result-found' => 'We could not find any records.' - ], - - 'home' => [ - 'page-title' => config('app.name') . ' - Home', - 'featured-products' => 'Featured Products', - 'new-products' => 'New Products', - 'verify-email' => 'Verify your email account', - 'resend-verify-email' => 'Resend Verification Email' - ], - - 'header' => [ - 'title' => 'Account', - 'dropdown-text' => 'Manage Cart, Orders & Wishlist', - 'sign-in' => 'Sign In', - 'sign-up' => 'Sign Up', - 'account' => 'Account', - 'cart' => 'Cart', - 'profile' => 'Profile', - 'wishlist' => 'Wishlist', - 'cart' => 'Cart', - 'logout' => 'Logout', - 'search-text' => 'Search products here' - ], - - 'minicart' => [ - 'view-cart' => 'View Shopping Cart', - 'checkout' => 'Checkout', - 'cart' => 'Cart', - 'zero' => '0' - ], - - 'footer' => [ - 'subscribe-newsletter' => 'Subscribe Newsletter', - 'subscribe' => 'Subscribe', - 'locale' => 'Locale', - 'currency' => 'Currency', - ], - - 'subscription' => [ - 'unsubscribe' => 'Unsubcribe', - 'subscribe' => 'Subscribe', - 'subscribed' => 'You are now subscribed to subscription emails.', - 'not-subscribed' => 'You can not be subscribed to subscription emails, please try again later.', - 'already' => 'You are already subscribed to our subscription list.', - 'unsubscribed' => 'You are unsubscribed from subscription mails.', - 'already-unsub' => 'You are already unsubscribed.', - 'not-subscribed' => 'Error! Mail can not be sent currently, please try again later.' - ], - - 'search' => [ - 'no-results' => 'No Results Found', - 'page-title' => config('app.name') . ' - Search', - 'found-results' => 'Search Results Found', - 'found-result' => 'Search Result Found', - 'analysed-keywords' => 'Analysed Keywords' - ], - - 'reviews' => [ - 'title' => 'Title', - 'add-review-page-title' => 'Add Review', - 'write-review' => 'Write a review', - 'review-title' => 'Give your review a title', - 'product-review-page-title' => 'Product Review', - 'rating-reviews' => 'Rating & Reviews', - 'submit' => 'SUBMIT', - 'delete-all' => 'All Reviews has deleted Succesfully', - 'ratingreviews' => ':rating Ratings & :review Reviews', - 'star' => 'Star', - 'percentage' => ':percentage %', - 'id-star' => 'star', - 'name' => 'Name', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Compare', - 'compare_similar_items' => 'Compare Similar Items', - 'add-tooltip' => 'Add product to compare list', - 'added' => 'Item successfully added to compare list', - 'already_added' => 'Item already added to compare list', - 'removed' => 'Item successfully removed from compare list', - 'removed-all' => 'All items successfully removed from compare list', - 'empty-text' => "You don't have any items in your compare list", - 'product_image' => 'Product Image', - 'actions' => 'Actions', - ], - - 'signup-text' => [ - 'account_exists' => 'Already have an account', - 'title' => 'Sign In' - ], - - 'signup-form' => [ - 'page-title' => 'Create New Customer Account', - 'title' => 'Sign Up', - 'firstname' => 'First Name', - 'lastname' => 'Last Name', - 'email' => 'Email', - 'password' => 'Password', - 'confirm_pass' => 'Confirm Password', - 'button_title' => 'Register', - 'agree' => 'Agree', - 'terms' => 'Terms', - 'conditions' => 'Conditions', - 'using' => 'by using this website', - 'agreement' => 'Agreement', - 'success' => 'Account created successfully.', - 'success-verify' => 'Account created successfully, an e-mail has been sent for verification.', - 'success-verify-email-unsent' => 'Account created successfully, but verification e-mail unsent.', - 'failed' => 'Error! Can not create your account, pleae try again later.', - 'already-verified' => 'Your account is already verified Or please try sending a new verification email again.', - 'verification-not-sent' => 'Error! Problem in sending verification email, please try again later.', - 'verification-sent' => 'Verification email sent', - 'verified' => 'Your account has been verified, try to login now.', - 'verify-failed' => 'We cannot verify your mail account.', - 'dont-have-account' => 'You do not have account with us.', - 'customer-registration' => 'Customer Registered Successfully' - ], - - 'login-text' => [ - 'no_account' => 'Do not have account', - 'title' => 'Sign Up', - ], - - 'login-form' => [ - 'page-title' => 'Customer Login', - 'title' => 'Sign In', - 'email' => 'Email', - 'password' => 'Password', - 'forgot_pass' => 'Forgot Password?', - 'button_title' => 'Sign In', - 'remember' => 'Remember Me', - 'footer' => '© Copyright :year Webkul Software, All rights reserved', - 'invalid-creds' => 'Please check your credentials and try again.', - 'verify-first' => 'Verify your email account first.', - 'not-activated' => 'Your activation seeks admin approval', - 'resend-verification' => 'Resend verification mail again' - ], - - 'forgot-password' => [ - 'title' => 'Recover Password', - 'email' => 'Email', - 'submit' => 'Send Password Reset Email', - 'page_title' => 'Forgot your password ?' - ], - - 'reset-password' => [ - 'title' => 'Reset Password', - 'email' => 'Registered Email', - 'password' => 'Password', - 'confirm-password' => 'Confirm Password', - 'back-link-title' => 'Back to Sign In', - 'submit-btn-title' => 'Reset Password' - ], - - 'account' => [ - 'dashboard' => 'Edit Profile', - 'menu' => 'Menu', - - 'general' => [ - 'no' => 'No', - 'yes' => 'Yes', - ], - - 'profile' => [ - 'index' => [ - 'page-title' => 'Profile', - 'title' => 'Profile', - 'edit' => 'Edit', - ], - - 'edit-success' => 'Profile updated successfully.', - 'edit-fail' => 'Error! Profile cannot be updated, please try again later.', - 'unmatch' => 'The old password does not match.', - - 'fname' => 'First Name', - 'lname' => 'Last Name', - 'gender' => 'Gender', - 'other' => 'Other', - 'male' => 'Male', - 'female' => 'Female', - 'dob' => 'Date Of Birth', - 'phone' => 'Phone', - 'email' => 'Email', - 'opassword' => 'Old Password', - 'password' => 'Password', - 'cpassword' => 'Confirm Password', - 'submit' => 'Update Profile', - - 'edit-profile' => [ - 'title' => 'Edit Profile', - 'page-title' => 'Edit Profile' - ] - ], - - 'address' => [ - 'index' => [ - 'page-title' => 'Address', - 'title' => 'Address', - 'add' => 'Add Address', - 'edit' => 'Edit', - 'empty' => 'You do not have any saved addresses here, please try to create it by clicking the add button.', - 'create' => 'Create Address', - 'delete' => 'Delete', - 'make-default' => 'Make Default', - 'default' => 'Default', - 'contact' => 'Contact', - 'confirm-delete' => 'Do you really want to delete this address?', - 'default-delete' => 'Default address cannot be changed.', - 'enter-password' => 'Enter Your Password.', - ], - - 'create' => [ - 'page-title' => 'Add Address', - 'company_name' => 'Company name', - 'first_name' => 'First name', - 'last_name' => 'Last name', - 'vat_id' => 'Vat id', - 'vat_help_note' => '[Note: Use Country Code with VAT Id. Eg. INV01234567891]', - 'title' => 'Add Address', - 'street-address' => 'Street Address', - 'country' => 'Country', - 'state' => 'State', - 'select-state' => 'Select a region, state or province', - 'city' => 'City', - 'postcode' => 'Postal Code', - 'phone' => 'Phone', - 'submit' => 'Save Address', - 'success' => 'Address have been successfully added.', - 'error' => 'Address cannot be added.' - ], - - 'edit' => [ - 'page-title' => 'Edit Address', - 'company_name' => 'Company name', - 'first_name' => 'First name', - 'last_name' => 'Last name', - 'vat_id' => 'Vat id', - 'title' => 'Edit Address', - 'street-address' => 'Street Address', - 'submit' => 'Save Address', - 'success' => 'Address updated successfully.', - ], - 'delete' => [ - 'success' => 'Address successfully deleted', - 'failure' => 'Address cannot be deleted', - 'wrong-password' => 'Wrong Password !' - ] - ], - - 'order' => [ - 'index' => [ - 'page-title' => 'Orders', - 'title' => 'Orders', - 'order_id' => 'Order ID', - 'date' => 'Date', - 'status' => 'Status', - 'total' => 'Total', - 'order_number' => 'Order Number', - 'processing' => 'Processing', - 'completed' => 'Completed', - 'canceled' => 'Canceled', - 'closed' => 'Closed', - 'pending' => 'Pending', - 'pending-payment' => 'Pending Payment', - 'fraud' => 'Fraud' - ], - - 'view' => [ - 'page-tile' => 'Order #:order_id', - 'info' => 'Information', - 'placed-on' => 'Placed On', - 'products-ordered' => 'Products Ordered', - 'invoices' => 'Invoices', - 'shipments' => 'Shipments', - 'SKU' => 'SKU', - 'product-name' => 'Name', - 'qty' => 'Qty', - 'item-status' => 'Item Status', - 'item-ordered' => 'Ordered (:qty_ordered)', - 'item-invoice' => 'Invoiced (:qty_invoiced)', - 'item-shipped' => 'shipped (:qty_shipped)', - 'item-canceled' => 'Canceled (:qty_canceled)', - 'item-refunded' => 'Refunded (:qty_refunded)', - 'price' => 'Price', - 'total' => 'Total', - 'subtotal' => 'Subtotal', - 'shipping-handling' => 'Shipping & Handling', - 'tax' => 'Tax', - 'discount' => 'Discount', - 'tax-percent' => 'Tax Percent', - 'tax-amount' => 'Tax Amount', - 'discount-amount' => 'Discount Amount', - 'grand-total' => 'Grand Total', - 'total-paid' => 'Total Paid', - 'total-refunded' => 'Total Refunded', - 'total-due' => 'Total Due', - 'shipping-address' => 'Shipping Address', - 'billing-address' => 'Billing Address', - 'shipping-method' => 'Shipping Method', - 'payment-method' => 'Payment Method', - 'individual-invoice' => 'Invoice #:invoice_id', - 'individual-shipment' => 'Shipment #:shipment_id', - 'print' => 'Print', - 'invoice-id' => 'Invoice Id', - 'order-id' => 'Order Id', - 'order-date' => 'Order Date', - 'bill-to' => 'Bill to', - 'ship-to' => 'Ship to', - 'contact' => 'Contact', - 'refunds' => 'Refunds', - 'individual-refund' => 'Refund #:refund_id', - 'adjustment-refund' => 'Adjustment Refund', - 'adjustment-fee' => 'Adjustment Fee', - 'cancel-btn-title' => 'Cancel', - 'tracking-number' => 'Tracking Number', - 'cancel-confirm-msg' => 'Are you sure you want to cancel this order ?' - ] - ], - - 'wishlist' => [ - 'page-title' => 'Wishlist', - 'title' => 'Wishlist', - 'deleteall' => 'Delete All', - 'moveall' => 'Move All Products To Cart', - 'move-to-cart' => 'Move To Cart', - 'error' => 'Cannot add product to wishlist due to unknown problems, please checkback later', - 'add' => 'Item successfully added to wishlist', - 'remove' => 'Item successfully removed from wishlist', - 'add-wishlist-text' => 'Add product to wishlist', - 'remove-wishlist-text' => 'Remove product from wishlist', - 'moved' => 'Item successfully moved To cart', - 'option-missing' => 'Product options are missing, so item can not be moved to the wishlist.', - 'move-error' => 'Item cannot be moved to wishlist, Please try again later', - 'success' => 'Item successfully added to wishlist', - 'failure' => 'Item cannot be added to wishlist, Please try again later', - 'already' => 'Item already present in your wishlist', - 'removed' => 'Item successfully removed from wishlist', - 'remove-fail' => 'Item cannot Be removed from wishlist, Please try again later', - 'empty' => 'You do not have any items in your wishlist', - 'remove-all-success' => 'All the items from your wishlist have been removed', - ], - - 'downloadable_products' => [ - 'title' => 'Downloadable Products', - 'order-id' => 'Order Id', - 'date' => 'Date', - 'name' => 'Title', - 'status' => 'Status', - 'pending' => 'Pending', - 'available' => 'Available', - 'expired' => 'Expired', - 'remaining-downloads' => 'Remaining Downloads', - 'unlimited' => 'Unlimited', - 'download-error' => 'Download link has been expired.' - ], - - 'review' => [ - 'index' => [ - 'title' => 'Reviews', - 'page-title' => 'Reviews' - ], - - 'view' => [ - 'page-tile' => 'Review #:id', - ] - ] - ] - ], - - 'products' => [ - 'layered-nav-title' => 'Shop By', - 'price-label' => 'As low as', - 'remove-filter-link-title' => 'Clear All', - 'filter-to' => 'to', - 'sort-by' => 'Sort By', - 'from-a-z' => 'From A-Z', - 'from-z-a' => 'From Z-A', - 'newest-first' => 'Newest First', - 'oldest-first' => 'Oldest First', - 'cheapest-first' => 'Cheapest First', - 'expensive-first' => 'Expensive First', - 'show' => 'Show', - 'pager-info' => 'Showing :showing of :total Items', - 'description' => 'Description', - 'specification' => 'Specification', - 'total-reviews' => ':total Reviews', - 'total-rating' => ':total_rating Ratings & :total_reviews Reviews', - 'by' => 'By :name', - 'up-sell-title' => 'We found other products you might like!', - 'related-product-title' => 'Related Products', - 'cross-sell-title' => 'More choices', - 'reviews-title' => 'Ratings & Reviews', - 'write-review-btn' => 'Write Review', - 'choose-option' => 'Choose an option', - 'sale' => 'Sale', - 'new' => 'New', - 'empty' => 'No products available in this category', - 'add-to-cart' => 'Add To Cart', - 'book-now' => 'Book Now', - 'buy-now' => 'Buy Now', - 'whoops' => 'Whoops!', - 'quantity' => 'Quantity', - 'in-stock' => 'In Stock', - 'out-of-stock' => 'Out Of Stock', - 'view-all' => 'View All', - 'select-above-options' => 'Please select above options first.', - 'less-quantity' => 'Quantity can not be less than one.', - 'samples' => 'Samples', - 'links' => 'Links', - 'sample' => 'Sample', - 'name' => 'Name', - 'qty' => 'Qty', - 'starting-at' => 'Starting at', - 'customize-options' => 'Customize Options', - 'choose-selection' => 'Choose a selection', - 'your-customization' => 'Your Customization', - 'total-amount' => 'Total Amount', - 'none' => 'None', - 'available-for-order' => 'Available for Order', - 'settings' => 'Settings', - 'compare_options' => 'Compare Options', - ], - - // 'reviews' => [ - // 'empty' => 'You Have Not Reviewed Any Of Product Yet' - // ] - - 'buynow' => [ - 'no-options' => 'Please select options before buying this product.' - ], - - 'checkout' => [ - 'cart' => [ - 'integrity' => [ - 'missing_fields' => 'Some required fields missing for this product.', - 'missing_options' => 'Options are missing for this product.', - 'missing_links' => 'Downloadable links are missing for this product.', - 'qty_missing' => 'Atleast one product should have more than 1 quantity.', - 'qty_impossible' => 'Cannot add more than one of these products to cart.' - ], - 'create-error' => 'Encountered some issue while making cart instance.', - 'title' => 'Shopping Cart', - 'empty' => 'Your shopping cart is empty', - 'update-cart' => 'Update Cart', - 'continue-shopping' => 'Continue Shopping', - 'proceed-to-checkout' => 'Proceed To Checkout', - 'remove' => 'Remove', - 'remove-link' => 'Remove', - 'move-to-wishlist' => 'Move to Wishlist', - 'move-to-wishlist-success' => 'Item moved to wishlist successfully.', - 'move-to-wishlist-error' => 'Cannot move item to wishlist, please try again later.', - 'add-config-warning' => 'Please select option before adding to cart.', - 'quantity' => [ - 'quantity' => 'Quantity', - 'success' => 'Cart Item(s) successfully updated.', - 'illegal' => 'Quantity cannot be lesser than one.', - 'inventory_warning' => 'The requested quantity is not available, please try again later.', - 'error' => 'Cannot update the item(s) at the moment, please try again later.' - ], - - 'item' => [ - 'error_remove' => 'No items to remove from the cart.', - 'success' => 'Item was successfully added to cart.', - 'success-remove' => 'Item was removed successfully from the cart.', - 'error-add' => 'Item cannot be added to cart, please try again later.', - 'inactive' => 'An item is inactive and was removed from cart.', - 'inactive-add' => 'Inactive item cannot be added to cart.', - ], - 'quantity-error' => 'Requested quantity is not available.', - 'cart-subtotal' => 'Cart Subtotal', - 'cart-remove-action' => 'Do you really want to do this ?', - 'partial-cart-update' => 'Only some of the product(s) were updated', - 'link-missing' => '', - 'event' => [ - 'expired' => 'This event has been expired.' - ] - ], - - 'onepage' => [ - 'title' => 'Checkout', - 'information' => 'Information', - 'shipping' => 'Shipping', - 'payment' => 'Payment', - 'complete' => 'Complete', - 'review' => 'Review', - 'billing-address' => 'Billing Address', - 'sign-in' => 'Sign In', - 'company-name' => 'Company Name', - 'first-name' => 'First Name', - 'last-name' => 'Last Name', - 'email' => 'Email', - 'address1' => 'Street Address', - 'city' => 'City', - 'state' => 'State', - 'select-state' => 'Select a region, state or province', - 'postcode' => 'Zip/Postcode', - 'phone' => 'Telephone', - 'country' => 'Country', - 'order-summary' => 'Order Summary', - 'shipping-address' => 'Shipping Address', - 'use_for_shipping' => 'Ship to this address', - 'continue' => 'Continue', - 'shipping-method' => 'Select Shipping Method', - 'payment-methods' => 'Select Payment Method', - 'payment-method' => 'Payment Method', - 'summary' => 'Order Summary', - 'price' => 'Price', - 'quantity' => 'Quantity', - 'billing-address' => 'Billing Address', - 'shipping-address' => 'Shipping Address', - 'contact' => 'Contact', - 'place-order' => 'Place Order', - 'new-address' => 'Add New Address', - 'save_as_address' => 'Save this address', - 'apply-coupon' => 'Apply Coupon', - 'amt-payable' => 'Amount Payable', - 'got' => 'Got', - 'free' => 'Free', - 'coupon-used' => 'Coupon Used', - 'applied' => 'Applied', - 'back' => 'Back', - 'cash-desc' => 'Cash On Delivery', - 'money-desc' => 'Money Transfer', - 'paypal-desc' => 'Paypal Standard', - 'free-desc' => 'This is a free shipping', - 'flat-desc' => 'This is a flat rate', - 'password' => 'Password', - 'login-exist-message' => 'You already have an account with us, Sign in or continue as guest.', - 'enter-coupon-code' => 'Enter Coupon Code' - ], - - 'total' => [ - 'order-summary' => 'Order Summary', - 'sub-total' => 'Items', - 'grand-total' => 'Grand Total', - 'delivery-charges' => 'Delivery Charges', - 'tax' => 'Tax', - 'discount' => 'Discount', - 'price' => 'price', - 'disc-amount' => 'Amount discounted', - 'new-grand-total' => 'New Grand Total', - 'coupon' => 'Coupon', - 'coupon-applied' => 'Applied Coupon', - 'remove-coupon' => 'Remove Coupon', - 'cannot-apply-coupon' => 'Cannot Apply Coupon', - 'invalid-coupon' => 'Coupon code is invalid.', - 'success-coupon' => 'Coupon code applied successfully.', - 'coupon-apply-issue' => 'Coupon code can\'t be applied.' - ], - - 'success' => [ - 'title' => 'Order successfully placed', - 'thanks' => 'Thank you for your order!', - 'order-id-info' => 'Your order id is #:order_id', - 'info' => 'We will email you, your order details and tracking information' - ] - ], - - 'mail' => [ - 'order' => [ - 'subject' => 'New Order Confirmation', - 'heading' => 'Order Confirmation!', - 'dear' => 'Dear :customer_name', - 'dear-admin' => 'Dear :admin_name', - 'greeting' => 'Thanks for your Order :order_id placed on :created_at', - 'greeting-admin' => 'Order Id :order_id placed on :created_at', - 'summary' => 'Summary of Order', - 'shipping-address' => 'Shipping Address', - 'billing-address' => 'Billing Address', - 'contact' => 'Contact', - 'shipping' => 'Shipping Method', - 'payment' => 'Payment Method', - 'price' => 'Price', - 'quantity' => 'Quantity', - 'subtotal' => 'Subtotal', - 'shipping-handling' => 'Shipping & Handling', - 'tax' => 'Tax', - 'discount' => 'Discount', - 'grand-total' => 'Grand Total', - 'final-summary' => 'Thanks for showing your interest in our store we will send you tracking number once it shipped', - 'help' => 'If you need any kind of help please contact us at :support_email', - 'thanks' => 'Thanks!', - - 'comment' => [ - 'subject' => 'New comment added to your order #:order_id', - 'dear' => 'Dear :customer_name', - 'final-summary' => 'Thanks for showing your interest in our store', - 'help' => 'If you need any kind of help please contact us at :support_email', - 'thanks' => 'Thanks!', - ], - - 'cancel' => [ - 'subject' => 'Order Cancel Confirmation', - 'heading' => 'Order Cancelled', - 'dear' => 'Dear :customer_name', - 'greeting' => 'Your Order with order id :order_id placed on :created_at has been cancelled', - 'summary' => 'Summary of Order', - 'shipping-address' => 'Shipping Address', - 'billing-address' => 'Billing Address', - 'contact' => 'Contact', - 'shipping' => 'Shipping Method', - 'payment' => 'Payment Method', - 'subtotal' => 'Subtotal', - 'shipping-handling' => 'Shipping & Handling', - 'tax' => 'Tax', - 'discount' => 'Discount', - 'grand-total' => 'Grand Total', - 'final-summary' => 'Thanks for showing your interest in our store', - 'help' => 'If you need any kind of help please contact us at :support_email', - 'thanks' => 'Thanks!', - ] - ], - - 'invoice' => [ - 'heading' => 'Your invoice #:invoice_id for Order #:order_id', - 'subject' => 'Invoice for your order #:order_id', - 'summary' => 'Summary of Invoice', - ], - - 'shipment' => [ - 'heading' => 'Shipment #:shipment_id has been generated for Order #:order_id', - 'inventory-heading' => 'New shipment #:shipment_id has been generated for Order #:order_id', - 'subject' => 'Shipment for your order #:order_id', - 'inventory-subject' => 'New shipment has been generated for Order #:order_id', - 'summary' => 'Summary of Shipment', - 'carrier' => 'Carrier', - 'tracking-number' => 'Tracking Number', - 'greeting' => 'An order :order_id has been placed on :created_at', - ], - - 'refund' => [ - 'heading' => 'Your Refund #:refund_id for Order #:order_id', - 'subject' => 'Refund for your order #:order_id', - 'summary' => 'Summary of Refund', - 'adjustment-refund' => 'Adjustment Refund', - 'adjustment-fee' => 'Adjustment Fee' - ], - - 'forget-password' => [ - 'subject' => 'Customer Reset Password', - 'dear' => 'Dear :name', - 'info' => 'You are receiving this email because we received a password reset request for your account', - 'reset-password' => 'Reset Password', - 'final-summary' => 'If you did not request a password reset, no further action is required', - 'thanks' => 'Thanks!' - ], - - 'update-password' => [ - 'subject' => 'Password Updated', - 'dear' => 'Dear :name', - 'info' => 'You are receiving this email because you have updated your password.', - 'thanks' => 'Thanks!' - ], - - 'customer' => [ - 'new' => [ - 'dear' => 'Dear :customer_name', - 'username-email' => 'UserName/Email', - 'subject' => 'New Customer Registration', - 'password' => 'Password', - 'summary' => 'Your account has been created. - Your account details are below: ', - 'thanks' => 'Thanks!', - ], - - 'registration' => [ - 'subject' => 'New Customer Registration', - 'customer-registration' => 'Customer Registered Successfully', - 'dear' => 'Dear :customer_name', - 'greeting' => 'Welcome and thank you for registering with us!', - 'summary' => 'Your account has now been created successfully and you can login using your email address and password credentials. Upon logging in, you will be able to access other services including reviewing past orders, wishlists and editing your account information.', - 'thanks' => 'Thanks!', - ], - - 'verification' => [ - 'heading' => config('app.name') . ' - Email Verification', - 'subject' => 'Verification Mail', - 'verify' => 'Verify Your Account', - 'summary' => 'This is the mail to verify that the email address you entered is yours. - Kindly click the Verify Your Account button below to verify your account.' - ], - - 'subscription' => [ - 'subject' => 'Subscription Email', - 'greeting' => ' Welcome to ' . config('app.name') . ' - Email Subscription', - 'unsubscribe' => 'Unsubscribe', - 'summary' => 'Thanks for putting me into your inbox. It’s been a while since you’ve read ' . config('app.name') . ' email, and we don’t want to overwhelm your inbox. If you still do not want to receive - the latest email marketing news then for sure click the button below.' - ] - ] - ], - - 'webkul' => [ - 'copy-right' => '© Copyright :year Webkul Software, All rights reserved', - ], - - 'response' => [ - 'create-success' => ':name created successfully.', - 'update-success' => ':name updated successfully.', - 'delete-success' => ':name deleted successfully.', - 'submit-success' => ':name submitted successfully.' - ], -]; diff --git a/resources/lang/vendor/shop/es/app.php b/resources/lang/vendor/shop/es/app.php deleted file mode 100644 index df88298e5..000000000 --- a/resources/lang/vendor/shop/es/app.php +++ /dev/null @@ -1,670 +0,0 @@ - 'Actividad sospechosa detectada!!!', - 'nothing-to-delete' => 'Nada que eliminar', - - 'layouts' => [ - 'my-account' => 'Mi Cuenta', - 'profile' => 'Perfil', - 'address' => 'Dirección', - 'reviews' => 'Opiniones', - 'wishlist' => 'Lista de deseos', - 'orders' => 'Pedidos', - 'downloadable-products' => 'Productos descargables' - ], - - 'common' => [ - 'error' => 'Algo ha ido mal, por favor prueba más tarde.' - ], - - 'home' => [ - 'page-title' => config('app.name') . ' - Inicio', - 'featured-products' => 'Productos Destacados', - 'new-products' => 'Nuevos Productos', - 'verify-email' => 'Verifica tu cuenta de correo', - 'resend-verify-email' => 'Reenviar correo de verificación' - ], - - 'header' => [ - 'title' => 'Cuenta', - 'dropdown-text' => 'Gestionar carrito, pedidos y lista de deseos', - 'sign-in' => 'Entrar', - 'sign-up' => 'Regístrate', - 'account' => 'Cuenta', - 'cart' => 'Cesta', - 'profile' => 'Perfil', - 'wishlist' => 'Lista de deseos', - 'logout' => 'Salir', - 'search-text' => 'Buscar productos' - ], - - 'minicart' => [ - 'view-cart' => 'Ver Cesta', - 'checkout' => 'Hacer pedido', - 'cart' => 'Cesta', - 'zero' => '0' - ], - - 'footer' => [ - 'subscribe-newsletter' => 'Suscríbete a la Newsletter', - 'subscribe' => 'Suscríbete', - 'locale' => 'Idioma', - 'currency' => 'Moneda', - ], - - 'subscription' => [ - 'unsubscribe' => 'Darse de baja', - 'subscribe' => 'Suscríbete', - 'subscribed' => 'Te has suscrito a la newsletter', - 'not-subscribed' => 'No se pudo suscribir a la newsletter, inténtalo de nuevo más tarde', - 'already' => 'Ya estás suscrito', - 'unsubscribed' => 'Te has desuscrito', - 'already-unsub' => 'Ya estás desuscrito', - 'not-subscribed' => '¡Error! El correo no se puede enviar actualmente, inténtalo de nuevo más tarde' - ], - - 'search' => [ - 'no-results' => 'No hay resultados', - 'page-title' => 'Búsqueda', - 'found-results' => 'No hay resultados de búsqueda', - 'found-result' => 'Resultados de la búsqueda', - 'analysed-keywords' => 'Analysed Keywords' - ], - - 'reviews' => [ - 'title' => 'Título', - 'add-review-page-title' => 'Añadir opinión', - 'write-review' => 'Escribir una opinión', - 'review-title' => 'Título de la opinión', - 'product-review-page-title' => 'Opinión del producto', - 'rating-reviews' => 'Calificación y opiniones', - 'submit' => 'ENVIAR', - 'delete-all' => 'Todas las opiniones se han eliminado con éxito', - 'ratingreviews' => ':rating calificaciones & :review opiniones', - 'star' => 'Star', - 'percentage' => ':percentage %', - 'id-star' => 'star', - 'name' => 'Nombre' - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Comparar', - 'compare_similar_items' => 'Comparar artículos similares', - 'add-tooltip' => 'Agregar producto para comparar lista', - 'added' => 'Elemento agregado con éxito a la lista de comparación', - 'already_added' => 'Elemento ya agregado a la lista de comparación', - 'removed' => 'Elemento eliminado con éxito de la lista de comparación', - 'removed-all' => 'Todos los elementos eliminados correctamente de la lista de comparación', - 'empty-text' => "No tienes ningún artículo en tu lista de comparación", - 'product_image' => 'Product Image', - 'actions' => 'Actions', - ], - - 'signup-text' => [ - 'account_exists' => 'Ya tienes una cuenta', - 'title' => 'Entrar' - ], - - 'signup-form' => [ - 'page-title' => 'Cliente - Formulario de registro', - 'title' => 'Regístrate', - 'firstname' => 'Nombre', - 'lastname' => 'Apellido', - 'email' => 'Email', - 'password' => 'Contraseña', - 'confirm_pass' => 'Confirma la contraseña', - 'button_title' => 'Registro', - 'agree' => 'De acuerdo', - 'terms' => 'Términos', - 'conditions' => 'Condiciones', - 'using' => 'Mediante el uso de este sitio web', - 'agreement' => 'Acuerdo', - 'success' => 'Cuenta creada exitosamente', - 'success-verify' => 'Cuenta creada con éxito, se ha enviado un correo electrónico para su verificación.', - 'success-verify-email-unsent' => 'Cuenta creada correctamente, pero no se envió el correo electrónico de verificación', - 'failed' => '¡Error! No se puede crear su cuenta, intente nuevamente más tarde', - 'already-verified' => 'Su cuenta ya está verificada o intente enviar un nuevo correo electrónico de verificación nuevamente', - 'verification-not-sent' => '¡Error! Problema al enviar el correo electrónico de verificación, intente nuevamente más tarde', - 'verification-sent' => 'El correo de verificación ha sido enviado', - 'verified' => 'Su cuenta ha sido verificada, intente iniciar sesión ahora', - 'verify-failed' => 'No podemos verificar su cuenta de correo', - 'dont-have-account' => 'No tienes cuenta con nosotros', - 'customer-registration' => 'Registrado con éxito' - ], - - 'login-text' => [ - 'no_account' => 'No tienes una cuenta', - 'title' => 'Regístrate', - ], - - 'login-form' => [ - 'page-title' => 'Cliente-Formulario de registro', - 'title' => 'Entrar', - 'email' => 'Correo electrónico', - 'password' => 'Contraseña', - 'forgot_pass' => '¿Has olvidado la contraseña?', - 'button_title' => 'Entrar', - 'remember' => 'Recuérdame', - 'footer' => '© Copyright :year Webkul Software, All rights reserved', - 'invalid-creds' => 'Por favor, verifica tus credenciales e intenta de nuevo', - 'verify-first' => 'Verifica tu correo electrónico primero', - 'not-activated' => 'La activación de la cuenta será aprovada por el administrador', - 'resend-verification' => 'Se ha reenviado un correo de verificación' - ], - - 'forgot-password' => [ - 'title' => 'Recuperar contraseña', - 'email' => 'Correo electrónico', - 'submit' => 'ENVIAR', - 'page_title' => 'Cliente - Formulario de contraseña olvidada' - ], - - 'reset-password' => [ - 'title' => 'Restablecer contraseña', - 'email' => 'Correo registrado', - 'password' => 'Contraseña', - 'confirm-password' => 'Confirma la contraseña', - 'back-link-title' => 'Reinicia sesión', - 'submit-btn-title' => 'Restablecer contraseña' - ], - - 'account' => [ - 'dashboard' => 'Cliente - Editar perfil', - 'menu' => 'Menu', - - 'general' => [ - 'no' => 'No', - 'yes' => 'si', - ], - - 'profile' => [ - 'index' => [ - 'page-title' => 'Cliente - Perfil', - 'title' => 'Perfil', - 'edit' => 'Editar', - ], - - 'edit-success' => 'Perfil actualizado exitosamente', - 'edit-fail' => '¡Error! El perfil no puede ser actualizado, por favor, inténtalo más tarde', - 'unmatch' => 'La anterior contraseña no coincide', - - 'fname' => 'Nombre', - 'lname' => 'Apellido', - 'gender' => 'Género', - 'other' => 'Otro', - 'male' => 'Masculino', - 'female' => 'Hembra', - 'dob' => 'Fecha de nacimiento', - 'phone' => 'Móvil', - 'email' => 'Correo electrónico', - 'opassword' => 'Contraseña anterior', - 'password' => 'Contraseña', - 'cpassword' => 'Confirma la contraseña', - 'submit' => 'Perfil actualizado', - - 'edit-profile' => [ - 'title' => 'Editar Perfil', - 'page-title' => 'Cliente - Formulario de edición de perfil' - ] - ], - - 'address' => [ - 'index' => [ - 'page-title' => 'Cliente - Dirección', - 'title' => 'Dirección', - 'add' => 'Añadir Dirección', - 'edit' => 'Editar', - 'empty' => 'No tienes ninguna dirección guardada, por favor, crea una clicando en el enlace de abajo', - 'create' => 'Crear Dirección', - 'delete' => 'Eliminar', - 'make-default' => 'Elegir por defecto', - 'default' => 'Por defecto', - 'contact' => 'Contacto', - 'confirm-delete' => '¿Quieres eleminar esta dirección?', - 'default-delete' => 'La dirección por defecto no puede ser cambiada', - 'enter-password' => 'Enter Your Password.', - ], - - 'create' => [ - 'page-title' => 'Cliente - Formulario de dirección', - 'title' => 'Añadir dirección', - 'street-address' => 'Calle', - 'country' => 'País', - 'state' => 'Estado', - 'select-state' => 'Selecciona una región, estado o provincia', - 'city' => 'Ciudad', - 'postcode' => 'Código postal', - 'phone' => 'Teléfono', - 'submit' => 'Guardar dirección', - 'success' => 'La dirección se ha añadido correctamente.', - 'error' => 'La dirección no se puede añadir.' - ], - - 'edit' => [ - 'page-title' => 'Cliente - Editar Dirección', - 'title' => 'Editar Dirección', - 'street-address' => 'Calle', - 'submit' => 'Guardar dirección', - 'success' => 'Dirección actualizada exitosamente.', - ], - 'delete' => [ - 'success' => 'Dirección eliminada correctamente', - 'failure' => 'La dirección no puede ser eliminada', - 'wrong-password' => 'Wrong Password !' - ] - ], - - 'order' => [ - 'index' => [ - 'page-title' => 'Cliente - Pedidos', - 'title' => 'Pedidos', - 'order_id' => 'ID Pedido', - 'date' => 'Fecha', - 'status' => 'Estado', - 'total' => 'Total', - 'order_number' => 'Número de pedido', - 'processing' => 'Processing', - 'completed' => 'Completed', - 'canceled' => 'Canceled', - 'closed' => 'Closed', - 'pending' => 'Pending', - 'pending-payment' => 'Pending Payment', - 'fraud' => 'Fraud' - ], - - 'view' => [ - 'page-tile' => 'Pedido #:order_id', - 'info' => 'Información', - 'placed-on' => 'Ubicación', - 'products-ordered' => 'Productos pedidos', - 'invoices' => 'Facturas', - 'shipments' => 'Envíos', - 'SKU' => 'SKU', - 'product-name' => 'Nombre', - 'qty' => 'Qty', - 'item-status' => 'Estado Item', - 'item-ordered' => 'Ordenado (:qty_ordered)', - 'item-invoice' => 'Facturado (:qty_invoiced)', - 'item-shipped' => 'Enviado (:qty_shipped)', - 'item-canceled' => 'Cancelado (:qty_canceled)', - 'price' => 'Precio', - 'total' => 'Total', - 'subtotal' => 'Total parcial', - 'shipping-handling' => 'Envío y Manipulación', - 'tax' => 'Impuesto', - 'discount' => 'Descuento', - 'tax-percent' => 'Porcentaje IVA', - 'tax-amount' => 'Cantidad impuesto', - 'discount-amount' => 'Cantidad descontada', - 'grand-total' => 'Total', - 'total-paid' => 'Total Pago', - 'total-refunded' => 'Total Reembolsado', - 'total-due' => 'Total', - 'shipping-address' => 'Dirección de envío', - 'billing-address' => 'Dirección de facturación', - 'shipping-method' => 'Método de envío', - 'payment-method' => 'Forma de pago', - 'individual-invoice' => 'Factura #:invoice_id', - 'individual-shipment' => 'Envío #:shipment_id', - 'print' => 'Imprimir', - 'invoice-id' => 'Factura Id', - 'order-id' => 'Pedido Id', - 'order-date' => 'Fecha pedido', - 'bill-to' => 'Facturar a', - 'ship-to' => 'Envío a', - 'contact' => 'Contacto', - 'tracking-number' => 'Tracking Number', - 'cancel-confirm-msg' => 'Estás segura de que deseas cancelar este pedido ?' - ] - ], - - 'wishlist' => [ - 'page-title' => 'Cliente - Lista de deseos', - 'title' => 'Lista de deseos', - 'deleteall' => 'Eliminar todo', - 'moveall' => 'Mover todos los productos a la cesta', - 'move-to-cart' => 'Mover a la cesta', - 'error' => 'No se puede agregar el producto a la lista de deseos por problemas desconocidos, inténtelo más tarde.', - 'add' => 'Artículo añadido a la lista de deseos', - 'remove' => 'Artículo eliminado de la lista de deseos', - 'add-wishlist-text' => 'Añadir producto a la lista de deseos', - 'remove-wishlist-text' => 'Eliminar producto de la lista de deseos', - 'moved' => 'Artículo movido a la cesta exitosamente', - 'move-error' => 'El artículo no se puede añadir a la lista de deseos, por favor inténtalo más tarde', - 'success' => 'Artículo añadido a la lista de deseos', - 'failure' => 'El artículo no se puede añadir a la lista de deseos, por favor inténtalo más tarde', - 'already' => 'Este artículo ya está en tu lista de deseos.', - 'removed' => 'Artículo eliminado de la lista de deseos', - 'remove-fail' => 'El artículo no se puede eliminar de la lista de deseos, por favor inténtalo más tarde', - 'empty' => 'No tiene ningún producto en su lista de deseos', - 'remove-all-success' => 'Todos los artículos de su lista de deseos han sido eliminados', - ], - - 'downloadable_products' => [ - 'title' => 'Productos descargables', - 'order-id' => 'Solicitar ID', - 'date' => 'Fecha', - 'name' => 'Título', - 'status' => 'Estado', - 'pending' => 'Pendiente', - 'available' => 'Disponible', - 'expired' => 'Caducado', - 'remaining-downloads' => 'Descargas restantes', - 'unlimited' => 'Ilimitado', - 'download-error' => 'El enlace de descarga ha caducado.' - ], - - 'review' => [ - 'index' => [ - 'title' => 'Opiniones', - 'page-title' => 'Cliente - Opiniones' - ], - - 'view' => [ - 'page-tile' => 'Opinión #:id', - ] - ] - ] - ], - - 'products' => [ - 'layered-nav-title' => 'Comprado por', - 'price-label' => 'Tan bajo como', - 'remove-filter-link-title' => 'Limpiar todo', - 'filter-to' => 'a', - 'sort-by' => 'Ordenar por', - 'from-a-z' => 'De A-Z', - 'from-z-a' => 'De Z-A', - 'newest-first' => 'Lo más nuevo primero', - 'oldest-first' => 'Lo más antiguo primero', - 'cheapest-first' => 'Lo más barato primero', - 'expensive-first' => 'Lo más caro primero', - 'show' => 'Show', - 'pager-info' => 'Mostrar :showing of :total Items', - 'description' => 'Descripción', - 'specification' => 'Especificaciones', - 'total-reviews' => ':total Reviews', - 'total-rating' => ':total_rating Ratings & :total_reviews Reviews', - 'by' => 'Por :name', - 'up-sell-title' => '¡Hemos encontrado otros productos que te pueden gustar!', - 'related-product-title' => 'Productos relacionados', - 'cross-sell-title' => 'Más opciones', - 'reviews-title' => 'Calificación y Opiniones', - 'write-review-btn' => 'Escribe una valoración', - 'choose-option' => 'Elige una opción', - 'sale' => 'En venta', - 'new' => 'Nuevo', - 'empty' => 'No hay prodcutos disponibles en esta categoría', - 'add-to-cart' => 'Añadir a la cesta', - 'book-now' => 'reservar ahora', - 'buy-now' => 'Comprar ahora', - 'whoops' => 'Ups!', - 'quantity' => 'Cantidad', - 'in-stock' => 'En estoc', - 'out-of-stock' => 'Sin estoc', - 'view-all' => 'Ver todo', - 'select-above-options' => 'Primero selecciona las opciones de arriba.', - 'less-quantity' => 'La cantidad no debe ser inferior a uno.', - 'available-for-order' => 'Disponible para ordenar', - 'settings' => 'Settings', - 'compare_options' => 'Compare Options', - ], - - // 'reviews' => [ - // 'empty' => 'Aún no has valorado ningún producto' - // ] - - 'buynow' => [ - 'no-options' => 'Por favor selecciona las opciones antes de comprar este producto' - ], - - - 'checkout' => [ - 'cart' => [ - 'integrity' => [ - 'missing_fields' =>'Faltan algunos campos requeridos', - 'missing_options' =>'Faltan opciones configurables del producto', - ], - 'create-error' => 'Se encontraron problemas con la cesta de compra', - 'title' => 'Cesta de la compra', - 'empty' => 'Tu cesta está vacía', - 'update-cart' => 'Actualizar cesta', - 'continue-shopping' => 'Seguir comprando', - 'proceed-to-checkout' => 'Continuar con el pago', - 'remove' => 'Eliminar', - 'remove-link' => 'Eliminar', - 'move-to-wishlist' => 'Mover a la lista de deseos', - 'move-to-wishlist-success' => 'Artículo movido a la lista de deseos', - 'move-to-wishlist-error' => 'El artículo no se puede añadir a la lista de deseos, por favor inténtalo más tarde', - 'add-config-warning' => 'Por favor selecciona las opciones antes de añadir a la cesta', - 'quantity' => [ - 'quantity' => 'Cantidad', - 'success' => 'Cesta actualizada exitosamente', - 'illegal' => 'La cantidad no puede ser menor que uno', - 'inventory_warning' => 'La cantidad solicitada no está disponible, inténtelo más tarde', - 'error' => 'No se pueden actualizar los artículos, inténtelo más tarde' - ], - 'item' => [ - 'error_remove' => 'No hay artículos que eliminar en la cesta', - 'success' => 'El artículp se añadió a la cesta', - 'success-remove' => 'El artículo se eliminó de la cesta', - 'error-add' => 'El artículo no se puede añadir a la cesta, inténtelo más tarde', - 'inactive' => 'An item is inactive and was removed from cart', - 'inactive-add' => 'Inactive item cannot be added to cart', - ], - 'quantity-error' => 'La cantidad solicitada no está disponible', - 'cart-subtotal' => 'Total parcial', - 'cart-remove-action' => '¿Realmente quieres hacer esto?', - 'partial-cart-update' => 'Solo algunos de los productos se han actualizado', - 'event' => [ - 'expired' => 'This event has been expired.' - ] - ], - - 'onepage' => [ - 'title' => 'Revisar', - 'information' => 'Información', - 'shipping' => 'Envío', - 'payment' => 'Pago', - 'complete' => 'Completado', - 'review' => 'revisión', - 'billing-address' => 'Dirección de facturación', - 'sign-in' => 'Entrar', - 'first-name' => 'Nombre', - 'last-name' => 'Apellido', - 'email' => 'Correo electrónico', - 'address1' => 'Calle', - 'city' => 'Ciudad', - 'state' => 'Estado', - 'select-state' => 'Selecciona una región, estado o provincia', - 'postcode' => 'Código postal', - 'phone' => 'Teléfono', - 'country' => 'País', - 'order-summary' => 'Resumen del pedido', - 'shipping-address' => 'Dirección de envío', - 'use_for_shipping' => 'Enviar a esta dirección', - 'continue' => 'Continuar', - 'shipping-method' => 'Seleccionar método de envío', - 'payment-methods' => 'Seleccionar forma de pago', - 'payment-method' => 'Forma de pago', - 'summary' => 'Resumen del pedido', - 'price' => 'Precio', - 'quantity' => 'Cantidad', - 'billing-address' => 'Dirección de facturación', - 'shipping-address' => 'Dirección de envío', - 'contact' => 'Contacto', - 'place-order' => 'Realizar pedido', - 'new-address' => 'Añadir nueva dirección', - 'save_as_address' => 'Guardar dirección', - 'apply-coupon' => 'Aplicar cupón', - 'amt-payable' => 'Cantidad a pagar', - 'got' => 'Tienes', - 'free' => 'Gratis', - 'coupon-used' => 'Cupón usado', - 'applied' => 'Aplicado', - 'back' => 'Volver', - 'cash-desc' => 'Pago en efectivo', - 'money-desc' => 'Transferencia bancaria', - 'paypal-desc' => 'Paypal', - 'free-desc' => 'Envío gratuito', - 'flat-desc' => 'Esta es una tarifa plana' - ], - - 'total' => [ - 'order-summary' => 'Resumen del pedido', - 'sub-total' => 'Artículos', - 'grand-total' => 'Total', - 'delivery-charges' => 'Gastos de envío', - 'tax' => 'Impuesto', - 'discount' => 'Descuento', - 'price' => 'Precio', - 'disc-amount' => 'Cantidad descontada', - 'new-grand-total' => 'Total', - 'coupon' => 'Cupón', - 'coupon-applied' => 'Cupón aplicado', - 'remove-coupon' => 'Eliminar cupón', - 'cannot-apply-coupon' => 'No se puede aplicar cupón' - ], - - 'success' => [ - 'title' => 'Pedido realizado correctamente', - 'thanks' => '¡Gracias por tu pedido!', - 'order-id-info' => 'Tu número de pedido es #:order_id', - 'info' => 'Te enviaremos un correo electrónico con los detalles de tu pedido y la información de seguimiento' - ] - ], - - 'mail' => [ - 'order' => [ - 'subject' => 'Nuevo pedido confirmado', - 'heading' => '¡Pedido Confirmado!', - 'dear' => 'Estimado/a :customer_name', - 'dear-admin' => 'Estimado/a :admin_name', - 'greeting' => 'Gracias por tu pedido :order_id placed on :created_at', - 'greeting-admin' => 'Pedido número :order_id placed on :created_at', - 'summary' => 'Resumen del pedido', - 'shipping-address' => 'Dirección de envío', - 'billing-address' => 'Dirección de facturación', - 'contact' => 'Contacto', - 'shipping' => 'Método de envío', - 'payment' => 'Forma de pago', - 'price' => 'Precio', - 'quantity' => 'Cantidad', - 'subtotal' => 'Subtotal', - 'shipping-handling' => 'Envío y manipulación', - 'tax' => 'Impuesto', - 'discount' => 'Descuento', - 'grand-total' => 'Total', - 'final-summary' => 'Gracias por tu pedido, te enviaremos el número de seguimiento una vez enviado', - 'help' => 'Si necesitas ayuda contacta con nosotros a través de :support_email', - 'thanks' => '¡Gracias!', - - 'comment' => [ - 'subject' => 'Nuevo comentario agregado a su pedido #:order_id', - 'dear' => 'Querida :customer_name', - 'final-summary' => 'Gracias por mostrar su interés en nuestra tienda.', - 'help' => 'Si necesita algún tipo de ayuda, contáctenos en :support_email', - 'thanks' => '¡Gracias!', - ], - - 'cancel' => [ - 'subject' => 'Confirmación de pedido cancelado', - 'heading' => 'Pedido cancelado', - 'dear' => 'Estimado/a :customer_name', - 'greeting' => 'Tu pedido con el número #:order_id placed on :created_at ha sido cancelado', - 'summary' => 'Resumen del pedido', - 'shipping-address' => 'Dirección de envío', - 'billing-address' => 'Dirección de facturación', - 'contact' => 'Contacto', - 'shipping' => 'Método de envío', - 'payment' => 'Forma de pago', - 'subtotal' => 'Subtotal', - 'shipping-handling' => 'Envío y Manipulación', - 'tax' => 'Impuesto', - 'discount' => 'Descuento', - 'grand-total' => 'Total', - 'final-summary' => 'Gracias por tu interés en nuestra tienda', - 'help' => 'Si necesitas ayuda contacta con nosotros a través de :support_email', - 'thanks' => '¡Gracias!', - ] - ], - 'invoice' => [ - 'heading' => 'Tu factura #:invoice_id for Order #:order_id', - 'subject' => 'Factura de tu pedido #:order_id', - 'summary' => 'Resumen de pedido', - ], - 'shipment' => [ - 'heading' => 'El Envío #:shipment_id ha sido generado por el pedido #:order_id', - 'inventory-heading' => 'Nuevo envío #:shipment_id ha sido generado por el pedido #:order_id', - 'subject' => 'Envío de tu pedido #:order_id', - 'inventory-subject' => 'Nuevo envío ha sido generado por el pedido #:order_id', - 'summary' => 'Resumen de envío', - 'carrier' => 'Transportista', - 'tracking-number' => 'Número de seguimiento', - 'greeting' => 'El pedido :order_id ha sido enviado a :created_at', - ], - 'forget-password' => [ - 'subject' => 'Restablecer contraseña cliente', - 'dear' => 'Estimado/a :name', - 'info' => 'Te hemos enviado este correo porque hemos recibido una solicitud para restablecer la contraseña de tu cuenta', - 'reset-password' => 'Restablecer contraseña', - 'final-summary' => 'Si no has solicitado cambiar de contraseña, ninguna acción es requerida por tu parte.', - 'thanks' => '¡Gracias!' - ], - 'update-password' => [ - 'subject' => 'Contraseña actualiza', - 'dear' => 'Estimado/a :name', - 'info' => 'Está recibiendo este correo electrónico porque ha actualizado su contraseña.', - 'thanks' => '¡Gracias!' - ], - 'customer' => [ - 'new' => [ - 'dear' => 'Estimado/a :customer_name', - 'username-email' => 'Nombre de usuario/Email', - 'subject' => 'Nuevo registro de cliente', - 'password' => 'Contraseña', - 'summary' => 'Tu cuenta ha sido creada en Bassar. - Los detalles de tu cuenta puedes verlos abajo: ', - 'thanks' => '¡Gracias!', - ], - - 'registration' => [ - 'subject' => 'Nuevo registro de cliente', - 'customer-registration' => 'Cliente registrado exitosamente', - 'dear' => 'Estimado/a :customer_name', - 'greeting' => '¡Bienvenido y gracias por registrarte en Bassar!', - 'summary' => 'Your account has now been created successfully and you can login using your email address and password credentials. Upon logging in, you will be able to access other services including reviewing past orders, wishlists and editing your account information.', - 'thanks' => '¡Gracias!', - ], - - 'verification' => [ - 'heading' => 'Bassar - Verificación por correo', - 'subject' => 'Verificación por correo', - 'verify' => 'Verifica tu cuenta', - 'summary' => 'Este mensaje es para verificar que esta dirección de mail es tuya. - Por favor, clica el botón de abajo para verificar tu cuenta.' - ], - - 'subscription' => [ - 'subject' => 'Subscripción mail', - 'greeting' => ' Bienvenido a Bassar - Subscripción por mail', - 'unsubscribe' => 'Darse de baja', - 'summary' => 'Gracias por ponernos en tu bandeja de entrada. Ha pasado un tiempo desde que leyó el último correo electrónico de Bassar, y no queremos abrumar su bandeja de entrada. Si ya no quiere recibir - las últimas noticias de marketing, haga clic en el botón de abajo.' - ] - ] - ], - - 'webkul' => [ - 'copy-right' => '© Copyright :year Webkul Software, All rights reserved', - ], - - 'response' => [ - 'create-success' => ':name creado correctamente.', - 'update-success' => ':name actualizado correctamente.', - 'delete-success' => ':name eliminado correctamente.', - 'submit-success' => ':name enviado correctamente.' - ], -]; diff --git a/resources/lang/vendor/shop/fa/app.php b/resources/lang/vendor/shop/fa/app.php deleted file mode 100644 index fe8f3f1c2..000000000 --- a/resources/lang/vendor/shop/fa/app.php +++ /dev/null @@ -1,723 +0,0 @@ - '!!!فعالیت مشکوکی یافت شد', - 'nothing-to-delete' => 'هیچ چیز برای حذف نیست', - 'nothing-to-delete' => 'هیچ چیز برای حذف نیست', - - 'layouts' => [ - 'my-account' => 'حساب من', - 'profile' => 'مشخصات', - 'address' => 'نشانی', - 'reviews' => 'بررسی ها', - 'wishlist' => 'لیست دلخواه', - 'orders' => 'سفارشات', - 'downloadable-products' => 'محصولات دانلودی' - ], - - 'common' => [ - 'error' => 'مشکلی رخ داده است. لطفا بعدا دوباره امتحان کنید.', - 'no-result-found' => 'ما هیچ سابقه ای پیدا نکردیم.' - ], - - 'home' => [ - 'page-title' => 'فروشگاه - خانه', - 'featured-products' => 'محصولات برجسته', - 'new-products' => 'محصولات جدید', - 'verify-email' => 'حساب ایمیل خود را تأیید کنید', - 'resend-verify-email' => 'ایمیل تایید را دوباره بفرست' - ], - - 'header' => [ - 'title' => 'حساب', - 'dropdown-text' => 'مدیریت سبد خرید ، سفارشات و لیست دلخواه', - 'sign-in' => 'ورود', - 'sign-up' => 'ثبت نام', - 'account' => 'حساب', - 'cart' => 'سبد خرید', - 'profile' => 'مشخصات', - 'wishlist' => 'لیست دلخواه', - 'cart' => 'سبد خرید', - 'logout' => 'خروج', - 'search-text' => 'محصولات را در اینجا جستجو کنید' - ], - - 'minicart' => [ - 'view-cart' => 'مشاهده سبد خرید', - 'checkout' => 'وارسی', - 'cart' => 'سبد خرید', - 'zero' => '0' - ], - - 'footer' => [ - 'subscribe-newsletter' => 'عضویت در خبرنامه', - 'subscribe' => 'اشتراک در', - 'locale' => 'محل', - 'currency' => 'واحد پول', - ], - - 'subscription' => [ - 'unsubscribe' => 'لغو اشتراک', - 'subscribe' => 'اشتراک در', - 'subscribed' => 'شما هم اکنون در ایمیل های اشتراک مشترک شده اید', - 'not-subscribed' => 'شما نمی توانید به عضویت در ایمیل مشترک شوید ، پس از مدتی دوباره امتحان کنید', - 'already' => 'شما قبلاً در لیست اشتراک های ما مشترک شده اید', - 'unsubscribed' => 'شما از نامه های اشتراک مشترکاً مشترک نیستید', - 'already-unsub' => 'شما قبلاً لغو اشتراک شده اید', - 'not-subscribed' => 'خطا! نامه ارسال نمی شود در حال حاضر ، لطفا بعدا دوباره امتحان کنید' - ], - - 'search' => [ - 'no-results' => 'نتیجه ای پیدا نشد', - 'page-title' => 'فروشگاه - جستجو', - 'found-results' => 'نتایج جستجو یافت شد', - 'found-result' => 'نتیجه جستجو یافت شد', - 'analysed-keywords' => 'Analysed Keywords' - ], - - 'reviews' => [ - 'title' => 'عنوان', - 'add-review-page-title' => 'Add بررسی', - 'write-review' => 'یک بررسی بنویسید', - 'review-title' => 'عنوان خود را به نقد خود بدهید', - 'product-review-page-title' => 'بررسی محصول', - 'rating-reviews' => 'رتبه بندی و بررسی', - 'submit' => 'ارسال', - 'delete-all' => 'همه بررسی ها با موفقیت حذف شده است', - 'ratingreviews' => ':rating رتبه بندی ها و :review بررسی ها', - 'star' => 'ستاره', - 'percentage' => ':percentage %', - 'id-star' => 'ستاره', - 'name' => 'نام' - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'مقایسه کنید', - 'compare_similar_items' => 'موارد مشابه را مقایسه کنید', - 'add-tooltip' => 'اضافه کردن محصول برای مقایسه لیست', - 'added' => 'مورد با موفقیت برای مقایسه لیست اضافه شد', - 'already_added' => 'مورد در حال حاضر برای مقایسه لیست اضافه شده است', - 'removed' => 'مورد با موفقیت از لیست مقایسه حذف شد', - 'removed-all' => 'همه موارد با موفقیت از لیست مقایسه حذف شدند', - 'empty-text' => "شما هیچ موردی را در لیست مقایسه خود ندارید", - 'product_image' => 'Product Image', - 'actions' => 'Actions', - ], - - 'signup-text' => [ - 'account_exists' => 'قبلاً حساب داشته باشید', - 'title' => 'ورود' - ], - - 'signup-form' => [ - 'page-title' => 'مشتری - فرم ثبت نام', - 'title' => 'ثبت نام', - 'firstname' => 'نام کوچک', - 'lastname' => 'نام خانوادگی', - 'email' => 'پست الکترونیک', - 'password' => 'کلمه عبور', - 'confirm_pass' => 'رمز عبور را تأیید کنید', - 'button_title' => 'ثبت نام', - 'agree' => 'موافق', - 'terms' => 'مقررات', - 'conditions' => 'شرایط', - 'using' => 'با استفاده از این وب سایتe', - 'agreement' => 'توافق', - 'success' => 'حساب با موفقیت ایجاد شد', - 'success-verify' => 'ایجاد حساب با موفقیت ، نامه الکترونیکی برای تأیید ارسال شده است.', - 'success-verify-email-unsent' => 'حساب با موفقیت ایجاد شد ، اما نامه الکترونیکی تأیید نشده است', - 'failed' => 'خطا! نمی توانید حساب خود را ایجاد کنید ، بعدا دوباره امتحان کنید', - 'already-verified' => 'حساب شما قبلاً تأیید شده است یا لطفاً یک ایمیل تأیید جدید دوباره ارسال کنید', - 'verification-not-sent' => 'خطا! مشکلی در ارسال ایمیل تأیید صحت ، بعداً دوباره امتحان کنید', - 'verification-sent' => 'ایمیل تأیید ارسال شده است', - 'verified' => 'حساب شما تأیید شده است ، سعی کنید هم اکنون وارد سیستم شوید', - 'verify-failed' => 'ما نمی توانیم حساب نامه شما را تأیید کنیم', - 'dont-have-account' => 'شما با ما حساب ندارید', - 'customer-registration' => 'ثبت نام مشتری با موفقیت انجام شد' - ], - - 'login-text' => [ - 'no_account' => 'حساب ندارید', - 'title' => 'ثبت نام', - ], - - 'login-form' => [ - 'page-title' => 'ورود مشتری', - 'title' => 'ورود', - 'email' => 'پست الکترونیک', - 'password' => 'کلمه عبور', - 'forgot_pass' => 'رمز عبور را فراموش کرده اید؟', - 'button_title' => 'ورود', - 'remember' => 'مرا به خاطر بسپار', - 'footer' => '© حقوق النشر :year Webkul Software ، جميع الحقوق محفوظة', - 'invalid-creds' => 'لطفا مدارک خود را بررسی کنید و دوباره امتحان کنید', - 'verify-first' => 'ابتدا حساب ایمیل خود را تأیید کنید', - 'not-activated' => 'فعال سازی شما به دنبال تأیید سرپرست است', - 'resend-verification' => 'مجدداً نامه تأیید را دوباره ارسال کنید' - ], - - 'forgot-password' => [ - 'title' => 'بازیابی رمز عبور', - 'email' => 'پست الکترونیک', - 'submit' => 'ارسال', - 'page_title' => 'مشتری - فرم رمز عبور را فراموش کرده اید' - ], - - 'reset-password' => [ - 'title' => 'بازنشانی گذرواژه', - 'email' => 'ایمیل ثبت شده', - 'password' => 'کلمه عبور', - 'confirm-password' => 'رمز عبور را تأیید کنید', - 'back-link-title' => 'بازگشت به سیستم ورود به سیستم', - 'submit-btn-title' => 'بازنشانی گذرواژه' - ], - - 'account' => [ - 'dashboard' => 'مشتری - ویرایش نمایه', - 'menu' => 'فهرست', - - 'general' => [ - 'no' => 'نه', - 'yes' => 'آره', - ], - - 'profile' => [ - 'index' => [ - 'page-title' => 'مشتری - پروفایل', - 'title' => 'مشخصات', - 'edit' => 'ویرایش کنید', - ], - - 'edit-success' => 'نمایه با موفقیت به روز شد', - 'edit-fail' => 'خطا! نمایه به روز نمی شود ، لطفا بعداً دوباره امتحان کنید', - 'unmatch' => 'رمز عبور قدیمی مطابقت ندارد', - - 'fname' => 'نام کوچک', - 'lname' => 'نام خانوادگی', - 'gender' => 'جنسیت', - 'other' => 'دیگر', - 'male' => 'نر', - 'female' => 'زن', - 'dob' => 'تاریخ تولد', - 'phone' => 'تلفن', - 'email' => 'پست الکترونیک', - 'opassword' => 'گذرواژه قدیمی', - 'password' => 'کلمه عبور', - 'cpassword' => 'رمز عبور را تأیید کنید', - 'submit' => 'بروزرسانی پروفایل', - - 'edit-profile' => [ - 'title' => 'ویرایش نمایه', - 'page-title' => 'مشتری - ویرایش فرم پروفایل' - ] - ], - - 'address' => [ - 'index' => [ - 'page-title' => 'مشتری - آدرس', - 'title' => 'نشانی', - 'add' => 'اضافه کردن آدرس', - 'edit' => 'ویرایش کنید', - 'empty' => 'شما هیچ آدرس ذخیره ای در اینجا ندارید ، لطفاً با کلیک روی پیوند زیر سعی کنید آن را ایجاد کنید', - 'create' => 'ایجاد آدرس', - 'delete' => 'حذف', - 'make-default' => 'پیش فرض کنید', - 'default' => 'پیش فرض', - 'contact' => 'تماس', - 'confirm-delete' => 'آیا واقعاً می خواهید این آدرس را حذف کنید؟', - 'default-delete' => 'آدرس پیش فرض تغییر نمی کند', - 'enter-password' => 'رمز ورود خود را وارد کنید', - ], - - 'create' => [ - 'page-title' => 'مشتری - فرم آدرس را اضافه کنید', - 'company_name' => 'نام شرکت', - 'first_name' => 'نام کوچک', - 'last_name' => 'نام خانوادگی', - 'vat_id' => 'id وات', - 'vat_help_note' => '[Note: Use Country Code with VAT Id. Eg. INV01234567891]', - 'title' => 'اضافه کردن آدرس', - 'street-address' => 'آدرس خیابان', - 'country' => 'کشور', - 'state' => 'دولت', - 'select-state' => 'یک منطقه ، ایالت یا استان را انتخاب کنید', - 'city' => 'شهر', - 'postcode' => 'کد پستی', - 'phone' => 'تلفن', - 'submit' => 'ذخیره آدرس', - 'success' => 'آدرس با موفقیت اضافه شد', - 'error' => 'آدرس اضافه نمی شود.' - ], - - 'edit' => [ - 'page-title' => 'مشتری - ویرایش آدرس', - 'company_name' => 'نام شرکت', - 'first_name' => 'نام کوچک', - 'last_name' => 'نام خانوادگی', - 'vat_id' => 'id وات', - 'title' => 'ویرایش آدرس', - 'street-address' => 'آدرس خیابان', - 'submit' => 'ذخیره آدرس', - 'success' => 'آدرس با موفقیت به روز شد.', - ], - 'delete' => [ - 'success' => 'آدرس با موفقیت حذف شد', - 'failure' => 'آدرس حذف نمی شود', - 'wrong-password' => 'گذرواژه اشتباه!' - ] - ], - - 'order' => [ - 'index' => [ - 'page-title' => 'مشتری - سفارشات', - 'title' => 'سفارشات', - 'order_id' => 'شماره سفارش', - 'date' => 'تاریخ', - 'status' => 'وضعیت', - 'total' => 'جمع', - 'order_number' => 'شماره سفارش', - 'processing' => 'در حال پردازش', - 'completed' => 'تکمیل شد', - 'canceled' => 'لغو شد', - 'closed' => 'بسته شد', - 'pending' => 'در انتظار', - 'pending-payment' => 'در انتظار پرداخت', - 'fraud' => 'تقلب' - ], - - 'view' => [ - 'page-tile' => '#:order_id سفارش', - 'info' => 'اطلاعات', - 'placed-on' => 'قرار داده شده در', - 'products-ordered' => 'محصولات سفارش داده شده', - 'invoices' => 'صورت حساب', - 'shipments' => 'حمل و نقل', - 'SKU' => 'واحد نگهداری سهام', - 'product-name' => 'نام', - 'qty' => 'کمیت', - 'item-status' => 'وضعیت مورد', - 'item-ordered' => '(:qty_ordered) سفارش داد', - 'item-invoice' => '(:qty_invoiced) صورتحساب ', - 'item-shipped' => '(:qty_shipped) حمل شده', - 'item-canceled' => '(:qty_canceled) لغو شد', - 'item-refunded' => '(:qty_refunded) بازپرداخت', - 'price' => 'قیمت', - 'total' => 'جمع', - 'subtotal' => 'فرعی', - 'shipping-handling' => 'حمل و نقل و جابجایی', - 'tax' => 'مالیات', - 'discount' => 'تخفیف', - 'tax-percent' => 'درصد مالیات', - 'tax-amount' => 'مبلغ مالیات', - 'discount-amount' => 'مقدار تخفیف', - 'grand-total' => 'بزرگ توتال', - 'total-paid' => 'جمع پرداختی', - 'total-refunded' => 'بازپرداخت کل', - 'total-due' => 'بدهی کل', - 'shipping-address' => 'آدرس حمل و نقل', - 'billing-address' => 'آدرس قبض', - 'shipping-method' => 'روش حمل و نقل', - 'payment-method' => 'روش پرداخت', - 'individual-invoice' => '#:invoice_id صورتحساب', - 'individual-shipment' => '#:shipment_id حمل و نقل', - 'print' => 'چاپ', - 'invoice-id' => 'شناسه فاکتور', - 'order-id' => 'شماره سفارش', - 'order-date' => 'تاریخ سفارش', - 'bill-to' => 'بیل به', - 'ship-to' => 'حمل به', - 'contact' => 'تماس', - 'refunds' => 'بازپرداخت', - 'individual-refund' => '#:refund_id بازپرداخت', - 'adjustment-refund' => 'بازپرداخت تنظیم', - 'adjustment-fee' => 'هزینه تنظیم', - 'tracking-number' => 'Tracking Number', - 'cancel-confirm-msg' => 'Are you sure you want to cancel this order ?' - ] - ], - - 'wishlist' => [ - 'page-title' => 'مشتری - لیست دلخواه', - 'title' => 'لیست دلخواه', - 'deleteall' => 'حذف همه', - 'moveall' => 'انتقال همه محصولات به سبد خرید', - 'move-to-cart' => 'انتقال به سبد خرید', - 'error' => 'به دلیل مشکلات ناشناخته نمی توان محصول را به لیست دلخواه اضافه کرد ، لطفا بعداً بررسی کنید', - 'add' => 'مورد با موفقیت به لیست دلخواه اضافه شد', - 'remove' => 'مورد با موفقیت از لیست دلخواه حذف شد', - 'add-wishlist-text' => 'محصول را به لیست دلخواه اضافه کنید', - 'remove-wishlist-text' => 'محصول را از لیست دلخواه حذف کنید', - 'moved' => 'مورد با موفقیت به سبد خرید منتقل شد', - 'option-missing' => 'گزینه های محصول وجود ندارد ، بنابراین مورد را نمی توان به لیست دلخواه منتقل کرد.', - 'move-error' => 'مورد را نمی توان به لیست دلخواه منتقل کرد ، لطفا بعداً دوباره امتحان کنید', - 'success' => 'مورد با موفقیت به لیست دلخواه اضافه شد', - 'failure' => 'مورد را نمی توان به لیست دلخواه اضافه کرد ، لطفا بعداً دوباره امتحان کنید', - 'already' => 'مورد موجود در لیست دلخواه شما موجود است', - 'removed' => 'مورد با موفقیت از لیست دلخواه حذف شد', - 'remove-fail' => 'لطفاً مورد از لیست لیست حذف نشود ، لطفا بعداً دوباره امتحان کنید', - 'empty' => 'شما هیچ موردی در لیست دلخواه خود ندارید', - 'remove-all-success' => 'همه موارد از لیست دلخواه شما حذف شده است', - ], - - 'downloadable_products' => [ - 'title' => 'محصولات دانلودی', - 'order-id' => 'شماره سفارش', - 'date' => 'تاریخ', - 'name' => 'عنوان', - 'status' => 'وضعیت', - 'pending' => 'در انتظار', - 'available' => 'در دسترس', - 'expired' => 'منقضی شده', - 'remaining-downloads' => 'بارگیری های باقی مانده', - 'unlimited' => 'نامحدود', - 'download-error' => 'لینک دانلود منقضی شده است' - ], - - 'review' => [ - 'index' => [ - 'title' => 'بررسی ها', - 'page-title' => 'مشتری - بررسی' - ], - - 'view' => [ - 'page-tile' => '#:id بررسی', - ] - ] - ] - ], - - 'products' => [ - 'layered-nav-title' => 'خرید بوسیله ی', - 'price-label' => 'به اندازه کم', - 'remove-filter-link-title' => 'همه را پاک کن', - 'filter-to' => 'to', - 'sort-by' => 'مرتب سازی بر اساس', - 'from-a-z' => 'از A-Z', - 'from-z-a' => 'از Z-A', - 'newest-first' => 'جدیدترین اول', - 'oldest-first' => 'قدیمی ترها در اولویت', - 'cheapest-first' => 'ارزان ترین اول', - 'expensive-first' => 'گران قیمت اول', - 'show' => 'نشان دادن', - 'pager-info' => 'نمایش :showing از :total آیتم', - 'description' => 'شرح', - 'specification' => 'مشخصات', - 'total-reviews' => ':total بررسی ها', - 'total-rating' => ':total_rating رتبه بندی ها و :total_reviews بررسی ها', - 'by' => 'با :name', - 'up-sell-title' => 'ما محصولات دیگری را پیدا کردید که ممکن است دوست داشته باشید!', - 'related-product-title' => 'محصولات مرتبط', - 'cross-sell-title' => 'گزینه های بیشتر', - 'reviews-title' => 'رتبه بندی ها و بررسی ها', - 'write-review-btn' => 'نوشتن نظر', - 'choose-option' => 'گزینه ای را انتخاب کنید', - 'sale' => 'فروش', - 'new' => 'جدید', - 'empty' => 'هیچ کالایی در این گروه موجود نیست', - 'add-to-cart' => 'افزودن به سبد خرید', - 'book-now' => 'اکنون ثبت کن', - 'buy-now' => 'هم اکنون خریداری کنید', - 'whoops' => 'وای!', - 'quantity' => 'مقدار', - 'in-stock' => 'در انبار', - 'out-of-stock' => 'تمام شده', - 'view-all' => 'مشاهده همه', - 'select-above-options' => 'لطفا ابتدا گزینه های بالا را انتخاب کنید', - 'less-quantity' => 'کمیت نمی تواند کمتر از یک باشد.', - 'samples' => 'نمونه ها', - 'links' => 'پیوندها', - 'sample' => 'نمونه', - 'name' => 'نام', - 'qty' => 'کمیت', - 'starting-at' => 'شروع از', - 'customize-options' => 'گزینه ها را سفارشی کنید', - 'choose-selection' => 'انتخابی را انتخاب کنید', - 'your-customization' => 'شخصی سازی شما', - 'total-amount' => 'مقدار کل', - 'none' => 'هیچ یک', - 'available-for-order' => 'Available for Order', - 'settings' => 'Settings', - 'compare_options' => 'Compare Options', - ], - - // 'reviews' => [ - // 'empty' => 'You Have Not Reviewed Any Of Product Yet' - // ] - - 'buynow' => [ - 'no-options' => 'لطفا قبل از خرید این محصول گزینه هایی را انتخاب کنید' - ], - - 'checkout' => [ - 'cart' => [ - 'integrity' => [ - 'missing_fields' =>'نقض یکپارچگی سیستم سبد خرید ، برخی از زمینه های لازم وجود ندارد', - 'missing_options' =>'نقض یکپارچگی سیستم سبد خرید ، گزینه هایی برای محصول قابل تنظیم وجود ندارد', - 'missing_links' => 'لینک های قابل بارگیری برای این محصول وجود ندارد', - 'qty_missing' => 'حداقل یک محصول باید بیش از 1 مقدار داشته باشد.', - 'qty_impossible' => 'نمی توان بیش از یکی از این محصولات را به سبد خرید اضافه کرد' - ], - 'create-error' => 'هنگام تهیه نمونه سبد خرید ، با برخی از شماره ها روبرو شد', - 'title' => 'سبد خرید', - 'empty' => 'سبد خرید شما خالی است', - 'update-cart' => 'به روز رسانی سبد خرید', - 'continue-shopping' => 'ادامه خرید', - 'proceed-to-checkout' => 'ادامه به پرداخت', - 'remove' => 'برداشتن', - 'remove-link' => 'برداشتن', - 'move-to-wishlist' => 'انتقال به لیست دلخواه', - 'move-to-wishlist-success' => 'مورد به لیست دلخواه منتقل شد', - 'move-to-wishlist-error' => 'نمی توان مورد را به لیست علاقه مندی ها انتقال داد ، لطفا بعداً دوباره امتحان کنید', - 'add-config-warning' => 'لطفا قبل از افزودن به سبد خرید گزینه را انتخاب کنید', - 'quantity' => [ - 'quantity' => 'مقدار', - 'success' => 'مورد (سبد) سبد خرید با موفقیت به روز شد', - 'illegal' => 'مقدار نمی تواند از یک مقدار کمتر باشد', - 'inventory_warning' => 'مقدار درخواستی در دسترس نیست ، لطفا بعداً دوباره امتحان کنید', - 'error' => 'در حال حاضر نمی توانید موارد (های) را به روز کنید ، لطفا بعداً دوباره امتحان کنید' - ], - - 'item' => [ - 'error_remove' => 'هیچ موردی برای حذف از سبد خرید وجود ندارد', - 'success' => 'مورد با موفقیت به سبد خرید اضافه شد', - 'success-remove' => 'مورد با موفقیت از سبد خرید حذف شد', - 'error-add' => 'لطفاً موردی را به سبد خرید اضافه نکرد ، لطفا بعداً دوباره امتحان کنید', - 'inactive' => 'An item is inactive and was removed from cart', - 'inactive-add' => 'Inactive item cannot be added to cart', - ], - - 'quantity-error' => 'مقدار درخواستی در دسترس نیست', - 'cart-subtotal' => 'سبد فرعی', - 'cart-remove-action' => 'آیا واقعاً می خواهید این کار را انجام دهید؟', - 'partial-cart-update' => 'فقط برخی از محصولات (های) به روز شده اند', - 'event' => [ - 'expired' => 'This event has been expired.' - ] - ], - - 'onepage' => [ - 'title' => 'وارسی', - 'information' => 'اطلاعات', - 'shipping' => 'حمل دریایی', - 'payment' => 'پرداخت', - 'complete' => 'تکمیل', - 'review' => 'مرور', - 'billing-address' => 'آدرس قبض', - 'sign-in' => 'ورود', - 'company-name' => 'نام شرکت', - 'first-name' => 'نام کوچک', - 'last-name' => 'نام خانوادگی', - 'email' => 'پست الکترونیک', - 'address1' => 'آدرس خیابان', - 'city' => 'شهر', - 'state' => 'دولت', - 'select-state' => 'یک منطقه ، ایالت یا استان را انتخاب کنید', - 'postcode' => 'پستی / کدپستی', - 'phone' => 'تلفن', - 'country' => 'کشور', - 'order-summary' => 'خلاصه سفارش', - 'shipping-address' => 'آدرس حمل و نقل', - 'use_for_shipping' => 'حمل به این آدرس', - 'continue' => 'ادامه هید', - 'shipping-method' => 'نحوه ارسال را انتخاب کنید', - 'payment-methods' => 'روش پرداخت را انتخاب کنید', - 'payment-method' => 'روش پرداخت', - 'summary' => 'خلاصه سفارش', - 'price' => 'قیمت', - 'quantity' => 'مقدار', - 'billing-address' => 'آدرس قبض', - 'shipping-address' => 'آدرس حمل و نقل', - 'contact' => 'تماس', - 'place-order' => 'ترتیب سفارش', - 'new-address' => 'آدرس جدید را اضافه کنید', - 'save_as_address' => 'ذخیره به عنوان آدرس', - 'apply-coupon' => 'کوپن را اعمال کنید', - 'amt-payable' => 'مبلغ قابل پرداخت', - 'got' => 'بدست آورد', - 'free' => 'رایگان', - 'coupon-used' => 'کوپن مورد استفاده', - 'applied' => 'کاربردی', - 'back' => 'بازگشت', - 'cash-desc' => 'پرداخت نقدی هنگام تحویل', - 'money-desc' => 'انتقال پول', - 'paypal-desc' => 'استاندارد پی پال', - 'free-desc' => 'این یک ارسال رایگان است', - 'flat-desc' => 'این یک نرخ مسطح است', - 'password' => 'کلمه عبور', - 'login-exist-message' => 'شما قبلاً با ما حساب کاربری دارید ، وارد شوید یا به عنوان مهمان ادامه دهید', - 'enter-coupon-code' => 'شماره کوپن را وارد کنید' - ], - - 'total' => [ - 'order-summary' => 'خلاصه سفارش', - 'sub-total' => 'موارد', - 'grand-total' => 'بزرگ توتال', - 'delivery-charges' => 'هزینه های تحویل', - 'tax' => 'مالیات', - 'discount' => 'تخفیف', - 'price' => 'قیمت', - 'disc-amount' => 'مقدار تخفیف', - 'new-grand-total' => 'کل بزرگ عالی', - 'coupon' => 'کوپن', - 'coupon-applied' => 'کوپن کاربردی', - 'remove-coupon' => 'کوپن را بردارید', - 'cannot-apply-coupon' => 'کوپن قابل اعمال نیست', - 'invalid-coupon' => 'کد کوپن نامعتبر است', - 'success-coupon' => 'کد کوپن با موفقیت اعمال شد', - 'coupon-apply-issue' => 'کد کوپن نمی تواند اعمال شود' - ], - - 'success' => [ - 'title' => 'سفارش با موفقیت درج شد', - 'thanks' => 'از سفارش شما متشکریم!', - 'order-id-info' => 'شناسه سفارش شماست #:order_id', - 'info' => 'ما به شما ، اطلاعات سفارش و اطلاعات ردیابی به شما ایمیل خواهیم داد' - ] - ], - - 'mail' => [ - 'order' => [ - 'subject' => 'تأیید سفارش جدید', - 'heading' => 'تایید سفارش!', - 'dear' => 'عزیز :customer_name', - 'dear-admin' => 'عزیز :admin_name', - 'greeting' => 'با تشکر از سفارش شما :order_id قرار داده شده در :created_at', - 'greeting-admin' => 'شماره سفارش :order_id قرار داده شده در :created_at', - 'summary' => 'خلاصه سفارش', - 'shipping-address' => 'آدرس حمل و نقل', - 'billing-address' => 'آدرس قبض', - 'contact' => 'تماس', - 'shipping' => 'روش حمل و نقل', - 'payment' => 'روش پرداخت', - 'price' => 'قیمت', - 'quantity' => 'مقدار', - 'subtotal' => 'فرعی', - 'shipping-handling' => 'حمل و نقل و جابجایی', - 'tax' => 'مالیات', - 'discount' => 'تخفیف', - 'grand-total' => 'بزرگ توتال', - 'final-summary' => 'با تشکر از علاقه شما به فروشگاه ما ، شماره حمل و نقل را برای شما ارسال می کنیم', - 'help' => 'در صورت نیاز به هر نوع کمک ، لطفا با ما تماس بگیرید :support_email', - 'thanks' => 'با تشکر!', - - 'comment' => [ - 'subject' => '#:order_id نظر جدیدی به سفارش شما اضافه شد', - 'dear' => ':customer_name عزیز', - 'final-summary' => 'با تشکر از علاقه شما به فروشگاه ما', - 'help' => ':support_email در صورت نیاز به هر نوع کمک ، لطفا با ما تماس بگیرید', - 'thanks' => 'با تشکر!', - ], - - 'cancel' => [ - 'subject' => 'تأیید سفارش را لغو کنید', - 'heading' => 'سفارش لغو شد', - 'dear' => ':customer_name عزیز', - 'greeting' => ':created_at والمقدم في #:order_id تم إلغاء الطلب الذي يحمل رقم الطلب', - 'summary' => 'خلاصه سفارش', - 'shipping-address' => 'آدرس حمل و نقل', - 'billing-address' => 'آدرس قبض', - 'contact' => 'مخاطب', - 'shipping' => 'روش حمل و نقل', - 'payment' => 'روش پرداخت', - 'subtotal' => 'فرعی', - 'shipping-handling' => 'حمل و نقل و جابجایی', - 'tax' => 'مالیات', - 'discount' => 'تخفیف', - 'grand-total' => 'بزرگ توتال', - 'final-summary' => 'با تشکر از علاقه شما به فروشگاه ما', - 'help' => ':support_email در صورت نیاز به هر نوع کمک ، لطفا با ما تماس بگیرید', - 'thanks' => '!با تشکر', - ] - ], - - 'invoice' => [ - 'heading' => 'صورت حساب شما #:invoice_id برای سفارش #:order_id', - 'subject' => 'فاکتور سفارش شما #:order_id', - 'summary' => 'خلاصه فاکتور', - ], - - 'shipment' => [ - 'heading' => 'حمل و نقل #:shipment_id برای سفارش تولید شده است #:order_id', - 'inventory-heading' => 'حمل و نقل جدید #:shipment_id برای سفارش تولید شده است #:order_id', - 'subject' => 'حمل و نقل برای سفارش شما #:order_id', - 'inventory-subject' => 'محموله جدید برای سفارش تولید شده است #:order_id', - 'summary' => 'خلاصه حمل و نقل', - 'carrier' => 'حامل', - 'tracking-number' => 'شماره پیگیری', - 'greeting' => 'یک سفارش :order_id قرار داده شده است :created_at', - ], - - 'refund' => [ - 'heading' => '#:order_id للطلب #:refund_id أموالك المستردة', - 'subject' => '#:order_id رد أموال لطلبك', - 'summary' => 'خلاصه بازپرداخت', - 'adjustment-refund' => 'بازپرداخت تنظیم', - 'adjustment-fee' => 'هزینه تنظیم' - ], - - 'forget-password' => [ - 'subject' => 'بازنشانی گذرواژه مشتری', - 'dear' => ':name عزیز', - 'info' => 'شما این ایمیل را دریافت می کنید زیرا ما درخواست بازنشانی رمزعبور را برای حساب شما دریافت کردیم', - 'reset-password' => 'بازنشانی گذرواژه', - 'final-summary' => 'اگر درخواست بازنشانی گذرواژه را نکردید ، دیگر نیازی به اقدامات لازم نیست', - 'thanks' => 'با تشکر' - ], - - 'update-password' => [ - 'subject' => 'پسورد آپدیت شد', - 'dear' => ':name عزیز', - 'info' => 'شما این ایمیل را دریافت می کنید زیرا رمز خود را به روز کرده اید.', - 'thanks' => 'با تشکر' - ], - - 'customer' => [ - 'new' => [ - 'dear' => ':customer_name عزیز', - 'username-email' => 'نام کاربری / ایمیل', - 'subject' => 'ثبت نام مشتری جدید', - 'password' => 'ثبت نام مشتری جدیدثبت نام مشتری جدید', - 'summary' => 'حساب شما ایجاد شده است -                  جزئیات حساب شما در زیر آمده است', - 'thanks' => 'با تشکر' - ], - - 'registration' => [ - 'subject' => 'ثبت نام مشتری جدید', - 'customer-registration' => 'ثبت نام مشتری با موفقیت انجام شد', - 'dear' => ':customer_name عزیز', - 'greeting' => '! خوش آمديد و از شما ممنونم كه با ما ثبت نام كرديد', - 'summary' => 'اکنون حساب شما با موفقیت ایجاد شده است و می توانید با استفاده از آدرس ایمیل و اعتبار نامه خود وارد شوید. پس از ورود به سیستم ، می توانید به سایر خدمات از جمله بررسی سفارشات گذشته ، لیست های آرزو و ویرایش اطلاعات حساب خود دسترسی پیدا کنید.', - 'thanks' => 'با تشکر', - ], - - 'verification' => [ - 'heading' => ' - تأكيد بواسطة البريد الالكتروني' . config('app.name') , - 'subject' => 'نامه تأیید صحت', - 'verify' => 'حساب کاربری خودراتایید کنید', - 'summary' => 'این نامه برای تأیید اینکه آدرس ایمیلی که وارد کردید مال شماست. -                  برای تأیید حساب خود ، لطفاً روی دکمه تأیید حساب خود در زیر کلیک کنید' - ], - - 'subscription' => [ - 'subject' => 'ایمیل اشتراک', - 'greeting' => ' الاشتراك عبر البريد الإلكتروني' . config('app.name'). ' مرحبًا بك في', - 'unsubscribe' => 'لغو اشتراک', - 'summary' => 'متشکرم که مرا وارد صندوق ورودی کردید. مدتی است که شما نامه' . config('app.name').' را خوانده اید ، و ما نمی خواهیم صندوق ورودی شما را تحت الشعاع قرار دهیم. اگر هنوز نمی خواهید دریافت کنید -                  آخرین اخبار بازاریابی ایمیل و سپس برای دیدن دکمه زیر کلیک کنید.' - ] - ] - ], - - 'webkul' => [ - 'copy-right' => ' جميع الحقوق محفوظة,:year Webkul Software حقوق الطبع والنشر ©', - ], - - 'response' => [ - 'create-success' => 'تم إنشاء name: بنجاح', - 'update-success' => 'تم تحديث name: بنجاح', - 'delete-success' => 'تم حذف :name بنجاح', - 'submit-success' => 'تم تقديم name: بنجاح' - ], -]; diff --git a/resources/lang/vendor/shop/it/app.php b/resources/lang/vendor/shop/it/app.php deleted file mode 100644 index 599ff938a..000000000 --- a/resources/lang/vendor/shop/it/app.php +++ /dev/null @@ -1,721 +0,0 @@ - 'La partita IVA indicata ha un formato non corretto', - 'security-warning' => 'Identificata attività sospetta!!!', - 'nothing-to-delete' => 'Niente da eliminare', - - 'layouts' => [ - 'my-account' => 'Il Mio Account', - 'profile' => 'Profilo', - 'address' => 'Indirizzo', - 'reviews' => 'Recensioni', - 'wishlist' => 'Preferiti', - 'orders' => 'Ordini', - 'downloadable-products' => 'Prodotti Scaricabili' - ], - - 'common' => [ - 'error' => 'Qualcosa è andato storto, per favore prova ancora più tardi.', - 'no-result-found' => 'Non abbiamo trovato risultati.' - ], - - 'home' => [ - 'page-title' => config('app.name') . ' - Home', - 'featured-products' => 'Prodotti in evidenza', - 'new-products' => 'Nuovi Prodotti', - 'verify-email' => 'Verifica il tuo indirizzo email', - 'resend-verify-email' => 'Reinvia email di verifica' - ], - - 'header' => [ - 'title' => 'Account', - 'dropdown-text' => 'Gestione Carrello, Ordini e Preferiti', - 'sign-in' => 'Login', - 'sign-up' => 'Registrati', - 'account' => 'Account', - 'cart' => 'Carrello', - 'profile' => 'Profilo', - 'wishlist' => 'Preferiti', - 'cart' => 'Carrello', - 'logout' => 'Logout', - 'search-text' => 'Cerca prodotti qui' - ], - - 'minicart' => [ - 'view-cart' => 'Mostra Carrello', - 'checkout' => 'Cassa', - 'cart' => 'Carrello', - 'zero' => '0' - ], - - 'footer' => [ - 'subscribe-newsletter' => 'Iscriviti alla Newsletter', - 'subscribe' => 'Iscriviti', - 'locale' => 'Lingua', - 'currency' => 'Valuta', - ], - - 'subscription' => [ - 'unsubscribe' => 'Cancellati', - 'subscribe' => 'Iscriviti', - 'subscribed' => 'Ora sei iscritto al nostro servizio di notifica.', - 'not-subscribed' => 'Non è stato possibile iscriverti al nostro servizio di notifica, prova di nuovo più tardi.', - 'already' => 'Sei già iscritto al nostro servizio di notifica.', - 'unsubscribed' => 'Sei stato rimosso dal nostro servizio di notifica.', - 'already-unsub' => 'Sei già stato cancellato.', - 'not-subscribed' => 'Errore! L\'email non può essere inviata in questo momento, per favore riprovare più tardi.' - ], - - 'search' => [ - 'no-results' => 'Nessun risultato trovato', - 'page-title' => config('app.name') . ' - Cerca', - 'found-results' => 'Risultati trovati', - 'found-result' => 'Risultato trovato', - 'analysed-keywords' => 'Analysed Keywords' - ], - - 'reviews' => [ - 'title' => 'Titolo', - 'add-review-page-title' => 'Aggiungi Recensione', - 'write-review' => 'Scrivi una recensione', - 'review-title' => 'Dai un titolo alla tua recensione', - 'product-review-page-title' => 'Recensione Prodotto', - 'rating-reviews' => 'Valutazioni e recensioni', - 'submit' => 'INVIA', - 'delete-all' => 'Tutte le recensioni sono state eliminate con successo', - 'ratingreviews' => ':rating Valutazioni e :review Recensioni', - 'star' => 'Stella', - 'percentage' => ':percentage %', - 'id-star' => 'stella', - 'name' => 'Nome', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Compara', - 'compare_similar_items' => 'Compara articoli simili', - 'add-tooltip' => 'Aggiungi prodotto per confrontare l\'elenco', - 'added' => 'Articolo aggiunto alla lista di comparazione', - 'already_added' => 'Articolo già aggiunto alla lista di comparazione', - 'removed' => 'Articolo rimosso dalla lista di comparazione', - 'removed-all' => 'Tutti gli elementi rimossi dall\'elenco di confronto', - 'empty-text' => "Non hai articoli nella tua lista di comparazione", - ], - - 'signup-text' => [ - 'account_exists' => 'Sei già registrato?', - 'title' => 'Login' - ], - - 'signup-form' => [ - 'page-title' => 'Crea subito il tuo profilo', - 'title' => 'Registrati', - 'firstname' => 'Nome', - 'lastname' => 'Cognome', - 'email' => 'Email', - 'password' => 'Password', - 'confirm_pass' => 'Conferma Password', - 'button_title' => 'Registrati', - 'agree' => 'Acconsento', - 'terms' => 'Termini', - 'conditions' => 'Condizioni', - 'using' => 'utilizzando questo sito', - 'agreement' => 'Accordo', - 'success' => 'Account creato con successo.', - 'success-verify' => 'Account creato con successo, una e-mail è stata inviata per verifica.', - 'success-verify-email-unsent' => 'Account creato con successo, ma non è stato possibile inviare l\'email di verifica.', - 'failed' => 'Errore! Non è stato possibile creare il tuo profilo, prova di nuovo più tardi.', - 'already-verified' => 'Il tuo profilo è già stato verificato oppure il link di verifica è scaduto. Prova a chidere una nuova email di verifica.', - 'verification-not-sent' => 'Errore! Problema nell\'invio dell\'email di verifica, prova di nuovo più tardi.', - 'verification-sent' => 'Email di verifica inviata', - 'verified' => 'Il tuo account è stato verificato, prova ora ad autenticarti.', - 'verify-failed' => 'Non possiamo verificare la tua email', - 'dont-have-account' => 'Non risulti registrato sul nostro sito.', - 'customer-registration' => 'CIl cliente è stato registrato con successo' - ], - - 'login-text' => [ - 'no_account' => 'Primo accesso?', - 'title' => 'Registrati', - ], - - 'login-form' => [ - 'page-title' => 'Login', - 'title' => 'Login', - 'email' => 'Email', - 'password' => 'Password', - 'forgot_pass' => 'Dimenticato Password?', - 'button_title' => 'Login', - 'remember' => 'Ricordami', - 'footer' => '© Copyright :year Webkul Software, Tutti i diritti riservati', - 'invalid-creds' => 'Per favore verifica le tue credenziali e prova di nuovo.', - 'verify-first' => 'Verifica prima il tuo account email.', - 'not-activated' => 'La tua attivazione richiede l\'approvazione di un amministratore', - 'resend-verification' => 'Reinvia l\'email di verifica' - ], - - 'forgot-password' => [ - 'title' => 'Recupera Password', - 'email' => 'Email', - 'submit' => 'Richiedi nuova Password', - 'page_title' => 'Hai dimenticato la Password?' - ], - - 'reset-password' => [ - 'title' => 'Crea nuova Password', - 'email' => 'Email registrata', - 'password' => 'Password', - 'confirm-password' => 'Conferma Password', - 'back-link-title' => 'Ritorna a Login', - 'submit-btn-title' => 'Aggiorna Password' - ], - - 'account' => [ - 'dashboard' => 'Modifica Profilo', - 'menu' => 'Menu', - - 'general' => [ - 'no' => 'No', - 'yes' => 'sì', - ], - - 'profile' => [ - 'index' => [ - 'page-title' => 'Profilo', - 'title' => 'Profilo', - 'edit' => 'Modifica', - ], - - 'edit-success' => 'Profilo aggiornato con successo.', - 'edit-fail' => 'Errore! Non è stato possibile aggiornare il profilo, prova nuovamente più tardi.', - 'unmatch' => 'La vecchia password non coincide.', - - 'fname' => 'Nome', - 'lname' => 'Cognome', - 'gender' => 'Sesso', - 'other' => 'Altro', - 'male' => 'Uomo', - 'female' => 'Donna', - 'dob' => 'Data di nascita', - 'phone' => 'Telefono', - 'email' => 'Email', - 'opassword' => 'Vecchia Password', - 'password' => 'Password', - 'cpassword' => 'Conferma Password', - 'submit' => 'Aggiorna Profilo', - - 'edit-profile' => [ - 'title' => 'Modifica Profilo', - 'page-title' => 'Modifica Profilo' - ] - ], - - 'address' => [ - 'index' => [ - 'page-title' => 'Indirizzo', - 'title' => 'Indirizzo', - 'add' => 'Aggiungi Indirizzo', - 'edit' => 'Modifica', - 'empty' => 'Non hai ancora salvato i tuoi indirizzi, prova ad aggiungerne uno cliccando il link qui sotto', - 'create' => 'Crea Indirizzo', - 'delete' => 'Elimina', - 'make-default' => 'Rendi Predefinito', - 'default' => 'Predefinito', - 'contact' => 'Contatto', - 'confirm-delete' => 'Vuoi veramente eliminare questo indirizzo?', - 'default-delete' => 'L\'indirizzo predefinito non può essere modificato.', - 'enter-password' => 'Inserisci la tua Password.', - ], - - 'create' => [ - 'page-title' => 'Aggiungi Indirizzo', - 'company_name' => 'Ragione Sociale', - 'first_name' => 'Nome', - 'last_name' => 'Cognome', - 'vat_id' => 'Partita IVA', - 'vat_help_note' => '[Nota: Utilizza il codice paese con la Partita IVA. Es. IT01234567891]', - 'title' => 'Aggiungi Indirizzo', - 'street-address' => 'Indirizzo', - 'country' => 'Paese', - 'state' => 'Provincia', - 'select-state' => 'Seleziona provincia', - 'city' => 'Città', - 'postcode' => 'CAP', - 'phone' => 'Telefono', - 'submit' => 'Salva Indirizzo', - 'success' => 'Indirizzo aggiunto con successo.', - 'error' => 'Non è stato possibile aggiungere l\'indirizzo.' - ], - - 'edit' => [ - 'page-title' => 'Modifica Indirizzo', - 'company_name' => 'Ragione Sociale', - 'first_name' => 'Nome', - 'last_name' => 'Cognome', - 'vat_id' => 'Partita IVA', - 'title' => 'Modifica Indirizzo', - 'street-address' => 'Indirizzo', - 'submit' => 'Salva Indirizzo', - 'success' => 'Indirizzo aggiornato con successo.', - ], - 'delete' => [ - 'success' => 'Indirizzo eliminato con successo', - 'failure' => 'L\'indirizzo non può essere eliminato', - 'wrong-password' => 'Password errata !' - ] - ], - - 'order' => [ - 'index' => [ - 'page-title' => 'Ordini', - 'title' => 'Ordini', - 'order_id' => 'Ordine Nro', - 'date' => 'Data', - 'status' => 'Status', - 'total' => 'Totale', - 'order_number' => 'Numero Ordine', - 'processing' => 'In lavorazione', - 'completed' => 'Completato', - 'canceled' => 'Cancellato', - 'closed' => 'Chiuso', - 'pending' => 'In attesa', - 'pending-payment' => 'In attesa pagamento', - 'fraud' => 'Frode' - ], - - 'view' => [ - 'page-tile' => 'Ordine #:order_id', - 'info' => 'Informazioni', - 'placed-on' => 'Data Ordine', - 'products-ordered' => 'Prodotti Ordinati', - 'invoices' => 'Fatture', - 'shipments' => 'Spedizioni', - 'SKU' => 'SKU', - 'product-name' => 'Articolo', - 'qty' => 'Qtà', - 'item-status' => 'Stato Articolo', - 'item-ordered' => 'Ordinato (:qty_ordered)', - 'item-invoice' => 'Fatturato (:qty_invoiced)', - 'item-shipped' => 'spedito (:qty_shipped)', - 'item-canceled' => 'Cancellato (:qty_canceled)', - 'item-refunded' => 'Rimborsato (:qty_refunded)', - 'price' => 'Prezzo', - 'total' => 'Totale', - 'subtotal' => 'Subtotale', - 'shipping-handling' => 'Spedizione', - 'tax' => 'IVA', - 'discount' => 'Sconto', - 'tax-percent' => 'IVA %', - 'tax-amount' => 'IVA', - 'discount-amount' => 'Sconto', - 'grand-total' => 'Totale', - 'total-paid' => 'Totale Pagato', - 'total-refunded' => 'Total Rimborsato', - 'total-due' => 'Totale da pagare', - 'shipping-address' => 'Indirizzo Spedizione', - 'billing-address' => 'Indirizzo Ordinante', - 'shipping-method' => 'Metodo Spedizione', - 'payment-method' => 'Metodo Pagamento', - 'individual-invoice' => 'Fattura #:invoice_id', - 'individual-shipment' => 'Spedizione #:shipment_id', - 'print' => 'Stampa', - 'invoice-id' => 'Fattura Nro', - 'order-id' => 'Ordine Nro', - 'order-date' => 'Ordine Data', - 'bill-to' => 'Fatturato a', - 'ship-to' => 'Spedito a', - 'contact' => 'Contatto', - 'refunds' => 'Rimborsi', - 'individual-refund' => 'Rimborso #:refund_id', - 'adjustment-refund' => 'Rimborso', - 'adjustment-fee' => 'Commissione di rimborso', - 'cancel-btn-title' => 'Cancella', - 'tracking-number' => 'Tracking Number', - 'cancel-confirm-msg' => 'Sei sicuro di voler annullare questo ordine ?' - ] - ], - - 'wishlist' => [ - 'page-title' => 'Preferiti', - 'title' => 'Preferiti', - 'deleteall' => 'Elimina tutti', - 'moveall' => 'Aggiungi tutti i Prodotti al Carrello', - 'move-to-cart' => 'Aggiungi al Carrello', - 'error' => 'Non è possibile aggiungere il prodotto ai preferiti per un problema sconosciuto, provare nuovamente più tardi', - 'add' => 'Il prodotto è stato aggiunto ai preferiti', - 'remove' => 'Articolo rimosso dai preferiti', - 'add-wishlist-text' => 'Aggiungi prodotto a wishlist', - 'remove-wishlist-text' => 'Rimuovi prodotti da wishlist', - 'moved' => 'Articolo aggiunto al carrello', - 'option-missing' => 'Le opzioni del prodotto mancano, per questo il prodotto non può essere aggiunto ai preferiti.', - 'move-error' => 'Il prodotto non può essere aggiunto ai preferiti, prova nuovamente più tardi', - 'success' => 'Il prodotto è stato aggiunto ai preferiti', - 'failure' => 'Il prodotto non può essere aggiunto ai preferiti, prova nuovamente più tardi', - 'already' => 'Il prodotto è già presente nei tuoi preferiti', - 'removed' => 'Il prodotto è stato rimosso dai preferiti', - 'remove-fail' => 'Il prodotto non può essere rimosso dai preferiti, prova nuovamente più tardi', - 'empty' => 'Non hai ancora aggiunto prodotti ai tuoi preferiti', - 'remove-all-success' => 'Tutti gli articoli sono stati rimossi dai tuoi preferiti', - ], - - 'downloadable_products' => [ - 'title' => 'Prodotti scaricabili', - 'order-id' => 'Id Ordine', - 'date' => 'Data', - 'name' => 'Titolo', - 'status' => 'Status', - 'pending' => 'In attesa', - 'available' => 'Disponibile', - 'expired' => 'Scaduto', - 'remaining-downloads' => 'Download rimasti', - 'unlimited' => 'Illimitati', - 'download-error' => 'Il link per il Download è scaduto.' - ], - - 'review' => [ - 'index' => [ - 'title' => 'Recensioni', - 'page-title' => 'Recensioni' - ], - - 'view' => [ - 'page-tile' => 'Recensione #:id', - ] - ] - ] - ], - - 'products' => [ - 'layered-nav-title' => 'Acquista per', - 'price-label' => 'A partire da', - 'remove-filter-link-title' => 'Rimuovi filtri', - 'sort-by' => 'Ordina per', - 'from-a-z' => 'Da A-Z', - 'from-z-a' => 'Da Z-A', - 'newest-first' => 'I più recenti prima', - 'oldest-first' => 'I più datati prima', - 'cheapest-first' => 'Prezzo più basso prima', - 'expensive-first' => 'Prezzo più alto prima', - 'show' => 'Mostra', - 'pager-info' => 'Stai vedendo :showing di :total Items', - 'description' => 'Descrizione', - 'specification' => 'Specifiche', - 'total-reviews' => ':total Recensioni', - 'total-rating' => ':total_rating valutazioni e :total_reviews recensioni', - 'by' => 'Per :name', - 'up-sell-title' => 'Abbiamo trovato altri prodotti che potrebbero piacerti!', - 'related-product-title' => 'Prodotti correlati', - 'cross-sell-title' => 'Altre scelte', - 'reviews-title' => 'Valutazioni e Recensioni', - 'write-review-btn' => 'Scrivi una recensione', - 'choose-option' => 'Scegli una opzione', - 'sale' => 'Promo', - 'new' => 'Nuovo', - 'empty' => 'Nessun prodotto disponibile in questa categoria', - 'add-to-cart' => 'Aggiungi al Carrello', - 'book-now' => 'Prenota ora', - 'buy-now' => 'Compra ora', - 'whoops' => 'Whoops!', - 'quantity' => 'Quantità', - 'in-stock' => 'Disponibile', - 'out-of-stock' => 'Esaurito', - 'view-all' => 'Mostra Tutto', - 'select-above-options' => 'Per favore seleziona prima le opzioni sopra.', - 'less-quantity' => 'La quantità non può essere inferiore a uno.', - 'samples' => 'Campioni', - 'links' => 'Links', - 'sample' => 'Campione', - 'name' => 'Nome', - 'qty' => 'Qtà', - 'starting-at' => 'A partire da', - 'customize-options' => 'Customizza opzioni', - 'choose-selection' => 'Scegli una selezione', - 'your-customization' => 'La tua Personalizzazione', - 'total-amount' => 'Totale', - 'none' => 'Nessuno', - 'available-for-order' => 'Disponibile per lordine', - 'settings' => 'Settings', - 'compare_options' => 'Compare Options', - ], - - // 'reviews' => [ - // 'empty' => 'Non hai ancora recensito alcun prodotto' - // ] - - 'buynow' => [ - 'no-options' => 'Per favore seleziona le opzioni per acquistare questo prodotto.' - ], - - 'checkout' => [ - 'cart' => [ - 'integrity' => [ - 'missing_fields' => 'Mancano alcuni campi obbligatori per questo prodotto.', - 'missing_options' => 'Mancano alcune Opzioni obbligatorie per questo prodotto.', - 'missing_links' => 'I link per il download di questo prodotto sono mancanti.', - 'qty_missing' => 'Almeno un prodotto dovrebbe avere una quantità superiore a 1.', - 'qty_impossible' => 'Non è possibile aggiungere più di un pezzo di questo articolo nel carrello.' - ], - 'create-error' => 'Si è verificato un problema durante la visualizzazione del carrello.', - 'title' => 'Carrello', - 'empty' => 'Il tuo carrello è ancora vuoto', - 'update-cart' => 'Aggiorna Carrello', - 'continue-shopping' => 'Continua con i tuoi acquisti', - 'proceed-to-checkout' => 'Procedi alla Cassa', - 'remove' => 'Rimuovi', - 'remove-link' => 'Rimuovi', - 'move-to-wishlist' => 'Sposta nella Wishlist', - 'move-to-wishlist-success' => 'Articolo spostato nella tua wishlist.', - 'move-to-wishlist-error' => 'Non è possibile spostare l\'articolo nella tua wishlist, prova ancora.', - 'add-config-warning' => 'Seleziona una opzione prima di aggiungere al carrello.', - 'quantity' => [ - 'quantity' => 'Quantità', - 'success' => 'Articoli nel carrello aggiornati con successo.', - 'illegal' => 'La quantità non può essere inferiore a 0.', - 'inventory_warning' => 'La quantità richiesta non è disponibile, prova ancora.', - 'error' => 'Non è posibile aggiornare gli articoli al momento, prova ancora.' - ], - - 'item' => [ - 'error_remove' => 'Nessun prodotto da rimuovere nel carrello.', - 'success' => 'Prodotto aggiunto al carrello.', - 'success-remove' => 'Prodotto rimosso dal carrello.', - 'error-add' => 'Il prodotto non può essere aggiunto al carrello, prova ancora.', - 'inactive' => 'An item is inactive and was removed from cart.', - 'inactive-add' => 'Inactive item cannot be added to cart.', - ], - 'quantity-error' => 'La quantità richiesta non è disponibile.', - 'cart-subtotal' => 'Subtotale Carrello', - 'cart-remove-action' => 'Vuoi veramente farlo ?', - 'partial-cart-update' => 'Solo alcuni dei prodotti sono stati aggiornati', - 'link-missing' => '', - 'event' => [ - 'expired' => 'Questo evento è terminato.' - ] - ], - - 'onepage' => [ - 'title' => 'Cassa', - 'information' => 'Informazioni', - 'shipping' => 'Spedizione', - 'payment' => 'Pagamento', - 'complete' => 'Completo', - 'review' => 'Revisione', - 'billing-address' => 'Indirizzo Fatturazione', - 'sign-in' => 'Login', - 'company-name' => 'Azienda', - 'first-name' => 'Nome', - 'last-name' => 'Cognome', - 'email' => 'Email', - 'address1' => 'Indirizzo', - 'city' => 'Città', - 'state' => 'Provincia', - 'select-state' => 'Seleziona una provincia', - 'postcode' => 'CAP', - 'phone' => 'Telefono', - 'country' => 'Paese', - 'order-summary' => 'Riepilogo Ordine', - 'shipping-address' => 'Indirizzo Spedizione', - 'use_for_shipping' => 'Spedisci a questo indirizzo', - 'continue' => 'Continua', - 'shipping-method' => 'Seleziona Metodo di Spedizione', - 'payment-methods' => 'Seleziona Metodo di Pagamento', - 'payment-method' => 'Metodo di Pagamento', - 'summary' => 'Riepilogo Ordine', - 'price' => 'Prezzo', - 'quantity' => 'Quantità', - 'billing-address' => 'Indirizzo Fatturazione', - 'shipping-address' => 'Indirizzo Spedizione', - 'contact' => 'Contatto', - 'place-order' => 'Procedi con Ordine', - 'new-address' => 'Aggiungi Nuovo Indirizzo', - 'save_as_address' => 'Salva questo indirizzo', - 'apply-coupon' => 'Codice Promo', - 'amt-payable' => 'Totale da Pagare', - 'got' => 'Got', - 'free' => 'Gratis', - 'coupon-used' => 'Codice Utilizzato', - 'applied' => 'Applicato', - 'back' => 'Indietro', - 'cash-desc' => 'Contrassegno', - 'money-desc' => 'Bonifico', - 'paypal-desc' => 'Paypal', - 'free-desc' => 'Questa è una spedizine gratuita', - 'flat-desc' => 'Questa è una spedizione a prezzo fisso', - 'password' => 'Password', - 'login-exist-message' => 'Sei già registrato nel nostro store, effettua la login o continua come ospite.', - 'enter-coupon-code' => 'Inserisci Codice Promo' - ], - - 'total' => [ - 'order-summary' => 'Riepilogo Ordine', - 'sub-total' => 'Articoli', - 'grand-total' => 'Totale', - 'delivery-charges' => 'Spedizione', - 'tax' => 'IVA', - 'discount' => 'Sconto', - 'price' => 'prezzo', - 'disc-amount' => 'Totale Scontato', - 'new-grand-total' => 'Nuovo Totale', - 'coupon' => 'Codice Promo', - 'coupon-applied' => 'Codice Promo Applicato', - 'remove-coupon' => 'Rimuovi Codice Promo', - 'cannot-apply-coupon' => 'Non è possibile Applicare il Codice Promo', - 'invalid-coupon' => 'Il Codice Promo non è valido.', - 'success-coupon' => 'Codice Promo applicato con successo.', - 'coupon-apply-issue' => 'Il Codice Promo non può essere applicato.' - ], - - 'success' => [ - 'title' => 'Ordine completato con successo', - 'thanks' => 'Grazie per il tuo ordine!', - 'order-id-info' => 'Il tuo id ordine è #:order_id', - 'info' => 'Ti invieremo via email i dettagli del tuo ordine e le informazioni di tracking' - ] - ], - - 'mail' => [ - 'order' => [ - 'subject' => 'Nuova Conferma Ordine', - 'heading' => 'Conferma Ordine!', - 'dear' => ':customer_name', - 'dear-admin' => ':admin_name', - 'greeting' => 'Grazie per il tuo Oridne :order_id su :created_at', - 'greeting-admin' => 'Id Ordine :order_id su :created_at', - 'summary' => 'Riepilogo Ordine', - 'shipping-address' => 'Indirizzo Spedizione', - 'billing-address' => 'Indirizzo Fatturazione', - 'contact' => 'Contatto', - 'shipping' => 'Metodo di Spedizione', - 'payment' => 'Metodo di Pagamento', - 'price' => 'Prezzo', - 'quantity' => 'Quantità', - 'subtotal' => 'Subtotale', - 'shipping-handling' => 'Spedizione', - 'tax' => 'IVA', - 'discount' => 'Sconto', - 'grand-total' => 'Totale', - 'final-summary' => 'Grazie per il tuo interesse nel nostro store, ti invieremo un codice di tracking una volta che la spedizione sarà completata', - 'help' => 'Se hai bisogno di aiuto contattaci qui :support_email', - 'thanks' => 'Grazie!', - - 'comment' => [ - 'subject' => 'Nuovo commento aggiunto al tuo ordine #:order_id', - 'dear' => ':customer_name', - 'final-summary' => 'Grazie per aver mostrato interesse per il nostro store', - 'help' => 'Se hai bisogno di aiuto contattaci all\'indirizzo :support_email', - 'thanks' => 'Graze!', - ], - - 'cancel' => [ - 'subject' => 'Conferma Cancellazione Ordine', - 'heading' => 'Ordine Cancellato', - 'dear' => ':customer_name', - 'greeting' => 'Il tuo Ordine #:order_id su :created_at è stato cancellato', - 'summary' => 'Riepilogo Ordine', - 'shipping-address' => 'Indirizzo di Spedizione', - 'billing-address' => 'Indirizzo di Fattuazione', - 'contact' => 'Contatti', - 'shipping' => 'Metodo di Spedizione', - 'payment' => 'Metodo di Pagamento', - 'subtotal' => 'Subtotale', - 'shipping-handling' => 'Spedizione', - 'tax' => 'IVA', - 'discount' => 'Sconto', - 'grand-total' => 'Totale', - 'final-summary' => 'Grazie per l\'interesse mostrato nel nostro store', - 'help' => 'Se hai bisogno di qualsiasi tipo di aiuto contattaci a :support_email', - 'thanks' => 'Grazie!', - ] - ], - - 'invoice' => [ - 'heading' => 'Fattura #:invoice_id per l\'Ordine #:order_id', - 'subject' => 'Fattura per ordine #:order_id', - 'summary' => 'Dettaglio Fattura', - ], - - 'shipment' => [ - 'heading' => 'La Spedizione #:shipment_id relativa all\'Ordine #:order_id è stata generata ', - 'inventory-heading' => 'Nuova Spedizione #:shipment_id relativa all\'Ordine #:order_id è stata generata', - 'subject' => 'Spedizione per il tuo ordine #:order_id', - 'inventory-subject' => 'Nuova spedizione generata per l\'Ordine #:order_id', - 'summary' => 'Riepilogo Spedizione', - 'carrier' => 'Corriere', - 'tracking-number' => 'Codice Tracking', - 'greeting' => 'Un ordine :order_id è stato piazzato su :created_at', - ], - - 'refund' => [ - 'heading' => 'Il tuo rimborso #:refund_id per l\'Ordine #:order_id', - 'subject' => 'Rimborso per il tuo ordine #:order_id', - 'summary' => 'Riepilogo rimborso', - 'adjustment-refund' => 'Rimborso accordato', - 'adjustment-fee' => 'Commissione di rimborso' - ], - - 'forget-password' => [ - 'subject' => 'Generazione Nuova Password', - 'dear' => ':name', - 'info' => 'Ricevi questa email perchè abbiamo ricevuto una richiesta di generazione di nuova password per il tuo account', - 'reset-password' => 'Generazione nuova Password', - 'final-summary' => 'Se non hai inviato tu questa richiesta, non è necessario effettuare alcuna operazione', - 'thanks' => 'Grazie!' - ], - - 'update-password' => [ - 'subject' => 'Password aggiornata', - 'dear' => 'Cara :name', - 'info' => 'Ricevi questa email perché hai aggiornato la password.', - 'thanks' => 'Grazie!' - ], - - 'customer' => [ - 'new' => [ - 'dear' => 'Gentile :customer_name', - 'username-email' => 'UserName/Email', - 'subject' => 'Nuova registrazione cliente', - 'password' => 'Password', - 'summary' => 'Il tuo account è stato creato. - I dettagli del tuo account sono i seguenti: ', - 'thanks' => 'Grazie!', - ], - - 'registration' => [ - 'subject' => 'Nuova registrazione cliente', - 'customer-registration' => 'Cliente registrato con successo', - 'dear' => 'Gentile :customer_name', - 'greeting' => 'Benvenuto e grazie per esserti registrato!', - 'summary' => 'Il tuo account è stato creato e puoi ora effettuare la login utilizzando il tuo indirizzo email e la password che hai scelto. Una volta effettuato l\'accesso, potrai accedere ad altri servizi tra cui revisione ordini passati, gestione prodotti preferiti e modifica dei tuoi dati.', - 'thanks' => 'Grazie!', - ], - - 'verification' => [ - 'heading' => config('app.name') . ' - Email di Verifica', - 'subject' => 'Email di verifica', - 'verify' => 'Verifica il tuo Account', - 'summary' => 'Questa email serve a verificare che l\'indirizzo email che hai inserito ti appartenga veramente. - Clicca il bottone Verifica il tuo Account qui sotto per verificare il tuo account.' - ], - - 'subscription' => [ - 'subject' => 'Email Iscrizione', - 'greeting' => ' Benvenuto ' . config('app.name') . ' - Email Iscrizione', - 'unsubscribe' => 'Cancellati', - 'summary' => 'Grazie per avere scelto di ricevere le nostre email. È passato un po\' di tempo da quando hai letto le email di ' . config('app.name') . '. Non è un nostro desidero inondare la tua casella email con le nostre comunicazioni. Se desideri comunque - non ricevere più le nostre news clicca il bottone qui sotto.' - ] - ] - ], - - 'webkul' => [ - 'copy-right' => '© Copyright :year Webkul Software, Tutti i diritti riservati', - ], - - 'response' => [ - 'create-success' => ':name creato con successoy.', - 'update-success' => ':name aggiornato con successo.', - 'delete-success' => ':name eliminato con successo.', - 'submit-success' => ':name inviato con successo.' - ], -]; \ No newline at end of file diff --git a/resources/lang/vendor/shop/ja/app.php b/resources/lang/vendor/shop/ja/app.php deleted file mode 100644 index 380aed093..000000000 --- a/resources/lang/vendor/shop/ja/app.php +++ /dev/null @@ -1,661 +0,0 @@ - 'セキュリティの警告', - 'nothing-to-delete' => '削除するアイテムはありません', - - 'layouts' => [ - 'my-account' => 'マイアカウント', - 'profile' => 'プロフィール', - 'address' => 'アドレス', - 'reviews' => 'レビュー', - 'wishlist' => 'お気に入り', - 'orders' => '注文', - 'downloadable-products' => 'ダウンロードアイテム' - ], - - 'common' => [ - 'error' => 'エラーが発生しました。しばらく待ってから、再度アクセスしてください。' - ], - - 'home' => [ - 'page-title' => config('app.name') . ' - ホーム', - 'featured-products' => 'おすすめ', - 'new-products' => 'New', - 'verify-email' => 'メールアドレスを確認します', - 'resend-verify-email' => '確認メールを再送信' - ], - - 'header' => [ - 'title' => 'アカウント', - 'dropdown-text' => 'カート、注文、お気に入りの管理', - 'sign-in' => 'ログイン', - 'sign-up' => 'アカウント登録', - 'account' => 'アカウント', - 'cart' => 'カート', - 'profile' => 'プロフィール', - 'wishlist' => 'お気に入り', - 'logout' => 'ログアウト', - 'search-text' => 'アイテムを探す' - ], - - 'minicart' => [ - 'view-cart' => 'カートを見る', - 'checkout' => 'レジへ進む', - 'cart' => 'カート', - 'zero' => '0' - ], - - 'footer' => [ - 'subscribe-newsletter' => 'メルマガ登録', - 'subscribe' => '登録', - 'locale' => '言語', - 'currency' => '通貨', - ], - - 'subscription' => [ - 'unsubscribe' => '退会', - 'subscribe' => '登録', - 'subscribed' => 'メルマガ登録が完了しました', - 'not-subscribed' => 'メルマガ登録ができません。しばらく待ってから、再度お試しください。', - 'already' => '既にメルマガ登録済です', - 'unsubscribed' => '退会しました', - 'already-unsub' => '既に退会済です', - 'not-subscribed' => 'メールを送信できませんでした。しばらくしてから再度お試しください。' - ], - - 'search' => [ - 'no-results' => 'お探しの条件に合う検索結果が見つかりませんでした。', - 'page-title' => '検索', - 'found-results' => '検索結果', - 'found-result' => '検索結果', - 'analysed-keywords' => 'Analysed Keywords' - ], - - 'reviews' => [ - 'title' => 'レビュー', - 'add-review-page-title' => 'レビューを書く', - 'write-review' => 'レビューを書く', - 'review-title' => 'タイトル', - 'product-review-page-title' => 'アイテムのレビュー', - 'rating-reviews' => '評価と意見', - 'submit' => '送信', - 'delete-all' => '全て削除します', - 'ratingreviews' => ':rating 評価 & :review レビュー', - 'star' => '星', - 'percentage' => ':percentage %', - 'id-star' => '星', - 'name' => '名前' - ], - - 'customer' => [ - 'compare' => [ - 'text' => '比較する', - 'compare_similar_items' => '類似アイテムを比較する', - 'add-tooltip' => '製品を追加して比較リスト', - 'added' => 'アイテムを比較リストに追加しました', - 'already_added' => 'アイテムは比較リストに既に追加されています', - 'removed' => '比較リストからアイテムを削除しました', - 'removed-all' => '比較リストからすべてのアイテムを削除しました', - 'empty-text' => "比較リストにアイテムがありません", - 'product_image' => 'Product Image', - 'actions' => 'Actions', - ], - - 'signup-text' => [ - 'account_exists' => '既に登録されております', - 'title' => 'アカウント登録' - ], - - 'signup-form' => [ - 'page-title' => 'アカウント登録', - 'title' => 'アカウント登録', - 'firstname' => '名', - 'lastname' => '姓', - 'email' => 'メールアドレス', - 'password' => 'パスワード', - 'confirm_pass' => 'パスワードを確認', - 'button_title' => '登録', - 'agree' => '同意', - 'terms' => '規約', - 'conditions' => '条件', - 'using' => 'by using this website', - 'agreement' => '承諾', - 'success' => 'アカウントが登録されました', - 'success-verify' => 'アカウント登録完了の確認メールが送信されました', - 'success-verify-email-unsent' => 'アカウント登録が完了されましたが、確認メールが送信ができませんでした', - 'failed' => 'アカウント登録ができませんでした しばらくしてから、再度お試しください', - 'already-verified' => '既にアカウントをお持ちです 確認メールを再度送信してください', - 'verification-not-sent' => '確認メールの送信中に問題が発生しました しばらくしてから、再度お試しください', - 'verification-sent' => '確認メールが送信されました', - 'verified' => 'アカウント登録が完了しました ログインしてください', - 'verify-failed' => 'メールアドレスの確認ができませんでした', - 'dont-have-account' => 'アカウント登録がされていません', - 'customer-registration' => 'アカウント登録' - ], - - 'login-text' => [ - 'no_account' => 'アカウントがありません', - 'title' => '新規アカウント登録', - ], - - 'login-form' => [ - 'page-title' => 'ログイン', - 'title' => 'ログイン', - 'email' => 'メールアドレス', - 'password' => 'パスワード', - 'forgot_pass' => 'パスワードをお忘れですか', - 'button_title' => 'ログイン', - 'remember' => 'ログイン状態を保持する', - 'footer' => '© Copyright :year Webkul Software, All rights reserved', - 'invalid-creds' => 'ログイン情報を確認してください', - 'verify-first' => 'メールアドレスを認証してください', - 'not-activated' => 'このアカウントは管理者の認証が出来次第、有効になります', - 'resend-verification' => 'アカウント確認メールが再送信' - ], - - 'forgot-password' => [ - 'title' => 'パスワードの再発行', - 'email' => 'メールアドレス', - 'submit' => 'パスワード再発行メールを送信', - 'page_title' => 'パスワードの再発行' - ], - - 'reset-password' => [ - 'title' => 'パスワードを再発行', - 'email' => '登録メールアドレス', - 'password' => 'パスワード', - 'confirm-password' => 'パスワード確認', - 'back-link-title' => '戻る', - 'submit-btn-title' => 'パスワードをリセット' - ], - - 'account' => [ - 'dashboard' => 'プロフィールを編集', - 'menu' => 'メニュー', - - 'general' => [ - 'no' => '番号', - 'yes' => 'はい', - ], - - 'profile' => [ - 'index' => [ - 'page-title' => 'プロフィール', - 'title' => 'プロフィール', - 'edit' => '編集', - ], - - 'edit-success' => 'プロフィールが更新されました', - 'edit-fail' => 'プロフィールを更新できませんでした しばらくしてから再度お試しください。', - 'unmatch' => 'パスワードが一致しません', - - 'fname' => '名', - 'lname' => '姓', - 'gender' => '性別', - 'other' => 'その他', - 'male' => '男性', - 'female' => '女性', - 'dob' => '生年月日', - 'phone' => '電話番号', - 'email' => 'メールアドレス', - 'opassword' => '前のパスワード', - 'password' => 'パスワード', - 'cpassword' => 'パスワード確認', - 'submit' => '保存する', - - 'edit-profile' => [ - 'title' => 'プロフィールの編集', - 'page-title' => 'プロフィールの編集' - ] - ], - - 'address' => [ - 'index' => [ - 'page-title' => '住所', - 'title' => '住所', - 'add' => '住所を追加', - 'edit' => '編集', - 'empty' => '住所が登録されておりません 下のリンクから作成してください', - 'create' => '住所を作成', - 'delete' => '削除', - 'make-default' => '既定の住所に設定', - 'default' => '既定の住所', - 'contact' => '連絡先', - 'confirm-delete' => 'この住所を削除しますか?', - 'default-delete' => '既定の住所の削除ができません', - 'enter-password' => 'パスワードを入力してください', - ], - - 'create' => [ - 'page-title' => '新規住所登録', - 'title' => '住所を追加', - 'street-address' => '住所', - 'country' => '国', - 'state' => '都道府県', - 'select-state' => '都道府県を選択してください', - 'city' => '市町村', - 'postcode' => '郵便番号', - 'phone' => '電話番号', - 'submit' => '保存する', - 'success' => '住所が保存されました', - 'error' => '住所の保存に失敗しました。' - ], - - 'edit' => [ - 'page-title' => '住所を編集', - 'title' => '住所を編集', - 'street-address' => '住所', - 'submit' => '保存する', - 'success' => '住所が更新されました', - ], - 'delete' => [ - 'success' => '住所が削除されました', - 'failure' => '住所の削除に失敗しました。', - 'wrong-password' => 'パスワードが正しくありません' - ] - ], - - 'order' => [ - 'index' => [ - 'page-title' => '注文一覧', - 'title' => '注文一覧', - 'order_id' => '注文ID', - 'date' => '日時', - 'status' => '状況', - 'total' => '合計', - 'order_number' => '注文番号' - ], - - 'view' => [ - 'page-tile' => '注文 #:order_id', - 'info' => '詳細', - 'placed-on' => '日時', - 'products-ordered' => '注文内容', - 'invoices' => '領収書', - 'shipments' => '発送', - 'SKU' => 'SKU', - 'product-name' => 'アイテム番号', - 'qty' => '数', - 'item-status' => 'アイテム状況', - 'item-ordered' => '注文完了 (:qty_ordered)', - 'item-invoice' => '領収書発行済 (:qty_invoiced)', - 'item-shipped' => '発送済 (:qty_shipped)', - 'item-canceled' => 'キャンセル済 (:qty_canceled)', - 'price' => '価格', - 'total' => '合計', - 'subtotal' => '小計', - 'shipping-handling' => '送料', - 'tax' => '消費税', - 'discount' => '割引', - 'tax-percent' => '消費税割合', - 'tax-amount' => '消費税', - 'discount-amount' => '割引', - 'grand-total' => '合計', - 'total-paid' => '合計金額', - 'total-refunded' => '返金額', - 'total-due' => '合計', - 'shipping-address' => '送付先', - 'billing-address' => '領収書宛先', - 'shipping-method' => '配送方法', - 'payment-method' => '支払い方法', - 'individual-invoice' => '領収書 #:invoice_id', - 'individual-shipment' => '出荷 #:shipment_id', - 'print' => '印刷', - 'invoice-id' => '領収書番号', - 'order-id' => '注文番号', - 'order-date' => '注文日', - 'bill-to' => '請求先', - 'ship-to' => '送り先', - 'contact' => '連絡先', - 'refunds' => '返金', - 'individual-refund' => '返金 #:refund_id', - 'adjustment-refund' => '返金調整', - 'adjustment-fee' => '調整手数料', - 'tracking-number' => '追跡番号', - 'cancel-confirm-msg' => 'この注文をキャンセルしてもよろしいですか ?' - ] - ], - - 'wishlist' => [ - 'page-title' => 'お気に入り', - 'title' => 'お気に入り', - 'deleteall' => '全て削除', - 'moveall' => '全てのアイテムをカートへ移動する', - 'move-to-cart' => 'カートへ移動', - 'error' => 'アイテムのお気に入り追加に失敗しました。しばらくしてから再度お試し下さい。', - 'add' => 'アイテムをお気に入りに追加', - 'remove' => 'アイテムをお気に入りから削除', - 'add-wishlist-text' => '製品をウィッシュリストに追加', - 'remove-wishlist-text' => 'ウィッシュリストから商品を削除', - 'moved' => 'アイテムをカートへ移動しました', - 'move-error' => 'アイテムのお気に入り追加に失敗しました。しばらくしてから再度お試し下さい。', - 'success' => 'アイテムをお気に入りに追加しました', - 'failure' => 'アイテムのお気に入り追加に失敗しました。しばらくしてから再度お試し下さい。', - 'already' => 'このアイテムは既にお気に入りに追加されています。', - 'removed' => 'アイテムはお気に入りから削除されました。', - 'remove-fail' => 'アイテムをお気に入りから削除することができませんでした。しばらくしてから再度お試し下さい。', - 'empty' => 'お気に入りにアイテムがありません。', - 'remove-all-success' => '全てのアイテムがお気に入りから削除されました。', - ], - - 'downloadable_products' => [ - 'title' => 'ダウンロードアイテム', - 'order-id' => '注文番号', - 'date' => '日時', - 'name' => 'アイテム名', - 'status' => 'ステータス', - 'pending' => '処理中', - 'available' => 'ダウンロード可能', - 'expired' => '期限切れ', - 'remaining-downloads' => '残りのダウンロード数', - 'unlimited' => '無制限', - 'download-error' => 'ダウンロードリンクの有効期限が切れています.' - ], - - 'review' => [ - 'index' => [ - 'title' => 'レビュー', - 'page-title' => 'レビュー' - ], - - 'view' => [ - 'page-tile' => 'レビュー #:id', - ] - ] - ] - ], - - 'products' => [ - 'layered-nav-title' => 'Shop By', - 'price-label' => 'As low as', - 'remove-filter-link-title' => '全て削除', - 'sort-by' => '並び順', - 'from-a-z' => 'From A-Z', - 'from-z-a' => 'From Z-A', - 'newest-first' => '新着順', - 'oldest-first' => '古い順', - 'cheapest-first' => '価格が安い順', - 'expensive-first' => '価格が高い順', - 'show' => 'Show', - 'pager-info' => ':showing - :total', - 'description' => '解説', - 'specification' => '仕様', - 'total-reviews' => ':全てのレビュー', - 'total-rating' => ':total_rating Ratings & :total_reviews Reviews', - 'by' => 'By :name', - 'up-sell-title' => 'お客様におすすめのアイテム', - 'related-product-title' => '関連アイテム', - 'cross-sell-title' => 'Más opciones', - 'reviews-title' => 'レビュー', - 'write-review-btn' => '評価を書いてください', - 'choose-option' => 'オプションを選択', - 'sale' => 'セール', - 'new' => 'new', - 'empty' => 'このカテゴリーにアイテムがありません。', - 'add-to-cart' => 'カートに追加する', - 'book-now' => '今予約する', - 'buy-now' => '今すぐ購入', - 'whoops' => 'すみません!', - 'quantity' => '数量', - 'in-stock' => '在庫あり', - 'out-of-stock' => '在庫なし', - 'view-all' => '全て見る', - 'select-above-options' => '最初に上記のオプションを選択してください.', - 'less-quantity' => '数量1未満は選択できません.', - 'available-for-order' => '注文可能', - 'settings' => 'Settings', - 'compare_options' => 'Compare Options', - ], - - 'buynow' => [ - 'no-options' => 'このアイテムを購入される前にオプションを選択してください' - ], - - 'checkout' => [ - 'cart' => [ - 'integrity' => [ - 'missing_fields' =>'赤くなった項目を入力してください', - 'missing_options' => 'Options are missing for this product.', - 'missing_links' => 'Downloadable links are missing for this product.', - 'qty_missing' => 'Atleast one product should have more than 1 quantity.', - 'qty_impossible' => 'Cannot add more than one of these products to cart.' - ], - 'create-error' => 'カートで問題が発生しました', - 'title' => 'カート', - 'empty' => 'カートが空です。', - 'update-cart' => 'カートを更新する', - 'continue-shopping' => '買い物を続ける', - 'proceed-to-checkout' => '購入手続きに進む', - 'remove' => '削除', - 'remove-link' => '削除', - 'move-to-wishlist' => 'お気に入りに移動する', - 'move-to-wishlist-success' => 'アイテムがお気に入りに追加されました。', - 'move-to-wishlist-error' => 'アイテムをお気に入りに追加することができませんでした。しばらくしてから再度お試し下さい。', - 'add-config-warning' => 'カートに追加する前にオプションを選択してください', - 'quantity' => [ - 'quantity' => '数量', - 'success' => 'カートが更新されました。', - 'illegal' => '数量を1以下にすることは出来ません。', - 'inventory_warning' => 'ご希望の数量の在庫が現在ございません。しばらくしてから再度お試し下さい。現在在庫がございません。', - 'error' => 'アイテムの更新が出来ませんでした。しばらくしてから再度お試し下さい。' - ], - 'item' => [ - 'error_remove' => 'カートに削除するアイテムがございません。', - 'success' => 'アイテムがカートに追加されました。', - 'success-remove' => 'アイテムがカートから削除されました。', - 'error-add' => 'アイテムをカートに追加できません。しばらくしてから再度お試し下さい。', - 'inactive' => 'An item is inactive and was removed from cart', - 'inactive-add' => 'Inactive item cannot be added to cart', - ], - 'quantity-error' => 'ご希望の数量の在庫が現在ございません。', - 'cart-subtotal' => '小計', - 'cart-remove-action' => '手続きを進めますか。', - 'partial-cart-update' => 'Only some of the product(s) were updated', - 'link-missing' => '' - ], - - 'onepage' => [ - 'title' => 'レジ', - 'information' => '詳細', - 'shipping' => '発送', - 'payment' => '支払い', - 'complete' => '完了', - 'review' => 'レビュー', - 'billing-address' => '領収書宛先', - 'sign-in' => 'ログイン', - 'first-name' => '名', - 'last-name' => '姓', - 'email' => 'メールアドレス', - 'address1' => '住所', - 'city' => '市町村', - 'state' => '都道府県', - 'select-state' => '地域を選択 都道府県 市町村', - 'postcode' => '郵便番号', - 'phone' => '電話番号', - 'country' => '国', - 'order-summary' => '注文内容', - 'shipping-address' => '送付先住所', - 'use_for_shipping' => 'この住所に送る', - 'continue' => '続ける', - 'shipping-method' => '発送方法を選択', - 'payment-methods' => '支払い方法を選択', - 'payment-method' => '支払い方法', - 'summary' => '注文内容', - 'price' => '金額', - 'quantity' => '数量', - 'billing-address' => '領収書宛先', - 'shipping-address' => '送付先', - 'contact' => '連絡先', - 'place-order' => '注文を確定する', - 'new-address' => '新しい住所を追加する', - 'save_as_address' => '住所を保存', - 'apply-coupon' => 'クーポンを使用する', - 'amt-payable' => 'お支払い金額', - 'got' => 'Got', - 'free' => '無料', - 'coupon-used' => '使用済クーポン', - 'applied' => '適用されました', - 'back' => '戻る', - 'cash-desc' => '現金支払い', - 'money-desc' => '銀行振り込み', - 'paypal-desc' => 'Paypal', - 'free-desc' => '送料無料', - 'flat-desc' => '送料一律' - ], - - 'total' => [ - 'order-summary' => '注文を確定する', - 'sub-total' => 'アイテム', - 'grand-total' => '合計', - 'delivery-charges' => '送料', - 'tax' => '税', - 'discount' => '割引', - 'price' => '金額', - 'disc-amount' => '割引額', - 'new-grand-total' => '合計', - 'coupon' => 'クーポン', - 'coupon-applied' => '使用済みクーポン', - 'remove-coupon' => 'クーポンを削除', - 'cannot-apply-coupon' => 'クーポンを使用することができません' - ], - - 'success' => [ - 'title' => '注文が正しく完了しました', - 'thanks' => 'ご注文ありがとうございます', - 'order-id-info' => 'お客様の注文番号 #:order_id', - 'info' => 'お客様のご注文詳細と追跡情報をメールアドレスに送ります' - ] - ], - - 'mail' => [ - 'order' => [ - 'subject' => 'ご注文ありがとうございます', - 'heading' => 'ご注文の受付が完了しました。', - 'dear' => ':customer_name様', - 'dear-admin' => ':admin_name様', - 'greeting' => 'この度は当ショップでお買い物いただきありがとうございます。 お客様注文番号 :order_id', - 'greeting-admin' => '注文番号 :order_id placed on :created_at', - 'summary' => '注文内容', - 'shipping-address' => '送付先住所', - 'billing-address' => '領収書宛先', - 'contact' => '連絡先', - 'shipping' => '配送方法', - 'payment' => '支払い方法', - 'price' => '金額', - 'quantity' => '数量', - 'subtotal' => '小計', - 'shipping-handling' => '送料', - 'tax' => '税', - 'discount' => '割引', - 'grand-total' => '合計', - 'final-summary' => '発送手続き完了後、お知らせメールを配信いたしますので、今しばらくお待ちください。', - 'help' => 'お問合せなどは下記メールアドレスへご連絡ください。:support_email', - 'thanks' => 'ありがとう!', - - 'comment' => [ - 'subject' => '注文に新しいコメントが追加されました #:order_id', - 'dear' => '親愛な :customer_name', - 'final-summary' => '当店へのご関心をお寄せいただきありがとうございます', - 'help' => '何か助けが必要な場合は、私たちに連絡してください :support_email', - 'thanks' => 'ありがとう!', - ], - - 'cancel' => [ - 'subject' => '注文がキャンセルされました', - 'heading' => '注文がキャンセルされました', - 'dear' => ':customer_name様', - 'greeting' => '注文 #:order_idはキャンセルされました。', - 'summary' => '注文内容', - 'shipping-address' => '送付先住所', - 'billing-address' => '領収書宛先', - 'contact' => '連絡先', - 'shipping' => '配送方法', - 'payment' => '支払い方法', - 'subtotal' => '小計', - 'shipping-handling' => '送料', - 'tax' => '税', - 'discount' => '割引', - 'grand-total' => '合計', - 'final-summary' => '私たちのお店にお越しいただき、ありがとうございます。', - 'help' => 'お問合せなどは下記メールアドレスへご連絡ください。 :support_email', - 'thanks' => 'ありがとう!', - ] - ], - 'invoice' => [ - 'heading' => '注文 #:order_idの領収書 (#:invoice_id)', - 'subject' => '注文 #:order_idの領収書', - 'summary' => '注文内容', - ], - 'shipment' => [ - 'heading' => 'El Envío #:shipment_id ha sido generado por el pedido #:order_id', - 'inventory-heading' => 'Nuevo envío #:shipment_id ha sido generado por el pedido #:order_id', - 'subject' => 'Envío de tu pedido #:order_id', - 'inventory-subject' => 'Nuevo envío ha sido generado por el pedido #:order_id', - 'summary' => '注文内容', - 'carrier' => '配送業者', - 'tracking-number' => '追跡番号', - 'greeting' => 'El pedido :order_id ha sido enviado a :created_at', - ], - 'forget-password' => [ - 'subject' => 'パスワードをリセットする', - 'dear' => '様 :name', - 'info' => 'お客様のパスワードリセットのリクエストがあったため、ご連絡致します。', - 'reset-password' => 'パスワードのリセット', - 'final-summary' => 'Si no has solicitado cambiar de contraseña, ninguna acción es requerida por tu parte.', - 'thanks' => 'ありがとうございます。' - ], - 'update-password' => [ - 'subject' => 'パスワードが更新されました', - 'dear' => '様 :name', - 'info' => 'パスワードを更新したため、このメールをお送りしています。', - 'thanks' => 'ありがとうございます。' - ], - 'customer' => [ - 'new' => [ - 'dear' => '様 :customer_name', - 'username-email' => 'Nombre de usuario/Email', - 'subject' => 'Nuevo registro de cliente', - 'password' => 'パスワード', - 'summary' => 'Tu cuenta ha sido creada en Bassar. - Los detalles de tu cuenta puedes verlos abajo: ', - 'thanks' => 'ありがとうございます。', - ], - - 'registration' => [ - 'subject' => 'Nuevo registro de cliente', - 'customer-registration' => 'Cliente registrado exitosamente', - 'dear' => '様 :customer_name', - 'greeting' => '¡Bienvenido y gracias por registrarte en Bassar!', - 'summary' => 'Your account has now been created successfully and you can login using your email address and password credentials. Upon logging in, you will be able to access other services including reviewing past orders, wishlists and editing your account information.', - 'thanks' => 'ありがとうございます。', - ], - - 'verification' => [ - 'heading' => 'Bassar - Verificación por correo', - 'subject' => 'メールでの確認', - 'verify' => 'アカウント確認', - 'summary' => 'このメールは、ご本人様確認のためにお送りしています。下記のリンクからアカウント確認をお願いします。' - ], - - 'subscription' => [ - 'subject' => 'Subscripción mail', - 'greeting' => ' Bienvenido a Bassar - Subscripción por mail', - 'unsubscribe' => 'Darse de baja', - 'summary' => 'Gracias por ponernos en tu bandeja de entrada. Ha pasado un tiempo desde que leyó el último correo electrónico de Bassar, y no queremos abrumar su bandeja de entrada. Si ya no quiere recibir - las últimas noticias de marketing, haga clic en el botón de abajo.' - ] - ] - ], - - 'webkul' => [ - 'copy-right' => '© Copyright :year Webkul Software, All rights reserved', - ], - - 'response' => [ - 'create-success' => ':name created successfully.', - 'update-success' => ':name updated successfully.', - 'delete-success' => ':name deleted successfully.', - 'submit-success' => ':name submitted successfully.' - ], -]; \ No newline at end of file diff --git a/resources/lang/vendor/shop/nl/app.php b/resources/lang/vendor/shop/nl/app.php deleted file mode 100644 index 94062da35..000000000 --- a/resources/lang/vendor/shop/nl/app.php +++ /dev/null @@ -1,727 +0,0 @@ - 'The given vat id has a wrong format', - 'security-warning' => 'Suspicious activity found!!!', - 'nothing-to-delete' => 'Nothing to delete', - - 'layouts' => [ - 'my-account' => 'Mijn account', - 'profile' => 'Profiel', - 'address' => 'Mijn adressen', - 'reviews' => 'Reviews', - 'wishlist' => 'Verlanglijst', - 'orders' => 'Bestellingen', - 'downloadable-products' => 'Downloadbare producten' - ], - - 'common' => [ - 'error' => 'Something went wrong, please try again later.', - 'no-result-found' => 'We could not find any records.' - ], - - 'home' => [ - 'page-title' => config('app.name') . ' - Home', - 'featured-products' => 'Aanbevolen producten', - 'new-products' => 'Nieuwe producten', - 'verify-email' => 'Verifieer uw e-mailaccount', - 'resend-verify-email' => 'Verificatie-e-mail opnieuw verzenden' - ], - - 'header' => [ - 'title' => 'Account', - 'dropdown-text' => 'Manage Cart, Orders & Wishlist', - 'sign-in' => 'Aanmelden', - 'sign-up' => 'Registreren', - 'account' => 'Account', - 'cart' => 'Winkelwagen', - 'profile' => 'Profiel', - 'wishlist' => 'Verlanglijst', - 'logout' => 'Afmelden', - 'search-text' => 'Zoek producten hier' - ], - - 'minicart' => [ - 'view-cart' => 'Bekijk winkelwagen', - 'checkout' => 'Afrekenen', - 'cart' => 'Winkelwagen', - 'zero' => '0' - ], - - 'footer' => [ - 'subscribe-newsletter' => 'Inschrijven nieuwsbrief', - 'subscribe' => 'Inschrijven', - 'locale' => 'Taal', - 'currency' => 'Valuta', - ], - - 'subscription' => [ - 'unsubscribe' => 'Afmelden', - 'subscribe' => 'Subscribe', - 'subscribed' => 'You are now subscribed to subscription emails.', - 'not-subscribed' => 'You can not be subscribed to subscription emails, please try again later.', - 'already' => 'You are already subscribed to our subscription list.', - 'unsubscribed' => 'You are unsubscribed from subscription mails.', - 'already-unsub' => 'You are already unsubscribed.', - 'not-subscribed' => 'Error! Mail can not be sent currently, please try again later.' - ], - - 'search' => [ - 'no-results' => 'No Results Found', - 'page-title' => config('app.name') . ' - Search', - 'found-results' => 'Search Results Found', - 'found-result' => 'Search Result Found', - 'analysed-keywords' => 'Analysed Keywords' - ], - - 'reviews' => [ - 'title' => 'Titel', - 'add-review-page-title' => 'Review toevoegen', - 'write-review' => 'Schrijf een review', - 'review-title' => 'Geef uw review een titel', - 'product-review-page-title' => 'Product Review', - 'rating-reviews' => 'Rating & Reviews', - 'submit' => 'SUBMIT', - 'delete-all' => 'Alle reviews zijn verwijderd', - 'ratingreviews' => ':rating Ratings & :review Reviews', - 'star' => 'Ster', - 'percentage' => ':percentage %', - 'id-star' => 'star', - 'name' => 'Name', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Compare', - 'compare_similar_items' => 'Compare Similar Items', - 'add-tooltip' => 'Voeg product toe aan vergelijkingslijst', - 'added' => 'Item successfully added to compare list', - 'already_added' => 'Item already added to compare list', - 'removed' => 'Item successfully removed from compare list', - 'removed-all' => 'All items successfully removed from compare list', - 'empty-text' => "You don't have any items in your compare list", - 'product_image' => 'Product Image', - 'actions' => 'Actions', - ], - - 'signup-text' => [ - 'account_exists' => 'Heb je al een account?', - 'title' => 'Aanmelden' - ], - - 'signup-form' => [ - 'page-title' => 'Maak een nieuw klantaccount aan', - 'title' => 'Registreren', - 'firstname' => 'Voornaam', - 'lastname' => 'Naam', - 'email' => 'Email', - 'password' => 'Wachtwoord', - 'confirm_pass' => 'Wachtwoord bevestigen', - 'button_title' => 'Registreren', - 'agree' => 'Agree', - 'terms' => 'Terms', - 'conditions' => 'Conditions', - 'using' => 'by using this website', - 'agreement' => 'Agreement', - 'success' => 'Account succesvol aangemaakt.', - 'success-verify' => 'Account created successfully, an e-mail has been sent for verification.', - 'success-verify-email-unsent' => 'Account created successfully, but verification e-mail unsent.', - 'failed' => 'Error! Can not create your account, pleae try again later.', - 'already-verified' => 'Your account is already verified Or please try sending a new verification email again.', - 'verification-not-sent' => 'Error! Problem in sending verification email, please try again later.', - 'verification-sent' => 'Verification email sent', - 'verified' => 'Uw account is geverifieerd, probeer nu in te loggen.', - 'verify-failed' => 'We cannot verify your mail account.', - 'dont-have-account' => 'U heeft geen account bij ons.', - 'success' => 'Account Created Successfully', - 'failed' => 'Error! Cannot Create Your Account, Try Again Later', - 'already-verified' => 'Your Account is already verified Or Please Try Sending A New Verification Email Again', - 'verification-not-sent' => 'Error! Problem In Sending Verification Email, Try Again Later', - 'verify-failed' => 'We Cannot Verify Your Mail Account', - 'dont-have-account' => 'You Do Not Have Account With Us', - 'customer-registration' => 'Customer Registered Successfully' - ], - - 'login-text' => [ - 'no_account' => 'Do not have account', - 'title' => 'Sign Up', - ], - - 'login-form' => [ - 'page-title' => 'Aanmelden', - 'title' => 'Aanmelden', - 'email' => 'Email', - 'password' => 'Wachtwoord', - 'forgot_pass' => 'Wachtwoord vergeten?', - 'button_title' => 'Aanmelden', - 'remember' => 'Remember Me', - 'footer' => '© Copyright :year Webkul Software, All rights reserved', - 'invalid-creds' => 'Please check your credentials and try again.', - 'verify-first' => 'Verify your email account first.', - 'not-activated' => 'Your activation seeks admin approval', - 'resend-verification' => 'Resend verification mail again' - ], - - 'forgot-password' => [ - 'title' => 'Recover Password', - 'email' => 'Email', - 'submit' => 'Send Password Reset Email', - 'page_title' => 'Forgot your password ?' - ], - - 'reset-password' => [ - 'title' => 'Wachtwoord herstellen', - 'email' => 'Uw email-adres', - 'password' => 'Wachtwoord', - 'confirm-password' => 'Wachtwoord bevestigen', - 'back-link-title' => 'Back to Sign In', - 'submit-btn-title' => 'Wachtwoord herstellen' - ], - - 'account' => [ - 'dashboard' => 'Edit Profile', - 'menu' => 'Menu', - - 'general' => [ - 'no' => 'Nee', - 'yes' => 'Ja', - ], - - 'profile' => [ - 'index' => [ - 'page-title' => 'Profiel', - 'title' => 'Profiel', - 'edit' => 'Wijzig', - ], - - 'edit-success' => 'Profile updated successfully.', - 'edit-fail' => 'Error! Profile cannot be updated, please try again later.', - 'unmatch' => 'The old password does not match.', - - 'fname' => 'Voornaam', - 'lname' => 'Naam', - 'gender' => 'Geslacht', - 'other' => 'Anders', - 'male' => 'Man', - 'female' => 'Vrouw', - 'dob' => 'Geboortedatum', - 'phone' => 'Telefoonnummer', - 'email' => 'Email', - 'opassword' => 'Huidig wachtwoord', - 'password' => 'Wachtwoord', - 'cpassword' => 'Wachtwoord bevestigen', - 'submit' => 'Profiel wijzigen', - - 'edit-profile' => [ - 'title' => 'Profiel wijzigen', - 'page-title' => 'Profiel wijzigen' - ] - ], - - 'address' => [ - 'index' => [ - 'page-title' => 'Adres', - 'title' => 'Mijn adressen', - 'add' => 'Adres toevoegen', - 'edit' => 'Wijzigen', - 'empty' => 'U heeft hier geen opgeslagen adressen. Voeg minstens één adres toe door op de onderstaande link te klikken', - 'create' => 'Address toevoegen', - 'delete' => 'Verwijderen', - 'make-default' => 'Maak standaard', - 'default' => 'Standaard', - 'contact' => 'Contact', - 'confirm-delete' => 'Wilt u dit adres echt verwijderen?', - 'default-delete' => 'Standaardadres kan niet worden gewijzigd.', - 'enter-password' => 'Voer uw wachtwoord in.', - ], - - 'create' => [ - 'page-title' => 'Add Address Form', - 'company_name' => 'Bedrijfsnaam', - 'first_name' => 'Voornaam', - 'last_name' => 'Naam', - 'vat_id' => 'BTW nummer', - 'vat_help_note' => '[bv. BE01234567891]', - 'title' => 'Adres toevoegen', - 'street-address' => 'Adres', - 'country' => 'Land', - 'state' => 'Staat / Provincie', - 'select-state' => 'Selecteer een regio, staat of provincie', - 'city' => 'Gemeente', - 'postcode' => 'Postcode', - 'phone' => 'Telefoonnummer', - 'submit' => 'Adres bewaren', - 'success' => 'Adres is succesvol toegevoegd.', - 'error' => 'Adres kan niet worden toegevoegd.' - ], - - 'edit' => [ - 'page-title' => 'verander adres', - 'company_name' => 'Bedrijfsnaam', - 'first_name' => 'Voornaam', - 'last_name' => 'Naam', - 'vat_id' => 'BTW nummer', - 'title' => 'Adres wijzigen', - 'street-address' => 'Adres', - 'submit' => 'Opslaan', - 'success' => 'Adres succesvol bijgewerkt..', - ], - 'delete' => [ - 'success' => 'Adres succesvol verwijderd.', - 'failure' => 'Adres kan niet verwijderd worden.', - 'wrong-password' => 'Verkeerd wachtwoord !' - ] - ], - - 'order' => [ - 'index' => [ - 'page-title' => 'Bestellingen', - 'title' => 'Bestellingen', - 'order_id' => 'Bestelnummer', - 'date' => 'Datum', - 'status' => 'Toestand', - 'total' => 'Totaal', - 'order_number' => 'Bestelnummer', - 'processing' => 'Processing', - 'completed' => 'Completed', - 'canceled' => 'Canceled', - 'closed' => 'Closed', - 'pending' => 'Pending', - 'pending-payment' => 'Pending Payment', - 'fraud' => 'Fraud' - ], - - 'view' => [ - 'page-tile' => 'Bestellen #:order_id', - 'info' => 'Informatie', - 'placed-on' => 'Geplaatst op', - 'products-ordered' => 'Bestelde producten', - 'invoices' => 'Facturen', - 'shipments' => 'Verzendingen', - 'SKU' => 'SKU', - 'product-name' => 'Naam', - 'qty' => 'Aantal', - 'item-status' => 'Artikelstatus', - 'item-ordered' => 'Besteld (:qty_ordered)', - 'item-invoice' => 'Gefactureerd (:qty_invoiced)', - 'item-shipped' => 'verzonden (:qty_shipped)', - 'item-canceled' => 'Geannuleerd (:qty_canceled)', - 'item-refunded' => 'Terugbetaald (:qty_refunded)', - 'price' => 'Prijs', - 'total' => 'Total', - 'subtotal' => 'Subtotaal', - 'shipping-handling' => 'Verzending en afhandeling', - 'tax' => 'Belasting', - 'discount' => 'Korting', - 'tax-percent' => 'Belastingpercentage', - 'tax-amount' => 'Belastingbedrag', - 'discount-amount' => 'Korting hoeveelheid', - 'grand-total' => 'Eindtotaal', - 'total-paid' => 'Totaal betaald', - 'total-refunded' => 'Totaal terugbetaald ', - 'total-due' => 'Totaal verschuldigd', - 'shipping-address' => 'Verzendingsadres', - 'billing-address' => 'factuur adres', - 'shipping-method' => 'Verzendmethode', - 'payment-method' => 'Betalingswijze', - 'individual-invoice' => 'Factuur #:invoice_id', - 'individual-shipment' => 'Verzending #:shipment_id', - 'print' => 'Afdrukken', - 'invoice-id' => 'Factuur-id', - 'order-id' => 'Order ID', - 'order-date' => 'Besteldatum', - 'bill-to' => 'Rekening naar', - 'ship-to' => 'Verzend naar', - 'contact' => 'Contact', - 'refunds' => 'Restituties', - 'individual-refund' => 'Terugbetaling #:refund_id', - 'adjustment-refund' => 'Aanpassing restitutie', - 'adjustment-fee' => 'Aanpassingskosten', - 'tracking-number' => 'Volg nummer', - 'cancel-confirm-msg' => 'Weet u zeker dat u deze bestelling wilt annuleren ?' - ] - ], - - 'wishlist' => [ - 'page-title' => 'Verlanglijst', - 'title' => 'Verlanglijst', - 'deleteall' => 'Alles verwijderen', - 'moveall' => 'Verplaats alle producten naar winkelwagen', - 'move-to-cart' => 'Verplaatsen naar winkelwagen', - 'error' => 'Kan product niet toevoegen aan verlanglijstje vanwege onbekende problemen, kom later terug', - 'add' => 'Item succesvol toegevoegd aan verlanglijstje', - 'remove' => 'Item succesvol verwijderd van verlanglijstje', - 'add-wishlist-text' => 'Toevoegen aan verlanglijst', - 'remove-wishlist-text' => 'Remove product from wishlist', - 'moved' => 'Artikel succesvol verplaatst naar winkelwagen', - 'option-missing' => 'Productopties ontbreken, dus item kan niet naar de verlanglijst worden verplaatst.', - 'move-error' => 'Item kan niet naar de verlanglijst worden verplaatst. Probeer het later opnieuw', - 'success' => 'Item succesvol toegevoegd aan verlanglijstje', - 'failure' => 'Item kan niet worden toegevoegd aan verlanglijstje, probeer het later opnieuw', - 'already' => 'Item al aanwezig in uw verlanglijstje', - 'removed' => 'Item succesvol verwijderd van verlanglijstje', - 'remove-fail' => 'Item kan niet van de verlanglijst worden verwijderd. Probeer het later opnieuw', - 'empty' => 'U heeft geen artikelen op uw verlanglijstje', - 'remove-all-success' => 'Alle items van uw verlanglijst zijn verwijderd', - ], - - 'downloadable_products' => [ - 'title' => 'Downloadbare producten', - 'order-id' => 'Bestelnummer', - 'date' => 'Datum', - 'name' => 'Titel', - 'status' => 'Status', - 'pending' => 'Pending', - 'available' => 'Beschikbaar', - 'expired' => 'Expired', - 'remaining-downloads' => 'Resterende downloads', - 'unlimited' => 'Onbeperkt', - 'download-error' => 'Downloadlink is verlopen.' - ], - - 'review' => [ - 'index' => [ - 'title' => 'Recensies', - 'page-title' => 'Recensies' - ], - - 'view' => [ - 'page-tile' => 'Recensies #:id', - ] - ] - ] - ], - - 'products' => [ - 'layered-nav-title' => 'Winkelen per ', - 'price-label' => 'Zo laag als', - 'remove-filter-link-title' => 'Wis alles', - 'filter-to' => 'tot', - 'sort-by' => 'Sorteer op', - 'from-a-z' => 'Van A-Z', - 'from-z-a' => 'Van Z-A', - 'newest-first' => 'Nieuwste eerst', - 'oldest-first' => 'Oudste eerst', - 'cheapest-first' => 'Goedkoopste eerst', - 'expensive-first' => 'Eerst duur', - 'show' => 'Tonen', - 'pager-info' => 'Weergegeven :showing van :total Artikelen', - 'description' => 'Beschrijving', - 'specification' => 'Specificatie', - 'total-reviews' => ':total Recensies', - 'total-rating' => ':total_rating Waarderingen & :total_reviews Recensies', - 'by' => 'Door :name', - 'up-sell-title' => 'We hebben andere producten gevonden die je misschien leuk vindt!', - 'related-product-title' => 'gerelateerde producten', - 'cross-sell-title' => 'Meer keuzes', - 'reviews-title' => 'Beoordelingen en recensies', - 'write-review-btn' => 'Schrijf recensie', - 'choose-option' => 'Kies een optie', - 'sale' => 'Uitverkoop', - 'new' => 'Nieuw', - 'empty' => 'Geen producten beschikbaar in deze categorie', - 'add-to-cart' => 'Voeg toe aan winkelkar', - 'book-now' => 'boek nu', - 'buy-now' => 'Koop nu', - 'whoops' => 'Whoops!', - 'quantity' => 'Aantal', - 'in-stock' => 'Op voorraad', - 'out-of-stock' => 'Niet op voorraad', - 'view-all' => 'Bekijk alles', - 'select-above-options' => 'Selecteer eerst bovenstaande opties.', - 'less-quantity' => 'De hoeveelheid mag niet kleiner zijn dan één.', - 'samples' => 'Voorbeelden', - 'links' => 'Links', - 'sample' => 'Voorbeeld', - 'name' => 'Naam', - 'qty' => 'Aantal', - 'starting-at' => 'Beginnend bij', - 'customize-options' => 'Pas opties aan', - 'choose-selection' => 'Kies een selectie', - 'your-customization' => 'Uw maatwerk', - 'total-amount' => 'Totale hoeveelheid', - 'none' => 'Geen', - 'available-for-order' => 'Beschikbaar voor bestelling', - 'settings' => 'Settings', - 'compare_options' => 'Compare Options', - ], - - // 'reviews' => [ - // 'empty' => 'You Have Not Reviewed Any Of Product Yet' - // ] - - 'buynow' => [ - 'no-options' => 'Selecteer opties voordat u dit product koopt.' - ], - - 'checkout' => [ - 'cart' => [ - 'integrity' => [ - 'missing_fields' => 'Sommige verplichte velden ontbreken voor dit product.', - 'missing_options' => 'Er ontbreken opties voor dit product.', - 'missing_links' => 'Downloadbare links ontbreken voor dit product.', - 'qty_missing' => 'Minstens één product moet meer dan 1 hoeveelheid bevatten.', - 'qty_impossible' => 'Kan niet meer dan één van deze producten toevoegen aan winkelwagen.' - ], - 'create-error' => 'Er is een probleem opgetreden bij het maken van een winkelwageninstantie.', - 'title' => 'Winkelwagen', - 'empty' => 'Uw winkelwagen is leeg', - 'update-cart' => 'Winkelwagen bijwerken', - 'continue-shopping' => 'Doorgaan met winkelen', - 'proceed-to-checkout' => 'Ga naar de kassa', - 'remove' => 'Verwijderen', - 'remove-link' => 'Verwijderen', - 'move-to-wishlist' => 'Verplaats naar wens lijst', - 'move-to-wishlist-success' => 'Item is succesvol naar de verlanglijst verplaatst.', - 'move-to-wishlist-error' => 'Kan item niet naar verlanglijstje verplaatsen, probeer het later opnieuw.', - 'add-config-warning' => 'Selecteer een optie voordat u deze aan de winkelwagen toevoegt.', - 'quantity' => [ - 'quantity' => 'Aantal', - 'success' => 'Winkelwagenitem (s) succesvol bijgewerkt.', - 'illegal' => 'Hoeveelheid kan niet kleiner zijn dan één.', - 'inventory_warning' => 'De gevraagde hoeveelheid is niet beschikbaar, probeer het later opnieuw.', - 'error' => 'Kan de item (s) momenteel niet updaten. Probeer het later opnieuw.' - ], - - 'item' => [ - 'error_remove' => 'Geen items om uit de winkelwagen te verwijderen.', - 'success' => 'Artikel is succesvol toegevoegd aan winkelwagen.', - 'success-remove' => 'Item is met succes uit de winkelwagen verwijderd.', - 'error-add' => 'Item kan niet aan winkelwagen worden toegevoegd. Probeer het later opnieuw.', - 'inactive' => 'An item is inactive and was removed from cart.', - 'inactive-add' => 'Inactive item cannot be added to cart.', - ], - 'quantity-error' => 'Gevraagde hoeveelheid is niet beschikbaar.', - 'cart-subtotal' => 'Subtotaal', - 'cart-remove-action' => 'Wil je dit echt doen?', - 'partial-cart-update' => 'Slechts enkele van de producten zijn bijgewerkt', - 'link-missing' => '', - 'event' => [ - 'expired' => 'This event has been expired.' - ] - ], - - 'onepage' => [ - 'title' => 'Uitchecken', - 'information' => 'Informatie', - 'shipping' => 'Verzending', - 'payment' => 'Betaling', - 'complete' => 'Complete', - 'review' => 'Beoordeling', - 'billing-address' => 'Factuur adres', - 'sign-in' => 'Inloggen', - 'company-name' => 'Bedrijfsnaam', - 'first-name' => 'Voornaam', - 'last-name' => 'Achternaam', - 'email' => 'E-mail', - 'address1' => 'Woonadres', - 'city' => 'stad', - 'state' => 'Staat', - 'select-state' => 'Selecteer een regio, staat of provincie', - 'postcode' => 'Zip/Postcode', - 'phone' => 'Telefoon', - 'country' => 'buiten', - 'order-summary' => 'overzicht van de bestelling', - 'shipping-address' => 'Verzendingsadres', - 'use_for_shipping' => 'Verzenden naar dit adres', - 'continue' => 'Doorgaan met', - 'shipping-method' => 'selecteer verzendmethode', - 'payment-methods' => 'Selecteer betaalmethode', - 'payment-method' => 'Betalingswijze', - 'summary' => 'overzicht van de bestelling', - 'price' => 'Prijs', - 'quantity' => 'Aantal', - 'billing-address' => 'factuur adres', - 'shipping-address' => 'Verzendingsadres', - 'contact' => 'Contact', - 'place-order' => 'Plaats bestelling', - 'new-address' => 'Nieuw adres toevoegen', - 'save_as_address' => 'Opslaan als adres', - 'apply-coupon' => 'gebruik coupon', - 'amt-payable' => 'Te betalen bedrag', - 'got' => 'Kreeg', - 'free' => 'Vrij', - 'coupon-used' => 'Coupon gebruikt', - 'applied' => 'Toegepast', - 'back' => 'Terug', - 'cash-desc' => 'Rembours', - 'money-desc' => 'Overschrijving', - 'paypal-desc' => 'Paypal Standard', - 'free-desc' => 'Dit is een gratis verzending', - 'flat-desc' => 'Dit is een vast tarief', - 'password' => 'Wachtwoord', - 'login-exist-message' => 'U heeft al een account bij ons, log in of ga verder als gast.', - 'enter-coupon-code' => 'Vul couponcode in' - ], - - 'total' => [ - 'order-summary' => 'Overzicht van de bestelling', - 'sub-total' => 'Items', - 'grand-total' => 'Eindtotaal', - 'delivery-charges' => 'Verzendkosten', - 'tax' => 'BTW', - 'discount' => 'Korting', - 'price' => 'Prijs', - 'disc-amount' => 'Verdisconteerd bedrag', - 'new-grand-total' => 'Nieuw eindtotaal', - 'coupon' => 'Coupon', - 'coupon-applied' => 'Toegepaste coupon', - 'remove-coupon' => 'Coupon verwijderen', - 'cannot-apply-coupon' => 'Kan coupon niet toepassen', - 'invalid-coupon' => 'Couponcode is ongeldig.', - 'success-coupon' => 'Couponcode succesvol toegepast.', - 'coupon-apply-issue' => 'Coupon code can\'t be applied.' - ], - - 'success' => [ - 'title' => 'Bestelling succesvol geplaatst', - 'thanks' => 'Bedankt voor je bestelling!', - 'order-id-info' => 'Uw bestellings-ID is #:order_id', - 'info' => 'We sturen u een e-mail met uw bestelgegevens en trackinginformatie' - ] - ], - - 'mail' => [ - 'order' => [ - 'subject' => 'Nieuwe orderbevestiging', - 'heading' => 'Order bevestiging!', - 'dear' => 'Lieve :customer_name', - 'dear-admin' => 'Lieve :admin_name', - 'greeting' => 'Bedankt voor je bestelling :order_id geplaatst op :created_at', - 'greeting-admin' => 'Order Id :order_id geplaatst op :created_at', - 'summary' => 'Samenvatting van de bestelling', - 'shipping-address' => 'Verzendingsadres', - 'billing-address' => 'factuur adres', - 'contact' => 'Contact', - 'shipping' => 'Verzendmethode', - 'payment' => 'Betalingswijze', - 'price' => 'Prijs', - 'quantity' => 'Aantal', - 'subtotal' => 'Subtotal', - 'shipping-handling' => 'Verzending en afhandeling', - 'tax' => 'Belasting', - 'discount' => 'Korting', - 'grand-total' => 'Eindtotaal', - 'final-summary' => 'Bedankt voor het tonen van uw interesse in onze winkel.We sturen u een trackingnummer zodra het is verzonden', - 'help' => 'Als u hulp nodig heeft, neem dan contact met ons op via :support_email', - 'thanks' => 'Bedankt!', - - 'comment' => [ - 'subject' => 'Nieuwe opmerking toegevoegd aan uw bestelling #:order_id', - 'dear' => 'Lieve :customer_name', - 'final-summary' => 'Bedankt voor het tonen van uw interesse in onze winkel', - 'help' => 'Als u hulp nodig heeft, neem dan contact met ons op via :support_email', - 'thanks' => 'Bedankt!', - ], - - 'cancel' => [ - 'subject' => 'Order Annuleren Bevestiging', - 'heading' => 'Bestelling geannuleerd', - 'dear' => 'Lieve :customer_name', - 'greeting' => 'U bestelt met order-ID #:order_id geplaatst op :created_at is geannuleerd', - 'summary' => 'Samenvatting van de bestelling', - 'shipping-address' => 'Verzendingsadres', - 'billing-address' => 'factuur adres', - 'contact' => 'Contact', - 'shipping' => 'Verzendmethode', - 'payment' => 'Betalingswijze', - 'subtotal' => 'Subtotaal', - 'shipping-handling' => 'Verzending en afhandeling', - 'tax' => 'Belasting', - 'discount' => 'Korting', - 'grand-total' => 'Eindtotaal', - 'final-summary' => 'Bedankt voor het tonen van uw interesse in onze winkel', - 'help' => 'Als u hulp nodig heeft, neem dan contact met ons op via :support_email', - 'thanks' => 'Bedankt!', - ] - ], - - 'invoice' => [ - 'heading' => 'Je factuur #:invoice_id voor bestelling #:order_id', - 'subject' => 'Factuur voor uw bestelling #:order_id', - 'summary' => 'Samenvatting van factuur', - ], - - 'shipment' => [ - 'heading' => 'Verzending #:shipment_id is gegenereerd voor Order #:order_id', - 'inventory-heading' => 'Nieuwe zending #:shipment_id was gegenereerd voor Order #:order_id', - 'subject' => 'Verzending voor uw bestelling #:order_id', - 'inventory-subject' => 'Er is een nieuwe zending gegenereerd voor de bestelling #:order_id', - 'summary' => 'Samenvatting van verzending', - 'carrier' => 'Drager', - 'tracking-number' => 'Volg nummer', - 'greeting' => 'Een bestelling :order_id is geplaatst op :created_at', - ], - - 'refund' => [ - 'heading' => 'Uw terugbetaling #:refund_id voor bestelling #:order_id', - 'subject' => 'Restitutie voor uw bestelling #:order_id', - 'summary' => 'Samenvatting van terugbetaling', - 'adjustment-refund' => 'Aanpassing restitutie', - 'adjustment-fee' => 'Aanpassingskosten' - ], - - 'forget-password' => [ - 'subject' => 'Klant reset wachtwoord', - 'dear' => 'Lieve :name', - 'info' => 'U ontvangt deze e-mail omdat we een verzoek voor het opnieuw instellen van uw wachtwoord voor uw account hebben ontvangen', - 'reset-password' => 'Wachtwoord opnieuw instellen', - 'final-summary' => 'Als u geen wachtwoordherstel hebt aangevraagd, is er geen verdere actie vereist', - 'thanks' => 'Bedankt!' - ], - - 'update-password' => [ - 'subject' => 'Wachtwoord bijgewerkt', - 'dear' => 'Lieve :name', - 'info' => 'Je ontvangt deze e-mail omdat je je wachtwoord hebt bijgewerkt.', - 'thanks' => 'Bedankt!' - ], - - 'customer' => [ - 'new' => [ - 'dear' => 'Lieve :customer_name', - 'username-email' => 'UserName/Email', - 'subject' => 'Nieuwe klantenregistratie', - 'password' => 'Wachtwoord', - 'summary' => 'Uw account is aangemaakt. - Uw accountgegevens zijn below: ', - 'thanks' => 'Thanks!', - ], - - 'registration' => [ - 'subject' => 'Nieuwe klantenregistratie', - 'customer-registration' => 'Klant succesvol geregistreerd', - 'dear' => 'Lieve :customer_name', - 'greeting' => 'Welkom en bedankt voor uw registratie bij ons!', - 'summary' => 'Uw account is nu succesvol aangemaakt en u kunt inloggen met uw e-mailadres en wachtwoordgegevens. Na het inloggen hebt u toegang tot andere services, waaronder het bekijken van eerdere bestellingen, verlanglijstjes en het bewerken van uw accountgegevens.', - 'thanks' => 'Thanks!', - ], - - 'verification' => [ - 'heading' => config('app.name') . ' - Email Verification', - 'subject' => 'Verificatiemail', - 'verify' => 'Verifieer uw account', - 'summary' => 'Dit is de e-mail om te verifiëren dat het door u ingevoerde e-mailadres van u is. - Klik op de onderstaande knop Uw account verifiëren om uw account te verifiëren.' - ], - - 'subscription' => [ - 'subject' => 'Abonnementse-mail', - 'greeting' => ' Welkom bij' . config('app.name') . ' - Email Subscription', - 'unsubscribe' => 'Afmelden', - 'summary' => 'Bedankt dat je me in je inbox hebt geplaatst. Het is een tijdje geleden dat je hebt gelezen' . config('app.name') . ' e-mail en we willen uw inbox niet overbelasten. Als je nog steeds niet wilt ontvangen het laatste nieuws over e-mailmarketing, klik dan op de onderstaande knop.' - ] - ] - ], - - 'webkul' => [ - 'copy-right' => '© Copyright :year Webkul Software, All rights reserved', - ], - - 'response' => [ - 'create-success' => ':name succesvol gemaakt.', - 'update-success' => ':name succesvol geupdatet.', - 'delete-success' => ':name met succes verwijderd.', - 'submit-success' => ':name succesvol ingediend.' - ], -]; diff --git a/resources/lang/vendor/shop/pl/app.php b/resources/lang/vendor/shop/pl/app.php deleted file mode 100644 index 5880fda20..000000000 --- a/resources/lang/vendor/shop/pl/app.php +++ /dev/null @@ -1,720 +0,0 @@ - 'Podany numer VAT ma niewłaściwy format', - 'security-warning' => 'Wykryto podejrzane działanie!!!', - 'nothing-to-delete' => 'Nic do usunięcia', - - 'layouts' => [ - 'my-account' => 'Moje konto', - 'profile' => 'Profil', - 'address' => 'Adres', - 'reviews' => 'Opinie', - 'wishlist' => 'Lista wyboru', - 'orders' => 'Zamówienia', - 'downloadable-products' => 'Produkty do pobrania' - ], - - 'common' => [ - 'error' => 'Coś poszło nie tak. Proszę spróbować później.', - 'no-result-found' => 'Nie znaleźliśmy żadnych zapisów.' - ], - - 'home' => [ - 'page-title' => config('app.name') . ' - Home', - 'featured-products' => 'Polecane produkty', - 'new-products' => 'Nowe Produkty', - 'verify-email' => 'Zweryfikuj swoje konto e-mail', - 'resend-verify-email' => 'Wyślij ponownie e-mail weryfikacyjny' - ], - - 'header' => [ - 'title' => 'Konto', - 'dropdown-text' => 'Zarządzaj koszykiem, zamówieniami i listą wyboru', - 'sign-in' => 'Zaloguj się', - 'sign-up' => 'Zapisz się', - 'account' => 'Konto', - 'cart' => 'Koszyk', - 'profile' => 'Profil', - 'wishlist' => 'Lista wyboru', - 'cart' => 'Koszyk', - 'logout' => 'Wyloguj się', - 'search-text' => 'Tutaj wyszukasz produkty' - ], - - 'minicart' => [ - 'view-cart' => 'Zobacz Koszyk', - 'checkout' => 'Kontrola', - 'cart' => 'Koszyk', - 'zero' => '0' - ], - - 'footer' => [ - 'subscribe-newsletter' => 'Subskrybuj Newsletter', - 'subscribe' => 'Subskrybuj', - 'locale' => ' Ustawienia regionalne', - 'currency' => 'Waluty', - ], - - 'subscription' => [ - 'unsubscribe' => 'Anuluj subskrubcję', - 'subscribe' => 'Subskrybuj', - 'subscribed' => 'Jesteś teraz subskrybentem maili subskrypcyjnych.', - 'not-subscribed' => 'Nie możesz być teraz zapisany do subskrypcji e-maili, spróbuj ponownie później.', - 'already' => 'Jesteś już zapisany do naszej listy subskrypcyjnej.', - 'unsubscribed' => 'Zostałeś wypisany z subskrypcji', - 'already-unsub' => 'Jesteś już wypisany.', - 'not-subscribed' => 'Błąd! Mail nie może zostać wysłany obecnie, spróbuj ponownie później..' - ], - - 'search' => [ - 'no-results' => 'Nie znaleziono wyników', - 'page-title' => config('app.name') . ' - Szukaj', - 'found-results' => 'Dostępne wyniki wyszukiwania', - 'found-result' => 'Dostępny wynik wyszukiwania', - 'analysed-keywords' => 'Analysed Keywords' - ], - - 'reviews' => [ - 'title' => 'Tytuł', - 'add-review-page-title' => 'Dodaj recenzję', - 'write-review' => 'Napisz recenzję', - 'review-title' => 'Nadaj opinii tytuł', - 'product-review-page-title' => 'Opinia o produkcie', - 'rating-reviews' => 'Oceny i recenzje', - 'submit' => 'WYŚLIJ', - 'delete-all' => 'Wszystkie recenzje zostały pomyślnie usunięte', - 'ratingreviews' => ':rating Ocen & :review Opinii', - 'star' => 'Gwiazdka', - 'percentage' => ':procent %', - 'id-star' => 'gwiazdka', - 'name' => 'Nazwa', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Porównaj', - 'compare_similar_items' => 'Porównaj podobne przedmioty', - 'add-tooltip' => 'Dodaj produkt do listy porównawczej', - 'added' => 'Produkt został pomyślnie dodany do listy porównania', - 'already_added' => 'Produkt został już dodany do listy porównawczej', - 'removed' => 'Produkt został pomyślnie usunięty z listy porównawcze', - 'removed-all' => 'Wszystkie produkty zostały pomyślnie usunięte z listy porównawczej', - 'empty-text' => 'Nie masz żadnych pozycji na liście porównawczej', - ], - - 'signup-text' => [ - 'account_exists' => 'Posiadasz już konto', - 'title' => 'Zaloguj się' - ], - - 'signup-form' => [ - 'page-title' => 'Create New Customer Account', - 'title' => 'Zarejestruj się', - 'firstname' => 'Imię', - 'lastname' => 'Nazwisko', - 'email' => 'Email', - 'password' => 'Hasło', - 'confirm_pass' => 'Potwierdź hasło', - 'button_title' => 'Zarejestruj się', - 'agree' => 'Agree', - 'terms' => 'Warunki', - 'conditions' => 'korzystania', - 'using' => 'by using this website', - 'agreement' => 'Umowa', - 'success' => 'Konto utworzone pomyślnie.', - 'success-verify' => 'Konto zostało utworzone pomyślnie, wysłano wiadomość e-mail w celu weryfikacji.', - 'success-verify-email-unsent' => 'Konto zostało utworzone pomyślnie, lecz e-mail weryfikacyjny nie został wysłany.', - 'failed' => 'Błąd! Nie można utworzyć konta, spróbuj ponownie później.', - 'success-verify-email-unsent' => 'Twoje konto jest już zweryfikowane lub spróbuj ponownie wysłać nowy e-mail weryfikacyjny.', - 'verification-not-sent' => 'Błąd! Problem z wysłaniem e-maila weryfikacyjnego, spróbuj ponownie później.', - 'verification-sent' => 'Wysłano e-mail weryfikacyjny', - 'verified' => 'Twoje konto zostało zweryfikowane, spróbuj się teraz zalogować.', - 'verify-failed' => 'Nie możemy zweryfikować twojego konta pocztowego.', - 'dont-have-account' => 'Nie posiadasz u nas konta.', - 'customer-registration' => 'Klient zarejestrowany pomyślnie' - ], - - 'login-text' => [ - 'no_account' => 'Nie posiadasz konta', - 'title' => 'Zapisz się', - ], - - 'login-form' => [ - 'page-title' => 'Login klienta', - 'title' => 'Zaloguj się', - 'email' => 'Email', - 'password' => 'Hasło', - 'forgot_pass' => 'Nie pamiętasz hasła?', - 'button_title' => 'Zaloguj się', - 'remember' => ' Zapamiętaj mnie', - 'footer' => '© Copyright :year Webkul Software, wszelkie prawa zastrzeżone', - 'invalid-creds' => 'Sprawdź swoje dane uwierzytelniające i spróbuj ponownie.', - 'verify-first' => 'Najpierw zweryfikuj swoje konto e-mail.', - 'not-activated' => 'Twoja aktywacja wymaga zgody administratora', - 'resend-verification' => 'Wyślij ponownie wiadomość weryfikacyjną' - ], - - 'forgot-password' => [ - 'title' => 'Odzyskaj hasło', - 'email' => 'Email', - 'submit' => ' Wyślij hasło resetowania na adres Email', - 'page_title' => 'Nie pamiętasz hasła?' - ], - - 'reset-password' => [ - 'title' => 'Resetuj hasło', - 'email' => 'Zarejestrowany email', - 'password' => 'Hasło', - 'confirm-password' => 'Potwierdź hasło', - 'back-link-title' => 'Powrót do logowania', - 'submit-btn-title' => 'Resetuj hasło' - ], - - 'account' => [ - 'dashboard' => 'Edytuj profil', - 'menu' => 'Menu', - - 'general' => [ - 'no' => 'Nie', - 'yes' => 'tak', - ], - - 'profile' => [ - 'index' => [ - 'page-title' => 'Profil', - 'title' => 'Profil', - 'edit' => 'Edytuj', - ], - - 'edit-success' => 'Profil zaktualizowany pomyślnie.', - 'edit-fail' => 'Błąd! Nie można zaktualizować profilu, spróbuj ponownie później.', - 'unmatch' => 'Stare hasło nie pasuje.', - - 'fname' => 'Imię', - 'lname' => 'Nazwisko', - 'gender' => 'Płeć', - 'other' => 'Other', - 'male' => 'Mężczyzna', - 'female' => 'Kobieta', - 'dob' => 'Data urodzenia', - 'phone' => 'Telefon', - 'email' => 'Email', - 'opassword' => 'Stare hasło', - 'password' => 'Hasło', - 'cpassword' => 'Potwierdź hasło', - 'submit' => 'Zaktualizuj profil', - - 'edit-profile' => [ - 'title' => 'Edytuj profil', - 'page-title' => 'Edytuj dane profilu' - ] - ], - - 'address' => [ - 'index' => [ - 'page-title' => 'Adres', - 'title' => 'Adres', - 'add' => 'Dodaj adres', - 'edit' => 'Edytuj', - 'empty' => 'Nie masz żadnych zapisanych adresów, spróbuj je utworzyć, klikając poniższy link', - 'create' => 'Utwórz adres', - 'delete' => 'Usuń', - 'make-default' => 'Ustaw jako domyślny', - 'default' => 'Domyślny', - 'contact' => 'Kontakt', - 'confirm-delete' => 'Czy na pewno chcesz usunąć ten adres?', - 'default-delete' => 'Nie można zmienić domyślnego adresu .', - 'enter-password' => 'Wprowadź hasło.', - ], - - 'create' => [ - 'page-title' => 'Dodaj formularz adresu', - 'company_name' => 'Nazwa firmy', - 'first_name' => 'Imię', - 'last_name' => 'Nazwisko', - 'vat_id' => 'Numer VAT', - 'vat_help_note' => '[Uwaga: użyj kodu kraju z identyfikatorem VAT. Na przykład. PL01234567891]', - 'title' => 'Dodaj adres', - 'street-address' => 'Ulica', - 'country' => 'Kraj', - 'state' => 'Stan', - 'select-state' => 'Wybierz region, stan lub prowincję, województwo', - 'city' => 'Miasto', - 'postcode' => 'Kod pocztowy', - 'phone' => 'Telefon', - 'submit' => 'Zapisz adres', - 'success' => 'Adres został pomyślnie dodany.', - 'error' => 'Nie można dodać adresu.' - ], - - 'edit' => [ - 'page-title' => 'Edytuj adres', - 'company_name' => 'Nazwa firmy', - 'first_name' => 'Imię', - 'last_name' => 'Nazwisko', - 'vat_id' => 'Numer VAT', - 'title' => 'Edytuj adres', - 'street-address' => 'Ulica', - 'submit' => 'Zapisz adres', - 'success' => 'Adres został zaktualizowany pomyślnie.', - ], - 'delete' => [ - 'success' => 'Adres został usunięty pomyślnie.', - 'failure' => 'Nie można usunąć adresu', - 'wrong-password' => 'Błędne hasło!' - ] - ], - - 'order' => [ - 'index' => [ - 'page-title' => 'Zamówienia', - 'title' => 'Zamówienia', - 'order_id' => 'Identyfikator zamówienia', - 'date' => 'Data', - 'status' => 'Status', - 'total' => 'Ogółem', - 'order_number' => 'Numer zamówienia', - 'processing' => 'Przetwarzanie', - 'completed' => 'ukończone', - 'canceled' => 'anulowano', - 'closed' => 'zamknięto', - 'pending' => 'w toku', - 'pending-payment' => 'Płatność w toku', - 'fraud' => 'Oszustwo' - ], - - 'view' => [ - 'page-tile' => 'Zamówienie #:order_id', - 'info' => 'Information', - 'placed-on' => 'Umieszczone na', - 'products-ordered' => 'Zamówione produkty', - 'invoices' => 'Faktury', - 'shipments' => 'Przesyłki', - 'SKU' => 'SKU', - 'product-name' => 'Nazwa', - 'qty' => 'Ilość', - 'item-status' => 'Status przedmiotu', - 'item-ordered' => 'Zamówił (:qty_ordered)', - 'item-invoice' => 'Zafakturowano (:qty_invoiced)', - 'item-shipped' => 'Wysłano (:qty_shipped)', - 'item-canceled' => 'Anulowano (:qty_canceled)', - 'item-refunded' => 'Zwrócono (:qty_refunded)', - 'price' => 'Cena', - 'total' => 'Ogółem', - 'subtotal' => 'Suma częściowa', - 'shipping-handling' => 'Wysyłka i obsługa', - 'tax' => 'Podatek', - 'discount' => 'Rabat', - 'tax-percent' => 'Procent podatku', - 'tax-amount' => 'Kwota podatku', - 'discount-amount' => 'Kwota rabatu', - 'grand-total' => 'Suma łączna', - 'total-paid' => 'Łącznie zapłacono', - 'total-refunded' => 'Razem zwrócono', - 'total-due' => 'Total Due', - 'shipping-address' => 'Adres wysyłki', - 'billing-address' => 'Adres rozliczeniowy', - 'shipping-method' => 'Metoda wysyłki', - 'payment-method' => 'Metoda płatności', - 'individual-invoice' => '„Faktura #:invoice_id', - 'individual-shipment' => 'Przesyłka #:shipment_id', - 'print' => 'Drukuj', - 'invoice-id' => 'Identyfikator faktury', - 'order-id' => 'Identyfikator zamówienia', - 'order-date' => 'Data zamówienia', - 'bill-to' => 'Bill to', - 'ship-to' => 'Dostawa do', - 'contact' => 'Kontakt', - 'refunds' => 'Zwroty', - 'individual-refund' => 'Refundacja #:refund_id', - 'adjustment-refund' => 'Wyrównania kosztów zwrotu', - 'adjustment-fee' => 'Opłata za dostosowanie', - 'cancel-btn-title' => 'Anuluj', - 'tracking-number' => 'numer przesyłki', - 'cancel-confirm-msg' => 'Czy na pewno chcesz anulować to zamówienie ?' - ] - ], - - 'wishlist' => [ - 'page-title' => 'Lista wyboru', - 'title' => 'Lista wyboru', - 'deleteall' => 'Usuń wszystko', - 'moveall' => '„Przenieś wszystkie produkty do koszyka', - 'move-to-cart' => 'Przenieś do koszyka', - 'error' => 'Nie można dodać produktu do listy wyboru z powodu nieznanych problemów, sprawdź później', - 'add' => 'Produkt został pomyślnie dodany do listy wyboru', - 'remove' => 'Produkt został pomyślnie usunięty z listy wyboru', - 'add-wishlist-text' => 'Dodaj produkt do listy wyboru', - 'remove-wishlist-text' => 'Usuń produkt z listy wyboru', - 'moved' => 'Produkt pomyślnie przeniesiono do koszyka', - 'option-missing' => 'Brak opcji produktu, więc produktu nie można dodać na listę wyboru.', - 'move-error' => ' „Nie można dodać produktu do listy wyboru. Spróbuj ponownie później', - 'success' => 'Produkt został pomyślnie dodany do listy wyboru', - 'failure' => 'Nie można dodać produktu do listy wyboru. Spróbuj ponownie później', - 'already' => 'Produkt jest już na Twojej liście', - 'removed' => 'Produkt pomyślnie usunięto z listy wyboru', - 'remove-fail' => 'Nie można usunąć produktu z listy życzeń. Spróbuj ponownie później', - 'empty' => 'Nie masz dodanych żadnych przedmiotów do listy wyboru', - 'remove-all-success' => 'Wszystkie produkty z Twojej listy życzeń zostały usunięte', - ], - - 'downloadable_products' => [ - 'title' => 'Produkty do pobrania', - 'order-id' => 'Identyfikator zamówienia', - 'date' => 'Data', - 'name' => 'Tytuł', - 'status' => 'Status', - 'pending' => 'w toku', - 'available' => 'dostępny', - 'expired' => 'wygasł', - 'remaining-downloads' => 'Pozostałe pliki do pobrania', - 'unlimited' => 'Bez limitu', - 'download-error' => 'Link do pobrania wygasł.' - ], - - 'review' => [ - 'index' => [ - 'title' => 'Recenzje', - 'page-title' => 'Recenzje' - ], - - 'view' => [ - 'page-tile' => 'Recenzja #:id', - ] - ] - ] - ], - - 'products' => [ - 'layered-nav-title' => 'Kupować przez', - 'price-label' => 'w cenie od', - 'remove-filter-link-title' => 'Wyczyść wszystko', - 'sort-by' => 'Sortuj według', - 'from-a-z' => 'Od A-Z', - 'from-z-a' => 'Od Z-A', - 'newest-first' => 'Od najnowszych', - 'oldest-first' => 'Od najstarszych', - 'cheapest-first' => 'Od najtańszych', - 'expensive-first' => 'Od najdroższych', - 'show' => 'Pokaż', - 'pager-info' => 'Wyświetlanie :showing of :total Items', - 'description' => 'Opis', - 'specification' => 'Specyfikacja', - 'total-reviews' => ':total Recenzje', - 'total-rating' => ':total_rating Oceny & :total_reviews Recenzje', - 'by' => 'Według :name', - 'up-sell-title' => 'Znaleźliśmy inne produkty, które mogą Ci się spodobać!', - 'related-product-title' => 'Powiązane produkty ', - 'cross-sell-title' => 'Więcej opcji', - 'reviews-title' => 'Oceny i recenzje', - 'write-review-btn' => 'Napisz recenzję', - 'choose-option' => 'Wybierz opcję', - 'sale' => 'Wyprzedaż', - 'new' => 'Nowość', - 'empty' => 'Brak produktów w tej kategorii', - 'add-to-cart' => 'Dodaj do koszyka', - 'book-now' => 'Rezerwuj teraz', - 'buy-now' => 'Kup teraz', - 'whoops' => 'Whoops!', - 'quantity' => 'Ilość', - 'in-stock' => 'W magazynie', - 'out-of-stock' => 'brak w magazynie', - 'view-all' => 'Wyświetl wszystko', - 'select-above-options' => 'Najpierw wybierz powyższe opcje.', - 'less-quantity' => 'Ilość nie może być mniejsza niż jeden.', - 'samples' => 'Próbki', - 'links' => 'Linki', - 'sample' => 'Próbka', - 'name' => 'Nazwa', - 'qty' => 'Ilość', - 'starting-at' => 'Począwszy od', - 'customize-options' => 'Dostosuj opcje', - 'choose-selection' => 'Choose a selection', - 'your-customization' => 'Twoja personalizacja', - 'total-amount' => 'Całkowita kwota', - 'none' => 'Żaden', - 'available-for-order' => 'Dostępne na zamówienie', - 'settings' => 'Settings', - 'compare_options' => 'Compare Options', - ], - - // 'reviews' => [ - // 'empty' => 'Nie masz jeszcze recenzji żadnego produktu' - // ] - - 'buynow' => [ - 'no-options' => 'Proszę wybrać opcje przed zakupem tego produktu.' - ], - - 'checkout' => [ - 'cart' => [ - 'integrity' => [ - 'missing_fields' => 'rak niektórych wymaganych pól dla tego produktu.', - 'missing_options' => 'Brak opcji wyboru dla tego produktu.', - 'missing_links' => 'Brak linków do pobrania dla tego produktu.', - 'qty_missing' => 'Przynajmniej jeden produkt powinien zawierać ilośćwiększą niż 1', - 'qty_impossible' => 'Nie można dodać więcej niż jednego z tych produktów do koszyka.' - ], - 'create-error' => 'Wystąpił problem podczas tworzenia instancji koszyka.', - 'title' => 'Koszyk zakupu', - 'empty' => 'Twój koszyk jest pusty', - 'update-cart' => 'Zaktualizuj koszyk', - 'continue-shopping' => 'Kontynuuj zakupy', - 'proceed-to-checkout' => 'Przejdź do kasy”', - 'remove' => 'Usuń', - 'remove-link' => 'Usuń', - 'move-to-wishlist' => 'Przenieś na listę wyboru', - 'move-to-wishlist-success' => 'Produkt został pomyślnie przeniesiony na listę wyboru.', - 'move-to-wishlist-error' => 'Nie można przenieść ptoduktu na listę życzeń, spróbuj ponownie później.', - 'add-config-warning' => 'Wybierz opcję przed dodaniem do koszyka.', - 'quantity' => [ - 'quantity' => 'Ilość', - 'success' => 'Produkty w koszyku zostały pomyślnie zaktualizowane.', - 'illegal' => 'Ilość nie może być mniejsza niż jeden.', - 'inventory_warning' => 'Żądana ilość nie jest dostępna, spróbuj ponownie później.', - 'error' => 'W tej chwili nie można zaktualizować produktów. Spróbuj ponownie później.' - ], - - 'item' => [ - 'error_remove' => 'Brak produktów do usunięcia z koszyka.', - 'success' => 'Produkt został pomyślnie dodany do koszyka.', - 'success-remove' => 'Produkt został pomyślnie usunięty z koszyka.', - 'error-add' => 'Nie można dodać produktu do koszyka, spróbuj ponownie później.', - 'inactive' => 'An item is inactive and was removed from cart.', - 'inactive-add' => 'Inactive item cannot be added to cart.', - ], - 'quantity-error' => 'Żądana ilość nie jest dostępna.', - 'cart-subtotal' => 'Suma częściowa koszyka', - 'cart-remove-action' => 'Czy na pewno chcesz to zrobić ?', - 'partial-cart-update' => 'Tylko niektóre produkty zostały zaktualizowane', - 'event' => [ - 'expired' => 'To wydarzenie wygasło.' - ] - ], - - 'onepage' => [ - 'title' => 'Kasa', - 'information' => 'Informacje', - 'shipping' => 'Wysyłka', - 'payment' => 'Płatność', - 'complete' => 'Kompletna', - 'review' => 'Przejrzeć', - 'billing-address' => 'Adres rozliczeniowy', - 'sign-in' => 'Zaloguj się', - 'company-name' => 'Nazwa firmy', - 'first-name' => 'Imię', - 'last-name' => 'Nazwisko', - 'email' => 'Email', - 'address1' => 'ulica', - 'city' => 'Miasto', - 'state' => 'Stan', - 'select-state' => 'Wybierz region, stan, prowincję lub województwo', - 'postcode' => 'Kod pocztowy', - 'phone' => 'Telefon', - 'country' => 'Kraj', - 'order-summary' => 'Podsumowanie zamówienia', - 'shipping-address' => 'Adres wysyłki', - 'use_for_shipping' => 'Wyślij na ten adres', - 'continue' => 'Kontynuuj', - 'shipping-method' => 'Wybierz metodę wysyłki', - 'payment-methods' => 'Wybierz metodę płatności', - 'payment-method' => 'Metoda płatności', - 'summary' => 'Podsumowanie zamówienia', - 'price' => 'Cena', - 'quantity' => 'Ilość', - 'billing-address' => 'Adres rozliczeniowy', - 'shipping-address' => 'Adres wysyłki', - 'contact' => 'Kontakt', - 'place-order' => 'Złóż zamówienie', - 'new-address' => 'Dodaj nowy adres', - 'save_as_address' => 'Zapisz ten adres', - 'apply-coupon' => 'Zastosuj kupon', - 'amt-payable' => 'Kwota do zapłaty', - 'got' => 'Dostawa', - 'free' => 'Darmowa', - 'coupon-used' => 'Wykorzystano kupon', - 'applied' => 'Zastosuj', - 'back' => 'Wstecz', - 'cash-desc' => 'Płatność przy odbiorze', - 'money-desc' => 'Przelew pieniężny', - 'paypal-desc' => 'Paypal Standard', - 'free-desc' => 'Z darmową wysyłką', - 'flat-desc' => 'Ze stawką ryczałtową', - 'password' => 'Hasło', - 'login-exist-message' => 'Masz już konto, zaloguj się lub kontynuuj jako gość.', - 'enter-coupon-code' => 'Wprowadź kod kuponu' - ], - - 'total' => [ - 'order-summary' => 'Podsumowanie zamówienia', - 'sub-total' => 'Produkty', - 'grand-total' => 'Suma łączna', - 'delivery-charges' => 'Koszty dostawy', - 'tax' => 'Podatek', - 'discount' => 'Rabat', - 'price' => 'Cena', - 'disc-amount' => 'Kwota zdyskontowana', - 'new-grand-total' => 'Nowa suma łączna', - 'coupon' => 'Kupon', - 'coupon-applied' => 'Zastosuj kupon', - 'remove-coupon' => 'Usuń kupon', - 'cannot-apply-coupon' => 'Nie można zastosować kuponu', - 'invalid-coupon' => 'Kod kuponu jest nieprawidłowy.', - 'success-coupon' => 'Kod kuponu został pomyślnie zastosowany.', - 'coupon-apply-issue' => 'Nie można zastosować kodu kuponu.' - ], - - 'success' => [ - 'title' => 'Zamówienie zostało złożone pomyślnie', - 'thanks' => 'TDziękujemy za zamówienie!!', - 'order-id-info' => 'Twój identyfikator zamówienia to #:order_id', - 'info' => 'Prześlemy Ci wiadomość e-mail ze szczegółami zamówienia i informacją o śledzeniu' - ] - ], - - 'mail' => [ - 'order' => [ - 'subject' => 'Potwierdzenie nowego zamówienia', - 'heading' => 'OPotwierdzenie zamówienia!', - 'dear' => 'Drogi :customer_name', - 'dear-admin' => 'Drogi :admin_name', - 'greeting' => 'Dziękujemy za zamówienie :order_id złożone na :created_at', - 'greeting-admin' => 'Identyfikator zamówienia :order_id umieszczony na :created_at', - 'summary' => 'Podsumowanie zamówienia', - 'shipping-address' => 'Adres wysyłki', - 'billing-address' => 'Adres rozliczeniowy', - 'contact' => 'Kontakt', - 'shipping' => 'Metoda wysyłki', - 'payment' => 'Metoda płatności', - 'price' => 'Cena', - 'quantity' => 'Ilość', - 'subtotal' => 'Suma częściowa', - 'shipping-handling' => 'Wysyłka i obsługa', - 'tax' => 'Podatek', - 'discount' => 'Rabat', - 'grand-total' => 'Suma łączna', - 'final-summary' => 'TDziękujemy za zainteresowanie naszym sklepem, a po podsumowaniu wyślemy ci numer śledzenia', - 'help' => 'Jeśli potrzebujesz jakiejkolwiek pomocy, skontaktuj się z nami pod adresem :support_email', - 'thanks' => 'Dzięki!', - - 'comment' => [ - 'subject' => 'Dodano nowy komentarz do Twojego zamówienia #:order_id', - 'dear' => 'Drogi :customer_name', - 'final-summary' => 'Dziękujemy za zainteresowanie naszym sklepem', - 'help' => 'Jeśli potrzebujesz pomocy, skontaktuj się z nami pod adresem :support_email', - 'thanks' => 'Dzięki!', - ], - - 'cancel' => [ - 'subject' => 'Potwierdź anulowanie zamówienia', - 'heading' => 'Zamówienie anulowane', - 'dear' => 'Drogi :customer_name', - 'greeting' => 'Twoje zamówienie o numerze id #:order_id złożonym na :created_at zostało anulowane', - 'summary' => 'Podsumowanie zamówienia', - 'shipping-address' => 'Adres wysyłki', - 'billing-address' => 'Adres rozliczeniowy', - 'contact' => 'Kontakt', - 'shipping' => 'Metoda wysyłki', - 'payment' => 'Metoda płatności', - 'subtotal' => 'Suma częściowa', - 'shipping-handling' => 'Wysyłka i obsługa', - 'tax' => 'Podatek', - 'discount' => 'Rabat', - 'grand-total' => 'Suma łączna', - 'final-summary' => 'Dziękujemy za zakupy w naszym sklepie', - 'help' => 'Jeśli potrzebujesz jakiejkolwiek pomocy, skontaktuj się z nami pod adresem :support_email', - 'thanks' => 'Dzięki!', - ] - ], - - 'invoice' => [ - 'heading' => 'Twój numer faktury #:invoice_id dla numeru zamówienia #:order_id', - 'subject' => 'Faktura za zamówienie nr #:order_id', - 'summary' => 'Podsumowanie faktury', - ], - - 'shipment' => [ - 'heading' => 'Numer przesyłki #:shipment_id has been generated for Order #:order_id', - 'inventory-heading' => 'New shipment #:shipment_id został wygenerowany dla numeru zamówienia #:order_id', - 'subject' => 'Przesyłka dla Twojego zamówienia nr #:order_id', - 'inventory-subject' => 'Wygenerowano nową wysyłkę dla numeru zamówienia #:order_id', - 'summary' => 'Podsumowanie przesyłki', - 'carrier' => 'Przewoźnik', - 'tracking-number' => 'Numer przesyłki', - 'greeting' => 'Zamówienie :order_id zostało złożone na :created_at', - ], - - 'refund' => [ - 'heading' => 'Twój numer refundacji #:refund_id dla numeru zamówienia #:order_id', - 'subject' => 'Zwrot pieniędzy za zamówienie nr #:order_id', - 'summary' => 'Podsumowanie zwrotu', - 'adjustment-refund' => 'Zwrot wyrównania', - 'adjustment-fee' => 'Opłata za dostosowanie' - ], - - 'forget-password' => [ - 'subject' => 'Resetowanie hasła klienta', - 'dear' => 'Drogi/a :name', - 'info' => 'Otrzymujesz tego e-maila, ponieważ otrzymaliśmy prośbę o zresetowanie hasła do Twojego konta', - 'reset-password' => 'Zresetuj hasło', - 'final-summary' => 'Jeśli nie zażądałeś resetowania hasła, nie musisz podejmować żadnych dalszych działań', - 'thanks' => 'Dzięki!' - ], - - 'update-password' => [ - 'subject' => 'Hasło zaktualizowane', - 'dear' => 'Drogi/a :name', - 'info' => 'Otrzymujesz tę wiadomość e-mail, ponieważ zaktualizowałeś swoje hasło.', - 'thanks' => 'Dzięki!' - ], - - 'customer' => [ - 'new' => [ - 'dear' => 'Drogi/a :customer_name', - 'username-email' => 'Nazwa użytkownika/e-mail', - 'subject' => 'Rejestracja nowego klienta', - 'password' => 'Hasło', - 'summary' => 'Twoje konto zostało utworzone. - Szczegóły twojego konta są poniżej: ', - 'thanks' => 'Dzięki!', - ], - - 'registration' => [ - 'subject' => 'Rejestracja nowego klienta', - 'customer-registration' => 'Klient pomyślnie zarejestrowany', - 'dear' => 'Drogi/a :customer_name', - 'greeting' => 'Witamy i dziękujemy za rejestrację w naszym sklepie!', - 'summary' => 'Twoje konto zostało pomyślnie utworzone i możesz zalogować się przy użyciu adresu e-mail i wybranego hasła. Po zalogowaniu będziesz mieć dostęp do innych usług, w tym do przeglądania poprzednich zamówień, list wyboru i edycji informacji o koncie.', - 'thanks' => 'Dzięki!', - ], - - 'verification' => [ - 'heading' => config('app.name') . ' - Weryfikacja adresu e-mail', - 'subject' => 'Mail weryfikujący', - 'verify' => 'Zweryfikuj swoje konto', - 'summary' => 'To jest wiadomość sprawdzająca, czy wprowadzony adres e-mail należy do Ciebie. - Kliknij przycisk Zweryfikuj Swoje Konto poniżej, aby zweryfikować swoje konto.' - ], - - 'subscription' => [ - 'subject' => 'E-mail subskrypcji', - 'greeting' => ' Witamy w ' . config('app.name') . ' - Subskrypcji e-mailowej', - 'unsubscribe' => 'Anuluj subskrypcję', - 'summary' => 'Dziękujemy za umieszczenie nas w Twojej skrzynce odbiorczej. Minęło trochę czasu, odkąd czytałeś ' . config('app.name') . ' E-mail, a my nie chcemy zaśmiecać Twoją skrzynkę. Jeśli nadal nie chcesz odbierać - nowych wiadomości marketingowych e-mail, powinieneś klinkąć na przycisk poniżej. ”.' - ] - ] - ], - - 'webkul' => [ - 'copy-right' => '© Copyright :year Webkul Software, Wszelkie prawa zastrzeżone', - ], - - 'response' => [ - 'create-success' => ':name została utworzona pomyślnie.', - 'update-success' => ':name została zaktualizowana pomyślnie.', - 'delete-success' => ':name została usunięta pomyślnie.', - 'submit-success' => ':name została przesłana pomyślnie.' - ], -]; diff --git a/resources/lang/vendor/shop/pt_BR/app.php b/resources/lang/vendor/shop/pt_BR/app.php deleted file mode 100644 index 4e9ca771b..000000000 --- a/resources/lang/vendor/shop/pt_BR/app.php +++ /dev/null @@ -1,696 +0,0 @@ - 'The given vat id has a wrong format', - 'security-warning' => 'Suspicious activity found!!!', - 'nothing-to-delete' => 'Nothing to delete', - - 'layouts' => [ - 'my-account' => 'Minha Conta', - 'profile' => 'Perfil', - 'address' => 'Endereço', - 'reviews' => 'Avaliação', - 'wishlist' => 'Lista de Desejos', - 'orders' => 'Pedidos', - 'downloadable-products' => 'Produtos para download' - ], - - 'common' => [ - 'error' => 'Algo deu errado, por favor, tente novamente mais tarde.', - 'no-result-found' => 'We could not find any records.' - ], - - 'home' => [ - 'page-title' => config('app.name') . ' - Home', - 'featured-products' => 'Produtos em Destaque', - 'new-products' => 'Novos Produtos', - 'verify-email' => 'Verifique sua Conta de E-mail', - 'resend-verify-email' => 'Reenviar Email de Verificação' - ], - - 'header' => [ - 'title' => 'Conta', - 'dropdown-text' => 'Gerenciar Carrinho, Pedidos & Lista de Desejos', - 'sign-in' => 'Entrar', - 'sign-up' => 'Criar Conta', - 'account' => 'Conta', - 'cart' => 'Carrinho', - 'profile' => 'Perfil', - 'wishlist' => 'Lista de Desejos', - 'cart' => 'Carrinho', - 'logout' => 'Sair', - 'search-text' => 'Pesquisar produtos aqui' - ], - - 'minicart' => [ - 'view-cart' => 'Visualizar Carrinho', - 'checkout' => 'Finalizar Compra', - 'cart' => 'Carrinho', - 'zero' => '0' - ], - - 'footer' => [ - 'subscribe-newsletter' => 'Assinar Newsletter', - 'subscribe' => 'Assinar', - 'locale' => 'Idioma', - 'currency' => 'Moeda', - ], - - 'subscription' => [ - 'unsubscribe' => 'Cancelar Inscrição', - 'subscribe' => 'Inscrever', - 'subscribed' => 'Você está agora inscrito nos e-mails de newsletter', - 'not-subscribed' => 'Você não pode se inscrever, tente novamente após algum tempo', - 'already' => 'Você já está inscrito em nossa lista de assinaturas', - 'unsubscribed' => 'Você não está inscrito em nossa lista de assinaturas', - 'already-unsub' => 'Você não está mais inscrito em nossa lista de assinaturas', - 'not-subscribed' => 'Erro! Email não pode ser enviado, por favor, tente novamente mais tarde' - ], - - 'search' => [ - 'no-results' => 'Nenhum resultado encontrado', - 'page-title' => 'Buscar', - 'found-results' => 'Resultados da pesquisa encontrados', - 'found-result' => 'Resultado da pesquisa encontrado', - 'analysed-keywords' => 'Analysed Keywords' - ], - - 'reviews' => [ - 'title' => 'Título', - 'add-review-page-title' => 'Adicionar Avaliação', - 'write-review' => 'Escreva uma avaliação', - 'review-title' => 'Dê um título a sua avaliação', - 'product-review-page-title' => 'Avaliação do Produto', - 'rating-reviews' => 'Notas & Avaliação', - 'submit' => 'ENVIAR', - 'delete-all' => 'Todas Avaliações foram excluídas com sucesso', - 'ratingreviews' => ':rating Nota & :review Avaliação', - 'star' => 'Estrela', - 'percentage' => ':percentage %', - 'id-star' => 'estrela', - 'name' => 'Nome' - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Comparar', - 'compare_similar_items' => 'Comparar itens semelhantes', - 'add-tooltip' => 'Adicionar produto à lista de comparação', - 'already_added' => 'Item já adicionado à lista de comparação', - 'added' => 'Item adicionado com sucesso à lista de comparação', - 'removed' => 'Item removido com sucesso da lista de comparação', - 'removed-all' => 'Todos os itens removidos com sucesso da lista de comparação', - 'empty-text' => "Você não possui nenhum item na sua lista de comparação", - 'product_image' => 'Imagem do Produto', - 'actions' => 'Ações', - ], - - 'signup-text' => [ - 'account_exists' => 'Já tem uma conta', - 'title' => 'Entrar' - ], - - 'signup-form' => [ - 'page-title' => 'Cliente - Formulário de Cadastro', - 'title' => 'Cadastrar', - 'firstname' => 'Nome', - 'lastname' => 'Sobrenome', - 'email' => 'Email', - 'password' => 'Senha', - 'confirm_pass' => 'Confirmar Senha', - 'button_title' => 'Cadastrar', - 'agree' => 'Concordo', - 'terms' => 'Termos', - 'conditions' => 'Condições', - 'using' => 'usando este site', - 'agreement' => 'Acordo', - 'success' => 'Conta criado com sucesso, um e-mail foi enviado para sua verificação de conta', - 'success-verify-email-not-sent' => 'Conta criada com sucesso, mas o email de verificação não foi enviado', - 'failed' => 'Erro! Não é possível criar sua conta, tente novamente mais tarde', - 'already-verified' => 'Sua conta já foi confirmada ou tente enviar novamente novo de e-mail de confirmação', - 'verification-not-sent' => 'Erro! Problema ao enviar e-mail de verificação, tente novamente mais tarde', - 'verification-sent' => 'E-mail de verificação enviado', - 'verified' => 'Sua Conta Foi Verificada, Tente Entrar Agora', - 'verify-failed' => 'Não podemos verificar sua conta de e-mail.', - 'dont-have-account' => 'Você não tem conta conosco', - 'customer-registration' => 'Cliente Cadastrado com Sucesso' - ], - - 'login-text' => [ - 'no_account' => 'Não tem conta', - 'title' => 'Cadastrar', - ], - - 'login-form' => [ - 'page-title' => 'Cliente - Login', - 'title' => 'Entrar', - 'email' => 'Email', - 'password' => 'Senha', - 'forgot_pass' => 'Esqueceu sua Senha?', - 'button_title' => 'Entrar', - 'remember' => 'Lembrar de mim', - 'footer' => '© Copyright :year Webkul Software, Todos os direitos reservados', - 'invalid-creds' => 'Por favor, verifique suas credenciais e tente novamente', - 'verify-first' => 'Verifique seu e-mail primeiro', - 'resend-verification' => 'Reenviar email de verificação novamente' - ], - - 'forgot-password' => [ - 'title' => 'Recuperar Senha', - 'email' => 'Email', - 'submit' => 'Enviar', - 'page_title' => 'Esqueci minha Senha' - ], - - 'reset-password' => [ - 'title' => 'Redefinir Senha', - 'email' => 'Email registrado', - 'password' => 'Senha', - 'confirm-password' => 'Confirmar Senha', - 'back-link-title' => 'Voltar para Login', - 'submit-btn-title' => 'Redefinir Senha' - ], - - 'account' => [ - 'dashboard' => 'Cliente - Perfil', - 'menu' => 'Menu', - - 'general' => [ - 'no' => 'Não', - 'yes' => 'sim', - ], - - 'profile' => [ - 'index' => [ - 'page-title' => 'Cliente - Perfil', - 'title' => 'Perfil', - 'edit' => 'Editar', - ], - - 'edit-success' => 'Perfil Atualizado com Sucesso', - 'edit-fail' => 'Erro! O perfil não pode ser atualizado, por favor, tente novamente mais tarde', - 'unmatch' => 'A senha antiga não corresponde', - - 'fname' => 'Nome', - 'lname' => 'Sobrenome', - 'gender' => 'Gênero', - 'other' => 'De outros', - 'male' => 'Masculino', - 'female' => 'Fêmeo', - 'dob' => 'Data de Nascimento', - 'phone' => 'Telefone', - 'email' => 'Email', - 'opassword' => 'Senha antiga', - 'password' => 'Senha', - 'cpassword' => 'Confirmar Senha', - 'submit' => 'Atualizar Perfil', - - 'edit-profile' => [ - 'title' => 'Editar Perfil', - 'page-title' => 'Cliente - Editar Perfil' - ] - ], - - 'address' => [ - 'index' => [ - 'page-title' => 'Cliente - Endereço', - 'title' => 'Endereço', - 'add' => 'Adicionar Endereço', - 'edit' => 'Editar', - 'empty' => 'Você não tem nenhum endereço salvo aqui, por favor tente criá-lo clicando no link abaixo', - 'create' => 'Criar Endereço', - 'delete' => 'Deletar', - 'make-default' => 'Definir como Padrão', - 'default' => 'Padrão', - 'contact' => 'Contato', - 'confirm-delete' => 'Você realmente deseja excluir este endereço?', - 'default-delete' => 'O endereço padrão não pode ser alterado', - 'enter-password' => 'Enter Your Password.', - ], - - 'create' => [ - 'page-title' => 'Cliente - Adicionar Endereço', - 'title' => 'Novo Endereço', - 'company_name' => 'Nome da empresa', - 'first_name' => 'Primeiro nome', - 'last_name' => 'Último nome', - 'vat_id' => 'ID do IVA', - 'address1' => 'Endereço Linha 1', - 'street-address' => 'Endereço', - 'country' => 'País', - 'state' => 'Estado', - 'select-state' => 'Select a region, state or province', - 'city' => 'Cidade', - 'postcode' => 'CEP', - 'phone' => 'Telefone', - 'submit' => 'Salvar Endereço', - 'success' => 'Endereço foi adicionado com sucesso.', - 'error' => 'Endereço não pode ser adicionado.' - ], - - 'edit' => [ - 'page-title' => 'Cliente - Editar Endereço', - 'title' => 'Editar Endereço', - 'submit' => 'Salvar Endereço', - 'success' => 'Endereço Atualizado com sucesso.' - ], - 'delete' => [ - 'success' => 'Endereço Excluído com sucesso', - 'failure' => 'Endereço não pode ser adicionado', - 'wrong-password' => 'Wrong Password !' - ] - ], - - 'order' => [ - 'index' => [ - 'page-title' => 'Cliente - Pedidos', - 'title' => 'Pedidos', - 'order_id' => 'Pedido ID', - 'date' => 'Data', - 'status' => 'Status', - 'total' => 'Total', - 'order_number' => 'Número do Pedido', - 'processing' => 'Precessando', - 'completed' => 'Completo', - 'canceled' => 'Cancelado', - 'closed' => 'Fechado', - 'pending' => 'Pendente', - 'pending-payment' => 'Pagamento Pendente', - 'fraud' => 'Fraude' - ], - - 'view' => [ - 'page-tile' => 'Pedido #:order_id', - 'info' => 'Informação', - 'placed-on' => 'Criado em', - 'products-ordered' => 'Produtos Pedidos', - 'invoices' => 'Faturas', - 'shipments' => 'Entregas', - 'SKU' => 'SKU', - 'product-name' => 'Nome', - 'qty' => 'Qtd', - 'item-status' => 'Item Status', - 'item-ordered' => 'Pedidos (:qty_ordered)', - 'item-invoice' => 'Faturados (:qty_invoiced)', - 'item-shipped' => 'enviados (:qty_shipped)', - 'item-canceled' => 'Cancelados (:qty_canceled)', - 'item-refunded' => 'Refunded (:qty_refunded)', - 'price' => 'Preço', - 'total' => 'Total', - 'subtotal' => 'Subtotal', - 'shipping-handling' => 'Entrega & Manuseio', - 'tax' => 'Imposto', - 'discount' => 'Discount', - 'tax-percent' => 'Percentagem de imposto', - 'tax-amount' => 'Valor de Imposto', - 'discount-amount' => 'Valor de Desconto', - 'grand-total' => 'Total', - 'total-paid' => 'Total Pago', - 'total-refunded' => 'Total Estornado', - 'total-due' => 'Total Devido', - 'shipping-address' => 'Endereço de Entrega', - 'billing-address' => 'Endereço de Cobrança', - 'shipping-method' => 'Método de Entrega', - 'payment-method' => 'Método de Pagamento', - 'individual-invoice' => 'Fatura #:invoice_id', - 'individual-shipment' => 'Entrega #:shipment_id', - 'print' => 'Imprimir', - 'invoice-id' => 'Fatura Id', - 'order-id' => 'Pedido Id', - 'order-date' => 'Pedido Date', - 'bill-to' => 'Cobrança de', - 'ship-to' => 'Enviar para', - 'contact' => 'Contato', - 'refunds' => 'Refunds', - 'individual-refund' => 'Refund #:refund_id', - 'adjustment-refund' => 'Adjustment Refund', - 'adjustment-fee' => 'Adjustment Fee', - 'tracking-number' => 'Numero de rastreio', - 'cancel-confirm-msg' => 'Tem certeza de que deseja cancelar este pedido ?' - ] - ], - - 'wishlist' => [ - 'page-title' => 'Lista de Desejos', - 'title' => 'Lista de Desejos', - 'deleteall' => 'Excluir Tudo', - 'moveall' => 'Adicionar todos ao Carrinho', - 'move-to-cart' => 'Adicionar ao Carrinho', - 'error' => 'Não é possível adicionar o produto a lista de Desejos devido a problemas desconhecidos, por favor tente mais tarde', - 'add' => 'Item adicionado com sucesso a Lista de Desejos', - 'remove' => 'Item removido com sucesso da Lista de Desejos', - 'add-wishlist-text' => 'Adicionar produto à lista de desejos', - 'remove-wishlist-text' => 'Remover produto da lista de desejos', - 'moved' => 'Item movido com sucesso para Lista de Desejos', - 'option-missing' => 'As opções do produto estão ausentes, portanto, o item não pode ser movido para a lista de desejos.', - 'move-error' => 'Item não pode ser movido para Lista de Desejos, por favor, tente novamente mais tarde', - 'success' => 'Item adicionado com sucesso a Lista de Desejos', - 'failure' => 'Item não pode ser adicionado à Lista de Desejos, por favor, tente novamente mais tarde', - 'already' => 'Item já presente em sua lista de desejos', - 'removed' => 'Item removido com sucesso da Lista de Desejos', - 'remove-fail' => 'Item não pode ser removido da lista de desejos, por favor, tente novamente mais tarde', - 'empty' => 'Você não tem nenhum item em sua Lista de Desejos', - 'remove-all-success' => 'Todos os itens da sua lista de desejos foram removidos', - ], - - 'downloadable_products' => [ - 'title' => 'Produtos para download', - 'order-id' => 'ID do pedido', - 'date' => 'Encontro', - 'name' => 'Título', - 'status' => 'Status', - 'pending' => 'Pendente', - 'available' => 'acessível', - 'expired' => 'Expirado', - 'remaining-downloads' => 'Downloads restantes', - 'unlimited' => 'Ilimitado', - 'download-error' => 'O link para download expirou.' - ], - - 'review' => [ - 'index' => [ - 'title' => 'Avaliação', - 'page-title' => 'Cliente - Avaliação' - ], - - 'view' => [ - 'page-tile' => 'Avaliação #:id', - ] - ] - ] - ], - - 'products' => [ - 'layered-nav-title' => 'Compre por', - 'price-label' => 'Tão baixo quanto', - 'remove-filter-link-title' => 'Limpar Todos', - 'filter-to' => 'a', - 'sort-by' => 'Ordernar por', - 'from-a-z' => 'De A-Z', - 'from-z-a' => 'De Z-A', - 'newest-first' => 'Novos Primeiros', - 'oldest-first' => 'Antigos Primeiros', - 'cheapest-first' => 'Mais baratos primeiros', - 'expensive-first' => 'Mas caros primeiros', - 'show' => 'Visualiar', - 'pager-info' => 'Mostrando :showing de um :total de Itens', - 'description' => 'Descrição', - 'specification' => 'Especificação', - 'total-reviews' => ':total Avaliação', - 'total-rating' => ':total_rating Notas & :total_reviews Avaliações', - 'by' => 'Por :name', - 'up-sell-title' => 'Encontramos outros produtos que você pode gostar!', - 'related-product-title' => 'Produtos Relacionados', - 'cross-sell-title' => 'Mais escolhas', - 'reviews-title' => 'Classificações & Avaliação', - 'write-review-btn' => 'Escreva uma Avaliação', - 'choose-option' => 'Escolha uma opção', - 'sale' => 'Promoção', - 'new' => 'Novo', - 'empty' => 'Nenhum produto disponível nesta categoria', - 'add-to-cart' => 'Adicionar ao Carrinho', - 'book-now' => 'Agende agora', - 'buy-now' => 'Comprar Agora', - 'whoops' => 'Oppss!', - 'quantity' => 'Quantidade', - 'in-stock' => 'Em Estoque', - 'out-of-stock' => 'Fora de Estoque', - 'view-all' => 'Ver Tudo', - 'select-above-options' => 'Por favor, selecione as opções acima primeiro.', - 'less-quantity' => 'A quantidade não pode ser menor que um.', - 'starting-at' => 'Começando às', - 'customize-options' => 'Personalizar opções', - 'choose-selection' => 'Escolha uma seleção', - 'your-customization' => 'Sua personalização', - 'total-amount' => 'Valor total', - 'none' => 'Nenhum', - 'available-for-order' => 'Disponível para encomenda', - 'settings' => 'Settings', - 'compare_options' => 'Compare Options', - ], - - // 'reviews' => [ - // 'empty' => 'Você ainda não avaliou qualquer produto' - // ] - - 'buynow' => [ - 'no-options' => 'Por favor, selecione as opções antes de comprar este produto' - ], - - - 'checkout' => [ - 'cart' => [ - 'integrity' => [ - 'missing_fields' =>'Violação de integridade do sistema de carrinho, alguns campos obrigatórios ausentes', - 'missing_options' =>'Violação de Integridade do Sistema de Carrinho, Faltam Opções para o Produto Configurável', - 'missing_links' => 'Faltam links para download para este produto.', - 'qty_missing' => 'Pelo menos um produto deve ter mais de 1 quantidade.', - 'qty_impossible' => 'Não é possível adicionar mais do que um desse produto ao carrinho.' - ], - - 'create-error' => 'Encontrou algum problema ao fazer a instância do carrinho', - 'title' => 'Carrinho de Compras', - 'empty' => 'Seu carrinho de compras está vazio', - 'update-cart' => 'Atualizar Carrinho', - 'continue-shopping' => 'Continuar Comprando', - 'proceed-to-checkout' => 'Finalizar Compra', - 'remove' => 'Remover', - 'remove-link' => 'Remover', - 'move-to-wishlist' => 'Mover para Lista de Desejos', - 'move-to-wishlist-success' => 'Item Movido para Lista de Desejos', - 'move-to-wishlist-error' => 'Não foi possivel Mover Item para Lista de Desejos, Por favor, tente novamente mais tarde', - 'add-config-warning' => 'Por favor, selecione a opção antes de adicionar ao carrinho', - 'quantity' => [ - 'quantity' => 'Quantidade', - 'success' => 'Carrinho Item(s) Atualizados com Sucesso!', - 'illegal' => 'Quantidade não pode ser menor que um', - 'inventory_warning' => 'A quantidade solicitada não está disponível, por favor, tente novamente mais tarde', - 'error' => 'Não é possível atualizar o item(s) no momento, por favor, tente novamente mais tarde' - ], - - 'item' => [ - 'error_remove' => 'Nenhum item para remover do carrinho', - 'success' => 'Item foi adicionado com sucesso ao carrinho', - 'success-remove' => 'Item foi removido com sucesso do carrinho', - 'error-add' => 'Item não pode ser adicionado ao carrinho, por favor, tente novamente mais tarde', - 'inactive' => 'An item is inactive and was removed from cart', - 'inactive-add' => 'Inactive item cannot be added to cart', - ], - 'quantity-error' => 'Quantidade solicitada não está disponível', - 'cart-subtotal' => 'Subtotal do carrinho', - 'cart-remove-action' => 'Você realmente quer fazer isso ?', - 'partial-cart-update' => 'Only some of the product(s) were updated', - 'link-missing' => '', - 'event' => [ - 'expired' => 'This event has been expired.' - ] - ], - - 'onepage' => [ - 'title' => 'Finalização Compra', - 'information' => 'Informação', - 'shipping' => 'Entrega', - 'payment' => 'Pagamento', - 'complete' => 'Completo', - 'review' => 'Reveja', - 'billing-address' => 'Endereço de Cobrança', - 'sign-in' => 'Entrar', - 'first-name' => 'Nome', - 'last-name' => 'Sobrenome', - 'email' => 'E-mail', - 'address1' => 'Endereço', - 'address2' => 'Endereço 2', - 'city' => 'Cidade', - 'state' => 'Estado', - 'select-state' => 'Selecione uma região, estado e província', - 'postcode' => 'CEP', - 'phone' => 'Telefone', - 'country' => 'País', - 'order-summary' => 'Resumo do Pedido', - 'shipping-address' => 'Endereço de Entrega', - 'use_for_shipping' => 'Enviar para esse endereço', - 'continue' => 'Continuar', - 'shipping-method' => 'Selecione o Método de Entrega', - 'payment-methods' => 'Selecione o Método de Pagamento', - 'payment-method' => 'Método de Pagamento', - 'summary' => 'Resumo do Pedido', - 'price' => 'Preço', - 'quantity' => 'Quantidade', - 'billing-address' => 'Endereço de Cobrança', - 'shipping-address' => 'Endereço de Entrega', - 'contact' => 'Contato', - 'place-order' => 'Enviar Pedido', - 'new-address' => 'Add Novo Endereço', - 'save_as_address' => 'Salvar Endereço', - 'apply-coupon' => 'Aplicar Cupom', - 'enter-coupon-code' => 'Digite aqui o seu Cupom' - ], - - 'total' => [ - 'order-summary' => 'Resumo do Pedido', - 'sub-total' => 'Itens', - 'grand-total' => 'Total', - 'delivery-charges' => 'Taxas de Entrega', - 'tax' => 'Imposto', - 'discount' => 'Desconto', - 'price' => 'preço', - 'disc-amount' => 'Valor descontado', - 'new-grand-total' => 'Novo Total', - 'coupon' => 'Cupom', - 'coupon-applied' => 'Cupom Aplicado', - 'remove-coupon' => 'Remover Cupom', - 'cannot-apply-coupon' => 'Não foi possível aplicar esse Cupom', - 'invalid-coupon' => 'Código do Cupom é inválido.', - 'success-coupon' => 'Cupom aplicado com sucesso.', - 'coupon-apply-issue' => 'Não foi possível aplicar esse Cupom' - ], - - 'success' => [ - 'title' => 'Pedido enviado com sucesso!', - 'thanks' => 'Obrigado pelo seu pedido!', - 'order-id-info' => 'Seu ID do Pedido é #:order_id', - 'info' => 'Nós lhe enviaremos por e-mail, detalhes do seu pedido e informações de rastreamento' - ] - ], - - 'mail' => [ - 'order' => [ - 'subject' => 'Confirmação de Novo Pedido', - 'heading' => 'Confirmação de Pedido!', - 'dear' => 'Caro :customer_name', - 'dear-admin' => 'Caro :admin_name', - 'greeting' => 'Obrigado pelo seu Pedido :order_id realizado em :created_at', - 'summary' => 'Resumo do Pedido', - 'shipping-address' => 'Endereço de Entrega', - 'billing-address' => 'Endereço de Cobrança', - 'contact' => 'Contato', - 'shipping' => 'Entrega', - 'payment' => 'Pagamento', - 'price' => 'Preço', - 'quantity' => 'Quantidade', - 'subtotal' => 'Subtotal', - 'shipping-handling' => 'Envio & Manuseio', - 'tax' => 'Imposto', - 'discount' => 'Discount', - 'grand-total' => 'Total', - 'final-summary' => 'Obrigado por mostrar o seu interesse em nossa loja nós lhe enviaremos o número de rastreamento assim que for despachado', - 'help' => 'Se você precisar de algum tipo de ajuda, por favor entre em contato conosco :support_email', - 'thanks' => 'Muito Obrigado!', - - 'comment' => [ - 'subject' => 'Novo comentário adicionado ao seu pedido #: order_id', - 'dear' => 'Prezado :customer_name', - 'final-summary' => 'Obrigado por mostrar seu interesse em nossa loja', - 'help' => 'Se você precisar de algum tipo de ajuda, entre em contato conosco :support_email', - 'thanks' => 'Obrigada!', - ], - - 'cancel' => [ - 'subject' => 'Confirmação de Cancelamento de Pedido', - 'heading' => 'Pedido Cancelado', - 'dear' => 'Caro :customer_name', - 'greeting' => 'Seu Pedido com o ID #:order_id finalizado em :created_at foi cancelado', - 'summary' => 'Resumo do Pedido', - 'shipping-address' => 'Endereço de Entrega', - 'billing-address' => 'Endereço de Faturamento', - 'contact' => 'Contato', - 'shipping' => 'Método de Envio', - 'payment' => 'Método de Pagamento', - 'subtotal' => 'Subtotal', - 'shipping-handling' => 'Entrega & Manuseio', - 'tax' => 'Taxa', - 'discount' => 'Desconto', - 'grand-total' => 'Total', - 'final-summary' => 'Obrigado por mostrar interesse em nosa Loja', - 'help' => 'Caso precise de qualquer tipo de ajuda entre em contato conosco :support_email', - 'thanks' => 'Obrigado!', - ] - ], - - 'invoice' => [ - 'heading' => 'Sua Fatura #:invoice_id do Pedido #:order_id', - 'subject' => 'Fatura do seu pedido #:order_id', - 'summary' => 'Resumo da Fatura', - ], - - 'refund' => [ - 'heading' => 'Your Refund #:refund_id for Order #:order_id', - 'subject' => 'Refund for your order #:order_id', - 'summary' => 'Resumo do reembolso', - 'adjustment-refund' => 'Reembolso de ajuste', - 'adjustment-fee' => 'Taxa de ajuste' - ], - - 'shipment' => [ - 'heading' => 'Sua Entrega #:shipment_id do Pedido #:order_id', - 'subject' => 'Entrega do seu pedido #:order_id', - 'summary' => 'Resumo da Entrega', - 'carrier' => 'Transportadora', - 'tracking-number' => 'Código de Rastreio' - ], - - 'forget-password' => [ - 'subject' => 'Recuperação de Senha', - 'dear' => 'Caro :name', - 'info' => 'Você está recebendo este e-mail porque recebemos uma solicitação de redefinição de senha para sua conta', - 'reset-password' => 'Redefinir Senha', - 'final-summary' => 'Se você não solicitou uma redefinição de senha, nenhuma ação adicional é necessária', - 'thanks' => 'Obrigado!' - ], - - 'update-password' => [ - 'subject' => 'Senha atualizada', - 'dear' => 'Caro :name', - 'info' => 'Você está recebendo este e-mail porque atualizou sua senha.', - 'thanks' => 'Obrigado!' - ], - - 'customer' => [ - 'new' => [ - 'dear' => 'Caro :customer_name', - 'username-email' => 'Nome de usuário/Email', - 'subject' => 'Nova Conta', - 'password' => 'Senha', - 'summary' => 'Sua conta foi criada. - Abaixo está suas informaços: ', - 'thanks' => 'Obrigado!', - ], - - 'registration' => [ - 'subject' => 'Novo Cliente', - 'customer-registration' => 'Cliente cadastrado com Sucesso', - 'dear' => 'Caro :customer_name', - 'greeting' => 'Bem vindo e obrigado por se cadastrar conosco!', - 'summary' => 'Sua conta foi criada com sucesso e agora você pode entrar utilizando seu endereço de email e senha. Ao fazer login, você poderá acessar outros serviços, incluindo a revisão de pedidos anteriores, listas de desejos e a edição das informações da sua conta..', - 'thanks' => 'Obrigado!', - ], - - 'verification' => [ - 'heading' => config('app.name') . ' - Verificação de Email', - 'subject' => 'Verificação de Email', - 'verify' => 'Confirme sua conta', - 'summary' => 'Esse email é para confirmar que esse endereço de e-mail é válido e pertence a você. - Por favor, clique no botão Confirme sua conta abaixo para verificar sua conta. ' - ], - - 'subscription' => [ - 'subject' => 'Email de Inscrição', - 'greeting' => ' Bem vindo a ' . config('app.name') . ' - Incrição de Email', - 'unsubscribe' => 'Unsubscribe', - 'summary' => 'Obrigado por me colocar na sua caixa de entrada. Já faz um tempo desde que você leu ' . config('app.name') . ' e-mail e não queremos sobrecarregar sua caixa de entrada. Se você ainda não deseja receber - as últimas notícias de email marketing e, com certeza, clique no botão abaixo.' - ] - ] - ], - - 'webkul' => [ - 'copy-right' => '© Copyright :year Webkul Software, Todos os Direitos Reservados', - ], - - 'response' => [ - 'create-success' => ':name criado com sucesso.', - 'update-success' => ':name atualizado com sucesso.', - 'delete-success' => ':name excluído com sucesso.', - 'submit-success' => ':name enviado com sucesso.' - ], -]; \ No newline at end of file diff --git a/resources/lang/vendor/shop/tr/app.php b/resources/lang/vendor/shop/tr/app.php deleted file mode 100644 index fd42aa4c9..000000000 --- a/resources/lang/vendor/shop/tr/app.php +++ /dev/null @@ -1,717 +0,0 @@ - 'Girmiş olduğunuz vergi no hatalı', - 'security-warning' => 'Şüpheli etkinlik tespit edildi!!!', - 'nothing-to-delete' => 'Silinecek bir şey bulunmadı!', - - 'layouts' => [ - 'my-account' => 'Hesabım', - 'profile' => 'Profil', - 'address' => 'Adres', - 'reviews' => 'İncelemeler', - 'wishlist' => 'Dilek Listesi', - 'orders' => 'Siparişler', - 'downloadable-products' => 'İndirilebilir Ürünler' - ], - - 'common' => [ - 'error' => 'Bir şeyler ters gitti, lütfen tekrar deneyin.', - 'no-result-found' => 'Kayıt bulunamadı.' - ], - - 'home' => [ - 'page-title' => config('app.name') . ' - Ana Sayfa', - 'featured-products' => 'Özel Ürünler', - 'new-products' => 'Yeni Ürünler', - 'verify-email' => 'Mail hesabınızı doğrulayınız', - 'resend-verify-email' => 'Doğrulama Maili Gönder' - ], - - 'header' => [ - 'title' => 'Hesap', - 'dropdown-text' => 'Sepet, Sipariş & Dilek Listesini Yönet', - 'sign-in' => 'Giriş Yap', - 'sign-up' => 'Kaydol', - 'account' => 'Hesap', - 'cart' => 'Alışveriş Sepeti', - 'profile' => 'Profil', - 'wishlist' => 'Dilek Listesi', - 'logout' => 'Çıkış Yap', - 'search-text' => 'Ürün arayın...' - ], - - 'minicart' => [ - 'view-cart' => 'Sepeti Görüntüle', - 'checkout' => 'Satın Al', - 'cart' => 'Sepet', - 'zero' => '0' - ], - - 'footer' => [ - 'subscribe-newsletter' => 'Bültene Kaydol', - 'subscribe' => 'Abone Ol', - 'locale' => 'Dil', - 'currency' => 'Para Birimi', - ], - - 'subscription' => [ - 'unsubscribe' => 'Bültenden Çık', - 'subscribe' => 'Abone Ol', - 'subscribed' => 'Abone kaydınız yapılmış durumda.', - 'not-subscribed' => 'Bülten aboneliğine kaydınız yapılamadı, lütfen tekrar deneyin.', - 'already' => 'Bülten aboneliğine kayıtlı durumdasınız.', - 'unsubscribed' => 'Bülten aboneliğinden çıkış yapıtınız.', - 'already-unsub' => 'Daha önceden bültenden çıkış yaptınız.' - ], - - 'search' => [ - 'no-results' => 'Sonuç Bulunamadı', - 'page-title' => config('app.name') . ' - Arama', - 'found-results' => 'Arama Sonuçları', - 'found-result' => 'Arama Sonuçları' - ], - - 'reviews' => [ - 'title' => 'Başlık', - 'add-review-page-title' => 'İnceleme Ekle', - 'write-review' => 'İnceleme Yaz', - 'review-title' => 'İncelemeye bir başlık giriniz', - 'product-review-page-title' => 'Ürün İnceleme', - 'rating-reviews' => 'Oylama & İncelemeler', - 'submit' => 'GÖNDER', - 'delete-all' => 'Tüm incelemeler başarıyla silindi.', - 'ratingreviews' => ':rating Oylama & :review İnceleme', - 'star' => 'Yıldız', - 'percentage' => ':percentage %', - 'id-star' => 'star', - 'name' => 'Adı', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Karşılaştır', - 'compare_similar_items' => 'Benzer Ürünleri Karşılaştır', - 'add-tooltip' => 'Karşılaştırma listesine ürün ekle', - 'added' => 'Ürün karşılaştırma listesine başarıyla eklendi.', - 'already_added' => 'Ürün zaten karşılaştırma listesinde yer alıyor.', - 'removed' => 'Ürün karşılaştırma listesinden başarıyla kaldırıldı.', - 'removed-all' => 'Tüm ürünler, karşılaştırma listesinden başarıyla çıkarıldı.', - 'empty-text' => "Karşılaştırma listenizde henüz ürün bulunmuyor.", - 'product_image' => 'Ürün Görseli', - 'actions' => 'Eylemler', - ], - - 'signup-text' => [ - 'account_exists' => 'Hesabınız var mı?', - 'title' => 'Giriş Yapın' - ], - - 'signup-form' => [ - 'page-title' => 'Yeni Müşteri Kaydı Oluşturun', - 'title' => 'Kaydol', - 'firstname' => 'Adınız', - 'lastname' => 'Soyadınız', - 'email' => 'E-Mail', - 'password' => 'Parola', - 'confirm_pass' => 'Parola (tekrar)', - 'button_title' => 'Kaydol', - 'agree' => 'Kabul', - 'terms' => 'Koşullar', - 'conditions' => 'Şartlar', - 'using' => 'bu web sitesini kullanarak', - 'agreement' => 'Anlaşma', - 'success' => 'Hesap başarıyla oluşturuldu.', - 'success-verify' => 'Hesap başarıyla oluşturuldu. Devam edebilmek için lütfen e-mail adresinizi doğrulayın.', - 'success-verify-email-unsent' => 'Hesap başarıyla oluşturuldu; ancak doğrulama maili gönderilemedi.', - 'failed' => 'Hata Oluştu! Hesabınız oluşturulamadı, lütfen tekrar deneyiniz.', - 'already-verified' => 'Hesabınız zaten doğrulanmış, lütfen yeni bir doğrulama maili talep edin.', - 'verification-not-sent' => 'Doğrulama maili gönderilirken hata oluştu, lütfen tekrar deneyin.', - 'verification-sent' => 'Doğrulama maili gönderildi', - 'verified' => 'Hesabınız başarıyla doğrulandı. Şimdi giriş yapabilirsiniz.', - 'verify-failed' => 'Hesabınızı doğrulayamadık.', - 'dont-have-account' => 'Kayıtlı hesabınız bulunmuyor.', - 'customer-registration' => 'Müşteri Kaydı Başarıyla Oluşturuldu.' - ], - - 'login-text' => [ - 'no_account' => 'Hesabınız yok mu?', - 'title' => 'Kaydolun', - ], - - 'login-form' => [ - 'page-title' => 'Müşteri Girişi', - 'title' => 'Giriş Yap', - 'email' => 'E-Mail', - 'password' => 'Parola', - 'forgot_pass' => 'Parolanızı mı unuttunuz?', - 'button_title' => 'Giriş Yap', - 'remember' => 'Beni Hatırla', - 'footer' => '© Copyright :year Webkul Software, Tüm hakları saklıdır.', - 'invalid-creds' => 'Lütfen bilgilerinizi kontrol edip tekrar deneyiniz.', - 'verify-first' => 'Öncelikle mail adresinizi doğrulayınız.', - 'not-activated' => 'Yönetici aktivasyonu gerekiyor.', - 'resend-verification' => 'Doğrulama mailini yeniden gönder' - ], - - 'forgot-password' => [ - 'title' => 'Parolayı Sıfırla', - 'email' => 'E-Mail', - 'submit' => 'Parola Sıfırlama Maili Gönder', - 'page_title' => 'Parolanızı mı unuttunuz?' - ], - - 'reset-password' => [ - 'title' => 'Parolayı Sıfırla', - 'email' => 'Kayıtlı Mail Adresi', - 'password' => 'Parola', - 'confirm-password' => 'Parola Doğrula', - 'back-link-title' => 'Giriş Sayfasına Dön', - 'submit-btn-title' => 'Parola Sıfırla' - ], - - 'account' => [ - 'dashboard' => 'Profil Düzenle', - 'menu' => 'Menü', - - 'general' => [ - 'no' => 'Hayır', - 'yes' => 'Evet', - ], - - 'profile' => [ - 'index' => [ - 'page-title' => 'Profil', - 'title' => 'Profil', - 'edit' => 'Düzenle', - ], - - 'edit-success' => 'Profil başarıyla güncellendi.', - 'edit-fail' => 'Profil güncellenirken hata oluştu, lütfen tekrar deneyin.', - 'unmatch' => 'Eski parolanız eşleşmiyor, lütfen tekrar deneyin.', - - 'fname' => 'Adınız', - 'lname' => 'Soyadınız', - 'gender' => 'Cinsiyet', - 'other' => 'Diğer', - 'male' => 'Erkek', - 'female' => 'Kadın', - 'dob' => 'Doğum Tarihi', - 'phone' => 'Telefon', - 'email' => 'E-Mail', - 'opassword' => 'Önceki Parola', - 'password' => 'Parola', - 'cpassword' => 'Parola Doğrula', - 'submit' => 'Profil Güncelle', - - 'edit-profile' => [ - 'title' => 'Profil Düzenle', - 'page-title' => 'Profil Bilgilerini Düzenle' - ] - ], - - 'address' => [ - 'index' => [ - 'page-title' => 'Adres', - 'title' => 'Adres', - 'add' => 'Adres Ekle', - 'edit' => 'Düzenşe', - 'empty' => 'Henüz kayıtlı adresiniz bulunmuyor. Eklemek için lütfen aşağıdaki linki tıklayınız.', - 'create' => 'Adres Ekle', - 'delete' => 'Sil', - 'make-default' => 'Varsayılan Yap', - 'default' => 'Varsayılan', - 'contact' => 'İletişim', - 'confirm-delete' => 'Bu adresi silmek istediğinizden emin misiniz?', - 'default-delete' => 'Varsayılan adres değiştirilemez.', - 'enter-password' => 'Parolanızı Giriniz', - ], - - 'create' => [ - 'page-title' => 'Adres Formu Ekle', - 'company_name' => 'Şirket Adı', - 'first_name' => 'Adınız', - 'last_name' => 'Soyadınız', - 'vat_id' => 'Vergi No', - 'vat_help_note' => '[Not: Vergi no ile beraber ülke kodunu kullanın. Örn. INV01234567891]', - 'title' => 'Adres Ekle', - 'street-address' => 'Sokak Adresi', - 'country' => 'Ülke', - 'state' => 'Şehir', - 'select-state' => 'Şehir seçiniz.', - 'city' => 'İlçe', - 'postcode' => 'Posta Kodu', - 'phone' => 'Telefon', - 'submit' => 'Adres Kaydet', - 'success' => 'Adres başarıyla kaydedildi.', - 'error' => 'Adres eklenirken hata oluştu!' - ], - - 'edit' => [ - 'page-title' => 'Adres Düzenle', - 'company_name' => 'Şirket Adı', - 'first_name' => 'Adınız', - 'last_name' => 'Soyadınız', - 'vat_id' => 'Vergi No', - 'title' => 'Adres Düzenle', - 'street-address' => 'Sokak Adresi', - 'submit' => 'Adres Kaydet', - 'success' => 'Adres Başarıyla Güncellendi.', - ], - 'delete' => [ - 'success' => 'Adres başarıyla silindi.', - 'failure' => 'Adres silinirken hata oluştu!', - 'wrong-password' => 'Parolanızı hatalı girdiniz!' - ] - ], - - 'order' => [ - 'index' => [ - 'page-title' => 'Siparişler', - 'title' => 'Siparişler', - 'order_id' => 'Sipariş No', - 'date' => 'Tarih', - 'status' => 'Durum', - 'total' => 'Toplam', - 'order_number' => 'Sipariş No', - 'processing' => 'İşleniyor', - 'completed' => 'Tamamlandı', - 'canceled' => 'İptal Edildi', - 'closed' => 'Kapalı', - 'pending' => 'Bekliyor', - 'pending-payment' => 'Ödeme Bekliyor', - 'fraud' => 'Geçersiz' - ], - - 'view' => [ - 'page-tile' => 'Sipariş #:order_id', - 'info' => 'Bilgi', - 'placed-on' => 'Sipariş Tarihi', - 'products-ordered' => 'Sipariş Edilen Ürünler', - 'invoices' => 'Faturalar', - 'shipments' => 'Teslimatlar', - 'SKU' => 'Barkod', - 'product-name' => 'Ürün Adı', - 'qty' => 'Miktar', - 'item-status' => 'Ürün Durumu', - 'item-ordered' => 'Sipariş Verildi (:qty_ordered)', - 'item-invoice' => 'Fatura Oluşturuldu (:qty_invoiced)', - 'item-shipped' => 'Kargoya Verildi (:qty_shipped)', - 'item-canceled' => 'İptal Edildi (:qty_canceled)', - 'item-refunded' => 'İade Edildi (:qty_refunded)', - 'price' => 'Fiyat', - 'total' => 'Toplam', - 'subtotal' => 'Ara Toplam', - 'shipping-handling' => 'Teslimat & Dağıtım', - 'tax' => 'Vergi', - 'discount' => 'İndirim', - 'tax-percent' => 'Vergi Yüzdesi', - 'tax-amount' => 'Vergi Miktarı', - 'discount-amount' => 'İndirim Miktarı', - 'grand-total' => 'Genel Toplam', - 'total-paid' => 'Toplam Ödenen', - 'total-refunded' => 'Toplam İade', - 'total-due' => 'Toplam Kalan', - 'shipping-address' => 'Teslimat Adresi', - 'billing-address' => 'Fatura Adresi', - 'shipping-method' => 'Teslimat Şekli', - 'payment-method' => 'Ödeme Şekli', - 'individual-invoice' => 'Fatura #:invoice_id', - 'individual-shipment' => 'Teslimat #:shipment_id', - 'print' => 'Yazdır', - 'invoice-id' => 'Fatura No', - 'order-id' => 'Sipariş No', - 'order-date' => 'Sipariş Tarihi', - 'bill-to' => 'Fatura Edilen', - 'ship-to' => 'Teslim Edilen', - 'contact' => 'İletişim', - 'refunds' => 'İadeler', - 'individual-refund' => 'İade #:refund_id', - 'adjustment-refund' => 'İade Düzenlemesi', - 'adjustment-fee' => 'Düzenleme Bedeli', - 'cancel-btn-title' => 'İptal', - 'tracking-number' => 'Takip No', - 'cancel-confirm-msg' => 'Bu siparişi silmek istediğinizden emin misiniz?' - ] - ], - - 'wishlist' => [ - 'page-title' => 'Dilek Listesi', - 'title' => 'Dilek Listesi', - 'deleteall' => 'Tümünü Sil', - 'moveall' => 'Tüm Ürünleri Sepete Taşı', - 'move-to-cart' => 'Sepete Taşı', - 'error' => 'Ürün dilek listesine eklenemiyor, lütfen daha sonra tekrar deneyin.', - 'add' => 'Ürün dilek listesine başarıyla eklendi.', - 'remove' => 'Ürün dilek listesinden başarıyla kaldırıldı.', - 'add-wishlist-text' => 'Ürünü dilek listenize ekleyin', - 'remove-wishlist-text' => 'Ürünü dilek listenizden kaldırın', - 'moved' => 'Ürün alışveriş sepetine başarıyla taşındı.', - 'option-missing' => 'Ürün seçenekleri bulunamadı; bu yüzden dilek listesine taşınamadı.', - 'move-error' => 'Ürün dilek listesine taşınamadı, lütfen tekrar deneyin.', - 'success' => 'Ürün dilek listesine taşındı.', - 'failure' => 'Ürün dilek listesine taşınamadı, lütfen tekrar deneyin.', - 'already' => 'Ürün dilek listenizde yer alıyor.', - 'removed' => 'Ürün dilek listesinden kaldırıldı.', - 'remove-fail' => 'Ürün dilek listesinden kaldırılamadı, lütfen tekrar deneyin.', - 'empty' => 'Dilek listenizde ürün bulunmuyor.', - 'remove-all-success' => 'Dilek listenizdeki tüm ürünler kaldırıldı.', - ], - - 'downloadable_products' => [ - 'title' => 'İndirilebilir Ürünler', - 'order-id' => 'Sipariş No', - 'date' => 'Tarih', - 'name' => 'Başlık', - 'status' => 'Durum', - 'pending' => 'Bekliyor', - 'available' => 'Hazır', - 'expired' => 'Süresi Doldu', - 'remaining-downloads' => 'Kalan İndirme', - 'unlimited' => 'Sınırsız', - 'download-error' => 'İndirme linki süresi doldu.' - ], - - 'review' => [ - 'index' => [ - 'title' => 'İncelemeler', - 'page-title' => 'İncelemeler' - ], - - 'view' => [ - 'page-tile' => 'İnceleme #:id', - ] - ] - ] - ], - - 'products' => [ - 'layered-nav-title' => 'Ürün Filtrele', - 'price-label' => 'Olabildiğince Düşük', - 'remove-filter-link-title' => 'Tümünü Temizle', - 'filter-to' => ' - ', - 'sort-by' => 'Sıralama Şekli', - 'from-a-z' => 'A-Z', - 'from-z-a' => 'Z-A', - 'newest-first' => 'Yeniden Eskiye', - 'oldest-first' => 'Eskiden Yeniye', - 'cheapest-first' => 'Ucuzdan Pahallıya', - 'expensive-first' => 'Pahallıdan Ucuza', - 'show' => 'Göster', - 'pager-info' => 'Toplam :total üründen :showing adet ürün görüntüleniyor.', - 'description' => 'Açıklama', - 'specification' => 'Şartname', - 'total-reviews' => ':total İnceleme', - 'total-rating' => ':total_rating Oylama & :total_reviews İnceleme', - 'by' => ':name\'e göre', - 'up-sell-title' => 'İlginize çekebilecek başka ürünler bulduk!', - 'related-product-title' => 'Benzer Ürünler', - 'cross-sell-title' => 'Daha fazla seçenek', - 'reviews-title' => 'Oylama & İnceleme', - 'write-review-btn' => 'İnceleme Yaz', - 'choose-option' => 'Seçenek seçin', - 'sale' => 'Satışta', - 'new' => 'Yeni', - 'empty' => 'Bu kategoride ürün bulunamadı.', - 'add-to-cart' => 'Sepete Ekle', - 'book-now' => 'Hemen Ayırt', - 'buy-now' => 'Satın Al', - 'whoops' => 'Ops!', - 'quantity' => 'Miktar', - 'in-stock' => 'Stokta', - 'out-of-stock' => 'Stokta Yok', - 'view-all' => 'Tümünü Göster', - 'select-above-options' => 'Lütfen öncelikle seçenek seçin', - 'less-quantity' => 'Geçerli miktar giriniz.', - 'samples' => 'Örnekler', - 'links' => 'Linkler', - 'sample' => 'Örnek', - 'name' => 'Adı', - 'qty' => 'Miktar', - 'starting-at' => 'Başlangıç Fiyatı', - 'customize-options' => 'Seçenekleri Özelleştir', - 'choose-selection' => 'Seçim Yapın', - 'your-customization' => 'Özelleştirmeniz', - 'total-amount' => 'Toplam Miktar', - 'none' => 'Hiçbiri', - 'available-for-order' => 'Sipariş İçin Uygun', - 'settings' => 'Settings', - 'compare_options' => 'Compare Options', - ], - - // 'reviews' => [ - // 'empty' => 'You Have Not Reviewed Any Of Product Yet' - // ] - - 'buynow' => [ - 'no-options' => 'Ürünü satın almadan önce lütfen seçenek seçin.' - ], - - 'checkout' => [ - 'cart' => [ - 'integrity' => [ - 'missing_fields' => 'Bu ürün için zorunlu bazı alanlar girilmemiş.', - 'missing_options' => 'Bu ürün için seçenek girilmemiş.', - 'missing_links' => 'Bu ürün için indirilebilir linkler girilmemiş.', - 'qty_missing' => 'En az bir adet ürün girilmelidir.', - 'qty_impossible' => 'Bu üründen birden fazla adet girilemez.' - ], - 'create-error' => 'Alışveriş sepeti oluşturulurken hata meydana geldi!', - 'title' => 'Alışveriş Sepeti', - 'empty' => 'Alışveriş sepetiniz boş', - 'update-cart' => 'Sepeti Güncelle', - 'continue-shopping' => 'Alışverişe Devam Et', - 'proceed-to-checkout' => 'Satın Al', - 'remove' => 'Kaldır', - 'remove-link' => 'Kaldır', - 'move-to-wishlist' => 'Dilek Listesine Ekle', - 'move-to-wishlist-success' => 'Dilek listesine başarıyla eklendi.', - 'move-to-wishlist-error' => 'Dilek listesine eklenirken hata oluştu, lütfen tekrar deneyin.', - 'add-config-warning' => 'Sepete eklemeden önce lütfen seçim yapınız.', - 'quantity' => [ - 'quantity' => 'Miktar', - 'success' => 'Sepet başarıyla güncellendi!', - 'illegal' => 'Miktar en az 1 olmalıdır.', - 'inventory_warning' => 'Girilen miktar mevcut değil, lütfen yeniden deneyin.', - 'error' => 'Ürün güncellemesi yapılamıyor, lütfen tekrar deneyin.' - ], - - 'item' => [ - 'error_remove' => 'Sepetten kaldırılacak ürün bulunamadı.', - 'success' => 'Ürün başarıyla sepete eklendi.', - 'success-remove' => 'Ürün sepetten başarıyla kaldırıldı.', - 'error-add' => 'Ürün sepete eklenirken hata oluştu, lütfen tekrar deneyin.', - 'inactive' => 'An item is inactive and was removed from cart.', - 'inactive-add' => 'Inactive item cannot be added to cart.', - ], - 'quantity-error' => 'Girilen miktar mevcut değil.', - 'cart-subtotal' => 'Sepet Ara Toplam', - 'cart-remove-action' => 'Sepeti boşaltmak istediğinizden emin misiniz?', - 'partial-cart-update' => 'Sadece bazı ürünler güncellendi.', - 'link-missing' => '', - 'event' => [ - 'expired' => 'Bu eylemin geçerliliği sona erdi.' - ] - ], - - 'onepage' => [ - 'title' => 'Satın Al', - 'information' => 'Bilgiler', - 'shipping' => 'Teslimat', - 'payment' => 'Ödeme', - 'complete' => 'Tamamla', - 'review' => 'İnceleme', - 'billing-address' => 'Fatura Adresi', - 'sign-in' => 'Giriş Yap', - 'company-name' => 'Şirket Adı', - 'first-name' => 'Ad', - 'last-name' => 'Soyad', - 'email' => 'E-Mail', - 'address1' => 'Adres', - 'city' => 'İlçe', - 'state' => 'Şehir', - 'select-state' => 'Şehir seçiniz', - 'postcode' => 'Posta Kodu', - 'phone' => 'Telefon', - 'country' => 'Ülke', - 'order-summary' => 'Sipariş Özeti', - 'use_for_shipping' => 'Teslimat adresi olarak kullan', - 'continue' => 'Devam et', - 'shipping-method' => 'Teslimat Türü Seç', - 'payment-methods' => 'Ödeme Türü Seç', - 'payment-method' => 'Ödeme Türü', - 'summary' => 'Sipariş Özeti', - 'price' => 'Fiyat', - 'quantity' => 'Miktar', - 'shipping-address' => 'Teslimat Adresi', - 'contact' => 'İletişim', - 'place-order' => 'Siparişi Oluştur', - 'new-address' => 'Yeni Adres Ekle', - 'save_as_address' => 'Adresi Kaydet', - 'apply-coupon' => 'Kuponu Uygula', - 'amt-payable' => 'Ödenecek Tutar', - 'got' => 'Alınan', - 'free' => 'Ücretsiz', - 'coupon-used' => 'Kullanılan Kupon', - 'applied' => 'Uygulanan', - 'back' => 'Geri', - 'cash-desc' => 'Kapıda Ödeme', - 'money-desc' => 'Havale/EFT', - 'paypal-desc' => 'Paypal', - 'free-desc' => 'Ücretsiz Kargo', - 'flat-desc' => 'Sabit Ücret', - 'password' => 'Parola', - 'login-exist-message' => 'Kayıtlı hesabınız bulunuyor, lütfen giriş yapınız ya da ziyaretçi olarak satın alın.', - 'enter-coupon-code' => 'Kupon Kodu Girin' - ], - - 'total' => [ - 'order-summary' => 'Sipariş Özeti', - 'sub-total' => 'Ürünler', - 'grand-total' => 'Genel Toplam', - 'delivery-charges' => 'Kargo Ücreti', - 'tax' => 'Vergi', - 'discount' => 'İndirim', - 'price' => 'fiyat', - 'disc-amount' => 'İndirim Miktarı', - 'new-grand-total' => 'Yeni Genel Toplam', - 'coupon' => 'Kupon', - 'coupon-applied' => 'Uygulanan Kupon', - 'remove-coupon' => 'Kupon Kaldır', - 'cannot-apply-coupon' => 'Kupon Uygulanamaz', - 'invalid-coupon' => 'Kupon kodu geçersiz.', - 'success-coupon' => 'Kupon kodu başarıyla uygulandı.', - 'coupon-apply-issue' => 'Kupon kodu uygulanamaz.' - ], - - 'success' => [ - 'title' => 'Sipariş başarıyla oluşturuldu.', - 'thanks' => 'Sipariş için teşekkür ederiz!', - 'order-id-info' => 'Sipariş numaranız #:order_id', - 'info' => 'Size sipariş detayları ve takip bilgilerini mail olarak ileteceğiz.' - ] - ], - - 'mail' => [ - 'order' => [ - 'subject' => 'Yeni Sipariş Doğrulaması', - 'heading' => 'Sipariş Doğrulaması', - 'dear' => 'Sayın :customer_name', - 'dear-admin' => 'Sayın :admin_name', - 'greeting' => 'Sipariş verdiğiniz için teşekkür ederiz. :order_id nolu sipariş :created_at tarihinde oluşturuldu.', - 'greeting-admin' => ':order_id no\'lu sipariş :created_at tarihinde verildi.', - 'summary' => 'Sipariş Özeti', - 'shipping-address' => 'Teslimat Adresi', - 'billing-address' => 'Fatura Adresi', - 'contact' => 'İletişim', - 'shipping' => 'Teslimat Şekli', - 'payment' => 'Ödeme Şekli', - 'price' => 'Fiyat', - 'quantity' => 'Miktar', - 'subtotal' => 'Ara Toplam', - 'shipping-handling' => 'Teslimat & Dağıtım', - 'tax' => 'Vergi', - 'discount' => 'İndirim', - 'grand-total' => 'Genel Toplam', - 'final-summary' => 'Bizi tercih ettiğiniz için teşekkür ederiz. Ürün kargoya teslim edildikten sonra takip numarası iletilecektir.', - 'help' => 'Soru ve görüşleriniz için lütfen bizimle iletişime geçiniz: :support_email', - 'thanks' => 'Teşekkürler!', - - 'comment' => [ - 'subject' => 'Siparişinize #:order_id yeni yorum yapıldı.', - 'dear' => 'Sayın :customer_name', - 'final-summary' => 'Bizi tercih ettiğiniz için teşekkür ederiz.', - 'help' => 'Soru ve görüşleriniz için lütfen bizimle iletişime geçiniz: :support_email', - 'thanks' => 'Teşekkürler!', - ], - - 'cancel' => [ - 'subject' => 'Sipariş İptal Doğrulaması', - 'heading' => 'Sipariş İptal Edildi', - 'dear' => 'Sayın :customer_name', - 'greeting' => '#:order_id no\'lu siparişiniz :created_at tarihinde iptal edilmiştir.', - 'summary' => 'Sipariş Özeti', - 'shipping-address' => 'Teslimat Adresi', - 'billing-address' => 'Fatura Adresi', - 'contact' => 'İletişim', - 'shipping' => 'Teslimat Şekli', - 'payment' => 'Ödeme Şekli', - 'subtotal' => 'Ara Toplam', - 'shipping-handling' => 'Teslimat & Dağıtım', - 'tax' => 'Vergi', - 'discount' => 'İndirim', - 'grand-total' => 'Genel Toplam', - 'final-summary' => 'Bizi tercih ettiğiniz için teşekkür ederiz.', - 'help' => 'Soru ve görüşleriniz için lütfen bizimle iletişime geçiniz: :support_email', - 'thanks' => 'Teşekkürler!', - ] - ], - - 'invoice' => [ - 'heading' => '#:order_id no\'lu siparişiniz için #:invoice_id no\'lu fatura oluşturuldu.', - 'subject' => '#:order_id no\'lu siparişinizin faturası', - 'summary' => 'Fatura Özeti', - ], - - 'shipment' => [ - 'heading' => '#:order_id no\'lu siparişiniz için #:shipment_id no\'lu teslimat oluşturuldu.', - 'inventory-heading' => '#:order_id no\'lu siparişiniz için #:shipment_id no\'lu teslimat oluşturuldu.', - 'subject' => '#:order_id no\'lu siparişinizin teslimatı', - 'inventory-subject' => '#:order_id no\'lu siparişiniz için teslimat oluşturuldu.', - 'summary' => 'Teslimat Özeti', - 'carrier' => 'Kargo Şirketi', - 'tracking-number' => 'Takip Numarası', - 'greeting' => ':order_id no\'lu sipariş :created_at tarihinde oluşturuldu.', - ], - - 'refund' => [ - 'heading' => '#:order_id siparişi için #:refund_id iadesi', - 'subject' => '#:order_id siparişi iadesi', - 'summary' => 'İade Özeti', - 'adjustment-refund' => 'İade Düzenlemesi', - 'adjustment-fee' => 'Düzenleme Bedeli' - ], - - 'forget-password' => [ - 'subject' => 'Müşteri Parolası Sıfırlama', - 'dear' => 'Sayın :name', - 'info' => 'Parola sıfırlama talebinde bulunduğunuz için bu maili hesabınıza kayıtlı mail adresinize gönderdik.', - 'reset-password' => 'Parola Yenile', - 'final-summary' => 'Eğer parola yenileme talebinde bulunmadıysanız bu maili silebilirsiniz.', - 'thanks' => 'Teşekkürler!' - ], - - 'update-password' => [ - 'subject' => 'Şifre güncellendi', - 'dear' => 'Sayın :name', - 'info' => 'Bu e-postayı, şifrenizi güncellediğiniz için alıyorsunuz.', - 'thanks' => 'Teşekkürler!' - ], - - 'customer' => [ - 'new' => [ - 'dear' => 'Sayın :customer_name', - 'username-email' => 'KullanıcıAdı/EMail', - 'subject' => 'Yeni Müşteri Kaydı', - 'password' => 'Parola', - 'summary' => 'Hesabınız başarıyla oluşturuldu. Detaylar aşağıda yer almaktadır:', - 'thanks' => 'Teşekkürler!', - ], - - 'registration' => [ - 'subject' => 'Yeni Müşteri Kaydı', - 'customer-registration' => 'Müşteri Başarıyla Oluşturuldu', - 'dear' => 'Sayın :customer_name', - 'greeting' => 'Bizi tercih ettiğiniz için teşekkür ederiz. Aramıza hoşgeldiniz!', - 'summary' => 'Hesabınız başarıyla oluşturuldu; hemen kayıtlı bilgilerinizle giriş yapabilirsiniz. Giriş yaptıktan sonra, yaptığınız siparişleri inceleme, dilek listesine erişim ve hesap bilgilerini düzenleme gibi pek çok seçeneklere ulaşabilirsiniz.', - 'thanks' => 'Teşekkürler!', - ], - - 'verification' => [ - 'heading' => config('app.name') . ' - Mail Doğrulaması', - 'subject' => 'Doğrulama Maili', - 'verify' => 'Hesabınızı Doğrulayın', - 'summary' => 'Bu mail adresi hesabınızı doğrulamanız için gönderildi. - Bu mail adresinin hesabınızla ilişkisini tamamlamak için lütfen linke tıklayınız.' - ], - - 'subscription' => [ - 'subject' => 'Bülten Maili', - 'greeting' => 'Aramıza Hoşgeldiniz: ' . config('app.name') . ' - Bülten Aboneliği', - 'unsubscribe' => 'Bültenden Çıkış', - 'summary' => 'Gelen kutunuzda yer verdiğiniz için teşekkür ederiz. ' . config('app.name') . ' maillerini almak istemezseniz bültenden çıkış yapabilirsiniz.' - ] - ] - ], - - 'webkul' => [ - 'copy-right' => '© Copyright :year Webkul Software, Tüm Hakları Saklıdır.', - ], - - 'response' => [ - 'create-success' => ':name başarıyla oluşturuldu.', - 'update-success' => ':name başarıyla güncellendi.', - 'delete-success' => ':name başarıyla silindi.', - 'submit-success' => ':name başarıyla iletildi.' - ], -]; diff --git a/resources/lang/vendor/velocity/ar/app.php b/resources/lang/vendor/velocity/ar/app.php deleted file mode 100644 index e94d0d9db..000000000 --- a/resources/lang/vendor/velocity/ar/app.php +++ /dev/null @@ -1,303 +0,0 @@ - [ - 'system' => [ - 'velocity' => [ - 'general' => 'جنرال لواء', - 'category' => 'الفئة', - 'settings' => 'الإعدادات', - 'extension_name' => 'Velocity موضوع', - 'error-module-inactive' => 'Warning: حالة سمة السرعة غير نشطة', - ], - - 'settings' => [ - 'channels'=> [ - 'subscription_bar' => 'محتوى شريط الاشتراك' - ], - ], - - 'general' => [ - 'status' => 'الحالة', - 'active' => 'نشيط', - 'inactive' => 'غير نشط', - ], - 'category' => [ - 'all' => 'الكل', - 'left' => 'اليسار', - 'right' => 'حق', - 'active' => 'نشيط', - 'custom' => 'مخصص', - 'inactive' => 'غير نشط', - 'image-alignment' => 'محاذاة الصورة', - 'icon-status' => 'فئة أيقونة الفئة', - 'image-status' => 'حالة صورة الفئة', - 'sub-category-show' => 'إظهار الفئة الفرعية', - 'image-height' => '[in Pixel] ارتفاع الصورة', - 'image-width' => '[in Pixel] عرض الصورة', - 'show-tooltip' => 'إظهار تلميح الأدوات للفئة', - 'num-sub-category' => 'عدد الفئات الفرعية', - ] - ], - 'layouts' => [ - 'velocity' => 'Velocity', - 'cms-pages' => 'CMS الصفحات', - 'meta-data' => 'Meta Data', - 'category-menu' => 'قائمة الفئة', - 'header-content' => 'محتوى الرأس', - ], - 'contents' => [ - 'self' => 'الذات', - 'active' => 'نشيط', - 'new-tab' => 'علامة تبويب جديدة', - 'inactive' => 'غير نشط', - 'title' => 'قائمة المحتويات', - 'select' => '-- تحديد --', - 'add-title' => 'إضافة محتوى', - 'btn-add-content' => 'إضافة محتوى', - 'save-btn-title' => 'حفظ المحتوى', - 'autocomplete' => '[الإكمال التلقائي]', - 'no-result-found' => 'لا يوجد سجلات.', - 'search-hint' => '... ابحث عن المنتج هنا', - 'mass-delete-success' => 'تم حذف المحتوى المحدد بنجاح.', - 'tab' => [ - 'page' => 'إعداد الصفحة', - 'content' => 'إعداد المحتوى', - 'meta_content' => 'Meta Data', - ], - 'page' => [ - 'title' => 'عنوان', - 'status' => 'الحالة', - 'position' => 'موضع', - ], - 'content' => [ - 'content-type' => 'نوع المحتوى', - 'custom-title' => 'عنوان مخصص', - 'category-slug' => 'الفئة Slug', - 'link-target' => 'هدف ارتباط الصفحة', - 'custom-product' => 'تخزين المنتجات', - 'custom-heading' => 'عنوان مخصص', - 'catalog-type' => 'نوع كتالوج المنتج', - 'static-description' => 'وصف المحتوى', - 'page-link' => '[e.g. http://example.com/../../] رابط الصفحة', - ], - 'datagrid' => [ - 'id' => 'Id', - 'title' => 'عنوان', - 'status' => 'الحالة', - 'position' => 'موضع', - 'content-type' => 'نوع المحتوى', - ] - ], - 'meta-data' => [ - 'footer' => 'تذييل', - 'title' => 'Velocity meta data', - 'activate-slider' => 'تنشيط شريط التمرير', - 'home-page-content' => 'محتوى الصفحة الرئيسية', - 'footer-left-content' => 'تذييل يسار المحتوى', - 'subscription-content' => 'محتوى شريط الاشتراك', - 'sidebar-categories' => 'فئات الشريط الجانبي', - 'header_content_count' => 'Header Content Count', - 'footer-left-raw-content' => '

نحن نحب صياغة البرامج وحل مشاكل العالم الحقيقي مع الثنائيات. نحن ملتزمون للغاية بأهدافنا. نحن نستثمر مواردنا لإنشاء برامج وتطبيقات سهلة الاستخدام على مستوى عالمي للأعمال التجارية مع أرفع مستوى ، على أعلى مستوى من الخبرة التقنية.

', - 'slider-path' => 'مسار المنزلق', - 'category-logo' => 'شعار الفئة', - 'product-policy' => 'سياسة المنتج', - 'update-meta-data' => 'تحديث بيانات التعريف', - 'product-view-image' => 'صورة عرض المنتج', - 'advertisement-two' => 'إعلان صورتين', - 'advertisement-one' => 'إعلان صور واحدة', - 'footer-middle-content' => 'تذييل المحتوى الأوسط', - 'advertisement-four' => 'إعلان أربع صور', - 'advertisement-three' => 'إعلان ثلاث صور', - 'images' => 'صور', - 'general' => 'جنرال لواء', - 'add-image-btn-title' => 'إضافة صورة' - ], - 'category' => [ - 'save-btn-title' => 'قائمة الحفظ', - 'title' => 'قائمة قائمة الفئات', - 'add-title' => 'أضف محتوى القائمة', - 'edit-title' => 'تحرير محتوى القائمة', - 'btn-add-category' => 'أضف محتوى الفئة', - 'datagrid' => [ - 'category-id' => 'Id الفئة', - 'category-name' => 'اسم التصنيف', - 'category-icon' => 'أيقونة الفئة', - 'category-status' => 'الحالة', - ], - 'tab' => [ - 'general' => 'جنرال لواء', - ], - 'status' => 'الحالة', - 'active' => 'نشيط', - 'inactive' => 'غير نشط', - 'select' => '-- تحديد --', - 'icon-class' => 'فئة الرمز', - 'select-category' => 'اختر الفئة', - 'tooltip-content' => 'المحتوى Tooltip', - 'mass-delete-success' => 'تم حذف قائمة الفئات المحددة بنجاح', - ], - 'general' => [ - 'locale_logo' => 'شعار اللغة', - ], - ], - - 'home' => [ - 'view-all' => 'عرض الكل', - 'add-to-cart' => 'أضف إلى السلة', - 'hot-categories' => 'الفئات الساخنة', - 'payment-methods' => 'طرق الدفع', - 'customer-reviews' => 'آراء المستهلكين', - 'shipping-methods' => 'طرق الشحن', - 'popular-categories' => 'فئات شعبية', - ], - - 'header' => [ - 'cart' => 'Cart', - 'cart' => 'Cart', - 'guest' => 'زائر', - 'logout' => 'تسجيل خروج', - 'title' => 'الحساب', - 'account' => 'الحساب', - 'profile' => 'الملف الشخصي', - 'wishlist' => 'قائمة الرغبات', - 'all-categories' => 'جميع الفئات', - 'search-text' => 'ابحث عن منتجات هنا', - 'welcome-message' => ':customer_name, أهلا بك', - 'dropdown-text' => 'إدارة سلة التسوق, الطلبات وقائمة الرغبات', - ], - - 'menu-navbar' => [ - 'text-more' => 'أكثر', - 'text-category' => 'تسوق حسب الاقسام', - ], - - 'minicart' => [ - 'cart' => 'عربة التسوق', - 'view-cart' => 'عرض العربة', - ], - - 'checkout' => [ - 'qty' => 'كمية', - 'checkout' => 'الدفع', - 'cart' => [ - 'view-cart' => 'عرض السلة', - 'cart-summary' => 'ملخص العربة', - ], - 'qty' => 'كمية', - 'items' => 'العناصر', - 'subtotal' => 'المجموع الفرعي', - 'sub-total' => 'المجموع الفرعي', - 'proceed' => 'باشرالخروج من الفندق', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'قارن', - 'compare_similar_items' => 'مقارنة العناصر المماثلة', - 'add-tooltip' => 'إضافة منتج لقائمة المقارنة', - 'added' => 'تمت إضافة العنصر بنجاح لمقارنة القائمة', - 'removed' => 'تمت إزالة العنصر بنجاح من قائمة المقارنة', - 'removed-all' => 'تمت إزالة كافة العناصر بنجاح من قائمة المقارنة', - 'already_added' => 'تمت إضافة العنصر بالفعل لمقارنة القائمة', - 'empty-text' => "ليس لديك أي عناصر في قائمة المقارنة الخاصة بك", - 'product_image' => 'Product Image', - 'actions' => 'Actions', - ], - 'login-form' => [ - 'sign-up' => 'سجل', - 'new-customer' => 'عميل جديد', - 'registered-user' => 'مستخدم مسجل', - 'customer-login' => 'تسجيل دخول العميل', - 'your-email-address' => 'عنوان بريدك الإلكتروني', - 'form-login-text' => '.إذا كان لديك حساب ، فقم بتسجيل الدخول باستخدام عنوان بريدك الإلكتروني', - ], - 'signup-form' => [ - 'login' => 'تسجيل الدخول', - 'become-user' => 'كن مستخدم', - 'user-registration' => 'تسجيل المستخدم', - 'form-sginup-text' => '.إذا كنت جديدا على متجرنا ، فنحن نحرص على أن تكون أنت عضوًا', - ], - 'forget-password' => [ - 'login' => 'تسجيل الدخول', - 'forgot-password' => 'هل نسيت كلمة المرور', - 'recover-password' => 'إستعادة كلمة المرور', - 'recover-password-text' => '.إذا نسيت كلمة المرور ، فاستردها بإدخال عنوان بريدك الإلكتروني', - ], - 'wishlist' => [ - 'remove-all-success' => 'تمت إزالة جميع العناصر من قائمة الرغبات الخاصة بك', - ], - ], - - 'error' => [ - 'go-to-home' => 'الذهاب إلى المنزل', - 'page-lost-short' => 'الصفحة فقدت المحتوى', - 'something_went_wrong' => 'هناك خطأ ما', - 'page-lost-description' => "الصفحة التي تبحث عنها غير متوفرة. حاول البحث مرة أخرى أو استخدم زر العودة للخلف أدناه.", - ], - - 'products' => [ - 'text' => 'منتجات', - 'details' => 'تفاصيل', - 'reviews-title' => 'المراجعات', - 'reviewed' => 'التعليق', - 'review-by' => 'روجع من قبل', - 'quick-view' => 'نظرة سريعة', - 'not-available' => 'غير متوفر', - 'submit-review' => 'إرسال المراجعة', - 'ratings' => ':totalRatings تصنيفات', - 'reviews-count' => ':totalReviews التعليقات', - 'customer-rating' => 'تقييم العملاء', - 'more-infomation' => 'معلومات اكثر', - 'view-all-reviews' => 'عرض جميع التقييمات', - 'write-your-review' => 'اكتب مراجعتك', - 'short-description' => 'أوصاف قصيرة', - 'recently-viewed' => 'المنتجات المعروضة مؤخرا', - 'be-first-review' => 'كن أول من يكتب نقد', - ], - - 'shop' => [ - 'gender' => [ - 'other' => 'آخر', - 'male' => 'الذكر', - 'female' => 'أنثى', - ], - 'general' => [ - 'no' => 'No', - 'yes' => 'Yes', - 'view' => 'رأي', - 'filter' => 'منقي', - 'update' => 'تحديث', - 'download' => 'تحميل', - 'addresses' => 'عناوين', - 'reviews' => 'التعليقات', - 'orders' => 'الطلب #٪ s', - 'currencies' => 'Currencies', - 'top-brands' => 'ارقى الماركات', - 'new-password' => 'كلمة مرور جديدة', - 'no-file-available' => 'لا يوجد ملف متاح!', - 'downloadables' => 'المنتجات القابلة للتحميل', - 'confirm-new-password' => 'تأكيد كلمة المرور الجديدة', - 'enter-current-password' => 'أدخل كلمة المرور الحالية', - - 'alert' => [ - 'info' => 'معلومات', - 'error' => 'خطأ', - 'success' => 'نجاح', - 'warning' => 'تحذير', - ], - ], - 'wishlist' => [ - 'add-wishlist-text' => 'إضافة منتج إلى قائمة الأمنيات', - 'remove-wishlist-text' => 'أزل المنتج من قائمة الأمنيات' - ] - ], - - 'responsive' => [ - 'header' => [ - 'greeting' => ':customer, أهلا بك ', - ] - ], -] - -?> \ No newline at end of file diff --git a/resources/lang/vendor/velocity/de/app.php b/resources/lang/vendor/velocity/de/app.php deleted file mode 100644 index 9765a3aa2..000000000 --- a/resources/lang/vendor/velocity/de/app.php +++ /dev/null @@ -1,304 +0,0 @@ - [ - 'system' => [ - 'velocity' => [ - 'general' => 'Allgemein', - 'category' => 'Kategorie', - 'settings' => 'Einstellungen', - 'extension_name' => 'Velocity Theme', - 'error-module-inactive' => 'Warnung: Der Status des Velocity-Themes ist inaktiv', - ], - - 'settings' => [ - 'channels'=> [ - 'subscription_bar' => 'Inhalt der Abonnementleiste' - ], - ], - - 'general' => [ - 'status' => 'Status', - 'active' => 'Aktive', - 'inactive' => 'Inaktiv', - ], - '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 Seiten', - 'meta-data' => 'Metadaten', - 'category-menu' => 'Kategoriemenü', - 'header-content' => 'Header-Inhalt', - ], - 'contents' => [ - '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' => 'Seiteneinstellung', - 'content' => 'Inhaltseinstellung', - 'meta_content' => 'Meta Daten', - ], - 'page' => [ - 'title' => 'Titel', - 'status' => 'Status', - 'position' => 'Position', - ], - 'content' => [ - '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' => 'Titel', - 'status' => 'Status', - 'position' => 'Position', - 'content-type' => 'Inhaltstyp', - ] - ], - 'meta-data' => [ - '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', - 'header_content_count' => 'Header Content Count', - 'sidebar-categories' => 'Seitenleisten-Kategorien', - 'footer-left-raw-content' => '

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.

', - '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' => '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' => 'Kategorie Id', - 'category-name' => 'Kategorie Name', - 'category-icon' => 'Kategorie Symbol', - 'category-status' => 'Status', - ], - 'tab' => [ - 'general' => 'Allgemein', - ], - 'status' => 'Status', - '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' => 'Logo Sprache', - ], - ], - - 'home' => [ - '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' => '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' => 'Mehr', - 'text-category' => 'Kategorien', - ], - - 'minicart' => [ - 'cart' => 'Warenkorb', - 'view-cart' => 'Warenkorb ansehen', - ], - - 'checkout' => [ - 'qty' => 'Menge', - 'checkout' => 'Bestellen', - 'cart' => [ - 'view-cart' => 'Warenkorb ansehen', - 'cart-summary' => 'Warenkorb Zusammenfassung', - ], - 'qty' => 'Menge', - 'items' => 'Artikel', - 'subtotal' => 'Zwischensumme', - 'sub-total' => 'Zwischensumme', - 'proceed' => 'Zur Kasse', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Vergleichen', - 'compare_similar_items' => 'Ähnliche Artikel vergleichen', - 'add-tooltip' => 'Produkt zur Vergleichsliste hinzufügen', - 'added' => 'Element erfolgreich zur Vergleichsliste hinzugefügt', - 'already_added' => 'Artikel bereits zur Vergleichsliste hinzugefügt', - 'removed' => 'Element erfolgreich aus Vergleichsliste entfernt', - 'removed-all' => 'Alle Elemente erfolgreich aus der Vergleichsliste entfernt', - 'empty-text' => "Sie haben keine Elemente in Ihrer Vergleichsliste", - 'product_image' => 'Produktbild', - 'actions' => 'Aktionen', - ], - 'login-form' => [ - 'sign-up' => 'Anmelden', - 'new-customer' => 'Neukunde', - 'customer-login' => 'Kundenlogin', - 'registered-user' => 'Registrierter Nutzer', - 'your-email-address' => 'Ihre E-mail-Adresse', - 'form-login-text' => 'Wenn Sie ein Konto haben, melden Sie sich mit Ihrer E-Mail-Adresse an.', - ], - 'signup-form' => [ - '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' => '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.', - ], - 'wishlist' => [ - 'remove-all-success' => 'Alle Artikel von Ihrer Wunschliste wurden entfernt', - ], - ], - - 'error' => [ - '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' => 'Produkte', - 'details' => 'Details', - '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 Bewertung', - 'short-description' => 'Kurze Beschreibungen', - 'recently-viewed' => 'Kürzlich angesehene Produkte', - 'be-first-review' => 'Sei der erste der eine Bewertung schreibt', - ], - - 'shop' => [ - 'gender' => [ - 'male' => 'Männlich', - 'other' => 'Andere', - 'female' => 'Weiblich', - ], - 'general' => [ - 'no' => 'Nein', - 'yes' => 'Ja', - 'view' => 'Ansicht', - 'filter' => 'Filter', - 'currencies' => 'Currencies', - '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', - 'download' => 'Downloaden', - 'no-file-available' => 'Geen bestand beschikbaar!', - - 'alert' => [ - 'info' => 'Information', - 'error' => 'Fehler', - 'success' => 'Erfolg', - 'warning' => 'Warnung', - ], - ], - 'wishlist' => [ - 'add-wishlist-text' => 'Produkt zur Wunschliste hinzufügen', - 'remove-wishlist-text' => 'Produkt von der Wunschliste entfernen' - ] - ], - - 'responsive' => [ - 'header' => [ - 'languages' => 'Sprachen', - 'greeting' => 'Herzlich willkommen, :customer !', - ] - ], -] - -?> diff --git a/resources/lang/vendor/velocity/en/app.php b/resources/lang/vendor/velocity/en/app.php deleted file mode 100644 index 17cd4ac23..000000000 --- a/resources/lang/vendor/velocity/en/app.php +++ /dev/null @@ -1,305 +0,0 @@ - [ - 'system' => [ - 'velocity' => [ - 'general' => 'General', - 'category' => 'Category', - 'settings' => 'Settings', - 'extension_name' => 'Velocity Theme', - 'error-module-inactive' => 'Warning: Velocity theme status is inactive', - ], - - 'settings' => [ - 'channels'=> [ - 'subscription_bar' => 'Subscription bar content' - ], - ], - - 'general' => [ - 'status' => 'Status', - 'active' => 'Active', - 'inactive' => 'Inactive', - ], - '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', - ] - ], - 'layouts' => [ - 'velocity' => 'Velocity', - 'cms-pages' => 'CMS Pages', - 'meta-data' => 'Meta Data', - 'category-menu' => 'Category Menu', - 'header-content' => 'Header Content', - ], - '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.', - 'tab' => [ - 'page' => 'Page Setting', - 'content' => 'Content Setting', - 'meta_content' => 'Meta Data', - ], - 'page' => [ - 'title' => 'Title', - '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/../../]', - ], - 'datagrid' => [ - 'id' => 'Id', - 'title' => 'Title', - 'status' => 'Status', - 'position' => 'Position', - 'content-type' => 'Content Type', - ] - ], - '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', - 'header_content_count' => 'Header Content Count', - 'footer-left-raw-content' => '

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.

', - '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' - ], - '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', - 'datagrid' => [ - 'category-id' => 'Category Id', - 'category-name' => 'Category Name', - 'category-icon' => 'Category Icon', - 'category-status' => 'Status', - ], - 'tab' => [ - 'general' => 'General', - ], - '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.', - ], - 'general' => [ - 'locale_logo' => 'Locale Logo', - ], - ], - - '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', - ], - - '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', - ], - - 'menu-navbar' => [ - 'text-more' => 'More', - 'text-category' => 'Shop by Category', - ], - - 'minicart' => [ - 'cart' => 'Cart', - 'view-cart' => 'View Cart', - ], - - 'checkout' => [ - 'qty' => 'Qty', - 'checkout' => 'Checkout', - 'cart' => [ - 'view-cart' => 'View Cart', - 'cart-summary' => 'Cart Summary', - ], - 'qty' => 'Qty', - 'items' => 'Items', - 'subtotal' => 'Subtotal', - 'sub-total' => 'Sub Total', - 'proceed' => 'Proceed to checkout', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Compare', - 'compare_similar_items' => 'Compare Similar Items', - 'add-tooltip' => 'Add product to compare list', - 'added' => 'Item successfully added to compare list', - 'already_added' => 'Item already added to compare list', - 'removed' => 'Item successfully removed from compare list', - 'removed-all' => 'All Items successfully removed from compare list', - 'empty-text' => "You don't have any items in your compare list", - 'product_image' => 'Product Image', - 'actions' => 'Actions', - ], - '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.', - ], - '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.', - ], - '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.', - ], - 'wishlist' => [ - 'remove-all-success' => 'All the items from your wishlist have been removed', - ], - ], - - '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.", - ], - - 'products' => [ - 'text' => 'Products', - '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', - ], - - 'shop' => [ - 'gender' => [ - 'male' => 'Male', - 'other' => 'Other', - 'female' => 'Female', - ], - 'general' => [ - 'no' => 'No', - 'yes' => 'Yes', - 'view' => 'View', - 'filter' => 'Filter', - 'orders' => 'Orders', - 'update' => 'Update', - 'reviews' => 'Reviews', - 'download' => 'Download', - 'currencies' => 'Currencies', - 'addresses' => 'Addresses', - 'top-brands' => 'Top Brands', - 'new-password' => 'New password', - 'no-file-available' => 'No File Available!', - 'downloadables' => 'Downloadable Products', - 'confirm-new-password' => 'Confirm new password', - 'enter-current-password' => 'Enter your current password', - - 'alert' => [ - 'info' => 'Info', - 'error' => 'Error', - 'success' => 'Success', - 'warning' => 'Warning', - ], - ], - 'wishlist' => [ - 'add-wishlist-text' => 'Add product to wishlist', - 'remove-wishlist-text' => 'Remove product from wishlist' - ] - ], - - 'responsive' => [ - 'header' => [ - 'done' => 'Done', - 'languages' => 'Languages', - 'greeting' => 'Welcome, :customer !', - ] - ], -] - -?> diff --git a/resources/lang/vendor/velocity/fa/app.php b/resources/lang/vendor/velocity/fa/app.php deleted file mode 100644 index 83223330d..000000000 --- a/resources/lang/vendor/velocity/fa/app.php +++ /dev/null @@ -1,303 +0,0 @@ - [ - 'system' => [ - 'velocity' => [ - 'general' => 'عمومی', - 'category' => 'دسته بندی', - 'settings' => 'تنظیمات', - 'extension_name' => 'تم سرعت', - 'error-module-inactive' => 'Warning: وضعیت موضوع سرعت غیرفعال است', - ], - - 'settings' => [ - 'channels'=> [ - 'subscription_bar' => 'محتوای نوار اشتراک' - ], - ], - - 'general' => [ - 'status' => 'وضعیت', - 'active' => 'فعال', - 'inactive' => 'غیر فعال', - ], - 'category' => [ - 'all' => 'همه', - 'left' => 'ترک کرد', - 'right' => 'درست', - 'active' => 'فعال', - 'custom' => 'سفارشی', - 'inactive' => 'غیر فعال', - 'image-alignment' => 'تراز تصویر', - 'icon-status' => 'وضعیت نماد دسته', - 'image-status' => 'وضعیت تصویر گروه', - 'sub-category-show' => 'نمایش زیر گروه', - 'image-height' => '[in Pixel]ارتفاع تصویر', - 'image-width' => '[in Pixel]عرض تصویر', - 'show-tooltip' => 'نمایش راهنمای ابزار', - 'num-sub-category' => 'تعداد زیر گروه', - ] - ], - 'layouts' => [ - 'velocity' => 'Velocity', - 'cms-pages' => 'CMS صفحات', - 'meta-data' => 'Meta Data', - 'category-menu' => 'منوی دسته', - 'header-content' => 'محتوای سرصفحه', - ], - 'contents' => [ - 'self' => 'خود', - 'active' => 'فعال', - 'new-tab' => 'برگه جدید', - 'inactive' => 'غیر فعال', - 'title' => 'لیست مطالب', - 'select' => '-- انتخاب کنید --', - 'add-title' => 'اضافه کردن محتوا', - 'btn-add-content' => 'اضافه کردن محتوا', - 'save-btn-title' => 'ذخیره محتوا', - 'autocomplete' => '[کامل]', - 'no-result-found' => 'هیچ سابقه ای پیدا نشد.', - 'search-hint' => '... جستجوی محصول در اینجا', - 'mass-delete-success' => 'محتوای انتخاب شده با موفقیت حذف شد', - 'tab' => [ - 'page' => 'تنظیم صفحه', - 'content' => 'تنظیم محتوا', - 'meta_content' => 'Meta Data', - ], - 'page' => [ - 'title' => 'عنوان', - 'status' => 'وضعیت', - 'position' => 'موقعیت', - ], - 'content' => [ - 'content-type' => 'نوع محتوا', - 'custom-title' => 'عنوان سفارشی', - 'category-slug' => 'دسته Slug', - 'link-target' => 'هدف پیوند صفحه', - 'custom-product' => 'محصولات فروشگاهی', - 'custom-heading' => 'عنوان سفارشی', - 'catalog-type' => 'نوع کاتالوگ محصول', - 'static-description' => 'توضیحات محتوا', - 'page-link' => '[e.g. http://example.com/../../] پیوند صفحه', - ], - 'datagrid' => [ - 'id' => 'Id', - 'title' => 'عنوان', - 'status' => 'وضعیت', - 'position' => 'موقعیت', - 'content-type' => 'نوع محتوا', - ] - ], - 'meta-data' => [ - 'footer' => 'Footer', - 'title' => 'داده های متا سرعت', - 'activate-slider' => 'لغزنده را فعال کنید', - 'home-page-content' => 'محتوای صفحه اصلی', - 'footer-left-content' => 'بالا و پایین صفحه', - 'subscription-content' => 'نوار اشتراک محتوا', - 'sidebar-categories' => 'دسته بندی های نوار کناری', - 'header_content_count' => 'Header Content Count', - 'footer-left-raw-content' => '

ما دوست داریم که نرم افزارهایی را تهیه کرده و مشکلات دنیای واقعی را با باینری حل کنیم. ما به اهداف خود بسیار متعهد هستیم. ما منابع خود را برای ایجاد کلاس های نرم افزاری و برنامه های کاربردی برای تجارت سازمانی با درجه برتر ، در لبه تخصص فناوری سرمایه گذاری می کنیم..

', - 'slider-path' => 'مسیر کشویی', - 'category-logo' => 'آرم دسته', - 'product-policy' => 'خط مشی محصول', - 'update-meta-data' => 'Meta Data به روز رسانی', - 'product-view-image' => 'تصویر نمایش محصول', - 'advertisement-two' => 'تبلیغات دو تصویر', - 'advertisement-one' => 'تبلیغات یک تصویر', - 'footer-middle-content' => 'پاورقی مطالب میانی', - 'advertisement-four' => 'تبلیغات چهار تصویر', - 'advertisement-three' => 'تبلیغات سه تصویر', - 'images' => 'تصاویر', - 'general' => 'عمومی', - 'add-image-btn-title' => 'تصویر اضافه کن' - ], - 'category' => [ - 'save-btn-title' => 'ذخیره منو', - 'title' => 'لیست فهرست های دسته بندی', - 'add-title' => 'محتوای منو را اضافه کنید', - 'edit-title' => 'محتوای منو را ویرایش کنید', - 'btn-add-category' => 'محتوای دسته بندی را اضافه کنید', - 'datagrid' => [ - 'category-id' => 'Id دسته بندی', - 'category-name' => 'نام دسته', - 'category-icon' => 'نماد دسته', - 'category-status' => 'وضعیت', - ], - 'tab' => [ - 'general' => 'عمومی', - ], - 'status' => 'وضعیت', - 'active' => 'فعال', - 'inactive' => 'غیر فعال', - 'select' => '-- انتخاب کنید --', - 'icon-class' => 'کلاس آیکون', - 'select-category' => 'دسته را انتخاب کنید', - 'tooltip-content' => 'محتوای راهنمای ابزار', - 'mass-delete-success' => 'منوی دسته انتخاب شده با موفقیت حذف شد.', - ], - 'general' => [ - 'locale_logo' => 'لوگوی محلی', - ], - ], - - 'home' => [ - 'view-all' => 'مشاهده همه', - 'add-to-cart' => 'افزودن به سبد خرید', - 'hot-categories' => 'دسته بندی های داغ', - 'payment-methods' => 'روش های پرداخت', - 'customer-reviews' => 'نظرات مشتری', - 'shipping-methods' => 'روش های حمل و نقل', - 'popular-categories' => 'دسته بندی های محبوب', - ], - - 'header' => [ - 'cart' => 'سبد خرید', - 'cart' => 'سبد خرید', - 'guest' => 'مهمان', - 'logout' => 'خروج', - 'title' => 'حساب', - 'account' => 'حساب', - 'profile' => 'مشخصات', - 'wishlist' => 'لیست علاقه مندیها', - 'all-categories' => 'همه دسته بندی ها', - 'search-text' => 'محصولات را در اینجا جستجو کنید', - 'welcome-message' => ':customer_name, خوش آمدی', - 'dropdown-text' => 'مدیریت سبد خرید, سفارشات و لیست دلخواه', - ], - - 'menu-navbar' => [ - 'text-more' => 'بیشتر', - 'text-category' => 'خرید بر اساس طبقه بندی', - ], - - 'minicart' => [ - 'cart' => 'سبد خرید', - 'view-cart' => 'مشاهده سبد خرید', - ], - - 'checkout' => [ - 'qty' => 'تعداد', - 'checkout' => 'وارسی', - 'cart' => [ - 'view-cart' => 'مشاهده سبد خرید', - 'cart-summary' => 'خلاصه سبد خرید', - ], - 'qty' => 'تعداد', - 'items' => 'موارد', - 'subtotal' => 'فرعی', - 'sub-total' => 'زیر مجموع', - 'proceed' => 'ادامه به پرداخت', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'مقایسه کنید', - 'compare_similar_items' => 'موارد مشابه را مقایسه کنید', - 'add-tooltip' => 'اضافه کردن محصول برای مقایسه لیست', - 'added' => 'مورد با موفقیت برای مقایسه لیست اضافه شد', - 'already_added' => 'مورد در حال حاضر برای مقایسه لیست اضافه شده است', - 'removed' => 'مورد با موفقیت از لیست مقایسه حذف شد', - 'removed-all' => 'همه موارد با موفقیت از لیست مقایسه حذف شدند', - 'empty-text' => "شما هیچ موردی را در لیست مقایسه خود ندارید", - 'product_image' => 'Product Image', - 'actions' => 'Actions', - ], - 'login-form' => [ - 'sign-up' => 'ثبت نام', - 'new-customer' => 'مشتری جدید', - 'customer-login' => 'ورود مشتری', - 'registered-user' => 'کاربر ثبت نام شده', - 'your-email-address' => 'آدرس ایمیل شما', - 'form-login-text' => 'Iدر صورت داشتن یک حساب کاربری ، با آدرس ایمیل خود وارد سیستم شوید.', - ], - 'signup-form' => [ - 'login' => 'وارد شدن', - 'become-user' => 'کاربر شوید', - 'user-registration' => 'ثبت نام کاربر', - 'form-sginup-text' => 'اگر تازه وارد فروشگاه ما هستید ، ما دوست داریم شما را به عنوان عضویت در اختیار داشته باشیم.', - ], - 'forget-password' => [ - 'login' => 'وارد شدن', - 'forgot-password' => 'رمز عبور را فراموش کرده اید', - 'recover-password' => 'بازیابی رمز عبور', - 'recover-password-text' => 'اگر رمز عبور خود را فراموش کرده اید ، با وارد کردن آدرس ایمیل خود آن را بازیابی کنید.', - ], - 'wishlist' => [ - 'remove-all-success' => 'همه موارد لیست دلخواه شما حذف شده است', - ], - ], - - 'error' => [ - 'go-to-home' => 'برو خانه', - 'page-lost-short' => 'محتوای گم شده صفحه', - 'something_went_wrong' => 'چیزی پیش آمد', - 'page-lost-description' => "صفحه مورد نظر در دسترس نیست. سعی کنید دوباره جستجو کنید یا از دکمه Go Back در زیر استفاده کنید.", - ], - - 'products' => [ - 'text' => 'محصولات', - 'details' => 'جزئیات', - 'reviews-title' => 'بررسی ها', - 'reviewed' => 'بررسی شده', - 'review-by' => 'مرور توسط', - 'quick-view' => 'مشاهده سریع', - 'not-available' => 'در دسترس نیست', - 'submit-review' => 'ارسال بررسی', - 'ratings' => ':totalRatings رتبه بندی', - 'reviews-count' => ':totalReviews بررسی ها', - 'customer-rating' => 'رتبه بندی مشتری', - 'more-infomation' => 'اطلاعات بیشتر', - 'view-all-reviews' => 'مشاهده همه نظرات', - 'write-your-review' => 'نظر خود را بنویسید', - 'short-description' => 'توضیحات کوتاه', - 'recently-viewed' => 'محصولات اخیرا مشاهده شده', - 'be-first-review' => 'اولین نفری باشید که نظر می دهد', - ], - - 'shop' => [ - 'gender' => [ - 'male' => 'نر', - 'other' => 'دیگر', - 'female' => 'زن', - ], - 'general' => [ - 'no' => 'No', - 'yes' => 'Yes', - 'filter' => 'فیلتر', - 'view' => 'چشم انداز', - 'orders' => 'سفارشات', - 'download' => 'دانلود', - 'reviews' => 'بررسی ها', - 'addresses' => 'آدرس ها', - 'update' => 'به روز رسانی', - 'currencies' => 'Currencies', - 'top-brands' => 'برندهای برتر', - 'new-password' => 'رمز عبور جدید', - 'downloadables' => 'محصولات دانلودی', - 'no-file-available' => 'هیچ پرونده ای موجود نیست', - 'confirm-new-password' => 'رمزعبور جدید را تأیید کنید', - 'enter-current-password' => 'رمز عبور فعلی خود را وارد کنید', - - 'alert' => [ - 'info' => 'اطلاعات', - 'error' => 'خطا', - 'success' => 'موفقیت', - 'warning' => 'هشدار دهنده', - ], - ], - 'wishlist' => [ - 'add-wishlist-text' => 'محصول را به لیست دلخواه اضافه کنید', - 'remove-wishlist-text' => 'محصول را از لیست دلخواه حذف کنید' - ] - ], - - 'responsive' => [ - 'header' => [ - 'greeting' => ':customer ! خوش آمدی', - ] - ], -] - -?> diff --git a/resources/lang/vendor/velocity/it/app.php b/resources/lang/vendor/velocity/it/app.php deleted file mode 100644 index 07ad2c43b..000000000 --- a/resources/lang/vendor/velocity/it/app.php +++ /dev/null @@ -1,307 +0,0 @@ - [ - 'system' => [ - 'velocity' => [ - 'general' => 'Generale', - 'category' => 'Categoria', - 'settings' => 'Impostazioni', - 'extension_name' => 'Velocity Theme', - 'error-module-inactive' => 'Attenzione: lo stato del tema Velocity è insattivo', - ], - - 'settings' => [ - 'channels'=> [ - 'subscription_bar' => 'Contenuto barra iscrizione' - ], - ], - - 'general' => [ - 'status' => 'Stato', - 'active' => 'Attivo', - 'inactive' => 'Inattivo', - ], - 'category' => [ - 'all' => 'Tutto', - 'left' => 'Sinistra', - 'right' => 'Destra', - 'active' => 'Attivo', - 'custom' => 'Custom', - 'inactive' => 'Non Attivo', - 'image-alignment' => 'Allineamento Immagine', - 'icon-status' => 'Stato Icona Categoria', - 'image-status' => 'Stato Immagine Categoria', - 'sub-category-show' => 'Mostra Sub Categoria', - 'image-height' => 'Altezza Immagine [in Pixel]', - 'image-width' => 'Larghezza Immagine [in Pixel]', - 'show-tooltip' => 'Mostra Tooltip Categoria', - 'num-sub-category' => 'Numero della Sub Categoria', - ] - ], - 'layouts' => [ - 'velocity' => 'Velocity', - 'cms-pages' => 'Pagine CMS', - 'meta-data' => 'Meta Data', - 'category-menu' => 'Menu Categoria', - 'header-content' => 'Contenuto Header', - ], - 'contents' => [ - 'self' => 'Self', - 'active' => 'Attivo', - 'new-tab' => 'Nuovo Tab', - 'inactive' => 'Non Attivo', - 'title' => 'Elenco Contenuti', - 'select' => '-- Selezione --', - 'add-title' => 'Aggiungi Contenuto', - 'btn-add-content' => 'Aggiungi Contenuto', - 'save-btn-title' => 'Salva Contenuto', - 'autocomplete' => '[Autocompleta]', - 'no-result-found' => 'Nessun record trovato.', - 'search-hint' => 'Cerca prodotto qui...', - 'mass-delete-success' => 'Contenuti selezionati eliminati con successo.', - 'tab' => [ - 'page' => 'Impostazioni Pagina', - 'content' => 'Impostazioni Contenuto', - 'meta_content' => 'Meta Data', - ], - 'page' => [ - 'title' => 'Titolo', - 'status' => 'Stato', - 'position' => 'Posizione', - ], - 'content' => [ - 'content-type' => 'Tipo Contenuto', - 'custom-title' => 'Titolo Custom', - 'category-slug' => 'Slug Categoria', - 'link-target' => 'Target Link a Pagina', - 'custom-product' => 'Prodotti dello Store', - 'custom-heading' => 'Custom Heading', - 'catalog-type' => 'Tipo Catalogo Prodotti', - 'static-description' => 'Descrizione Contenuto', - 'page-link' => 'Link Pagina [es. http://example.com/../../]', - ], - 'datagrid' => [ - 'id' => 'Id', - 'title' => 'Titolo', - 'status' => 'Stato', - 'position' => 'Posizione', - 'content-type' => 'Tpo Contenuto', - 'actions' => 'Azioni', - ] - ], - 'meta-data' => [ - 'footer' => 'Footer', - 'title' => 'Velocity meta data', - 'activate-slider' => 'Attiva Slider', - 'home-page-content' => 'Contenuti Home Page', - 'footer-left-content' => 'Contenuti Footer Sinistra', - 'subscription-content' => 'Conenuti Subscription bar', - 'sidebar-categories' => 'Categorie Sidebar', - 'header_content_count' => 'Header Content Count', - 'footer-left-raw-content' => '

Ci piace personalizzare software e risolvere problemi del mondo reale. Siamo fortemente 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.

', - 'slider-path' => 'Percorso Slider', - 'category-logo' => 'Logo Categoria', - 'product-policy' => 'Policy Prodotto', - 'featured-product' => 'Prodotti in evidenza', - 'new-products' => 'Nuovi Prodotti', - 'update-meta-data' => 'Aggiorna Meta Data', - 'product-view-image' => 'Immagine Vista Prodotto', - 'advertisement-two' => 'Advertisement Two Images', - 'advertisement-one' => 'Advertisement One Images', - 'footer-middle-content' => 'Contenuto Footer Centrale', - 'advertisement-four' => 'Advertisement Four Images', - 'advertisement-three' => 'Advertisement Three Images', - 'images' => 'Immmagini', - 'general' => 'Generale', - 'add-image-btn-title' => 'Aggiungi Immagine' - ], - 'category' => [ - 'save-btn-title' => 'Salva Menu', - 'title' => 'Elenco Menu Categorie', - 'add-title' => 'Aggiungi Menu Contenuto', - 'edit-title' => 'Modifica Menu Contenuto', - 'btn-add-category' => 'Aggiungi Contenuto Categoria', - 'datagrid' => [ - 'category-id' => 'Id Categoria', - 'category-name' => 'Nome Categoria', - 'category-icon' => 'Icona Categoria', - 'category-status' => 'Stato', - ], - 'tab' => [ - 'general' => 'Generale', - ], - 'status' => 'Status', - 'active' => 'Attivo', - 'inactive' => 'Non Attivo', - 'select' => '-- Seleziona --', - 'icon-class' => 'Classe Icona', - 'select-category' => 'Scegli Categoria', - 'tooltip-content' => 'Contenuto Tooltip', - 'mass-delete-success' => 'Categorie a menu eliminate con successo.', - ], - 'general' => [ - 'locale_logo' => 'Logo Lingua', - ], - ], - - 'home' => [ - 'view-all' => 'Mostra tutto', - 'add-to-cart' => 'Aggiungi al Carrello', - 'hot-categories' => 'Categorie Hot', - 'payment-methods' => 'Metodi Pagamenti', - 'customer-reviews' => 'Recensioni Clienti', - 'shipping-methods' => 'Metodi di Spedizione', - 'popular-categories' => 'Categorie Popolari', - ], - - 'header' => [ - 'cart' => 'Carrello', - 'cart' => 'Carrello', - 'guest' => 'Guest', - 'logout' => 'Logout', - 'title' => 'Account', - 'account' => 'Account', - 'profile' => 'Profilo', - 'wishlist' => 'Wishlist', - 'all-categories' => 'Tutte le Categorie', - 'search-text' => 'Cerca prodotti qui', - 'welcome-message' => 'Benvenuto, :customer_name', - 'dropdown-text' => 'Gestione Carrello, Ordini e Wishlist', - ], - - 'menu-navbar' => [ - 'text-more' => 'More', - 'text-category' => 'Acquista per Categoria', - ], - - 'minicart' => [ - 'cart' => 'Carrello', - 'view-cart' => 'Vai al Carrello', - ], - - 'checkout' => [ - 'qty' => 'Qtà', - 'checkout' => 'Cassa', - 'cart' => [ - 'view-cart' => 'Vai al Carrello', - 'cart-summary' => 'Sommario Carrello', - ], - 'qty' => 'Qtà', - 'items' => 'Articoli', - 'subtotal' => 'Subtotale', - 'sub-total' => 'Sub Totale', - 'proceed' => 'Procedi alla cassa', - ], - - 'customer' => [ - - 'compare' => [ - 'text' => 'Compara', - 'compare_similar_items' => 'Compara articoli simili', - 'add-tooltip' => 'Aggiungi prodotto per confrontare l\'elenco', - 'added' => 'Articolo aggiunto alla lista di comparazione', - 'already_added' => 'Articolo già aggiunto alla lista di comparazione', - 'removed' => 'Articolo rimosso dalla lista di comparazione', - 'removed-all' => 'Tutti gli elementi rimossi correttamente dall\'elenco di confronto', - 'empty-text' => "Non hai articoli nella tua lista di comparazione", - ], - 'login-form' => [ - 'sign-up' => 'Registrati', - 'new-customer' => 'Nuovo Cliente', - 'customer-login' => 'Login Cliente', - 'registered-user' => 'Utente Registrato', - 'your-email-address' => 'Il tuo indirizzo email', - 'form-login-text' => 'Se hai un account, effettua login con la tua email.', - ], - 'signup-form' => [ - 'login' => 'Login', - 'become-user' => 'Diventa Utente', - 'user-registration' => 'Registrazione Utente', - 'form-sginup-text' => 'Se sei nuovo nel nostro store, siamo lieti di averti come nuovo amico.', - ], - 'forget-password' => [ - 'login' => 'Login', - 'forgot-password' => 'Password dimenticata', - 'recover-password' => 'Recupera Password', - 'recover-password-text' => 'Se hai dimenticato la password, recuperala inserendo il tuo indirizzo email.', - ], - 'wishlist' => [ - 'remove-all-success' => 'Tutti gli articoli dalla tua lista dei desideri sono stati rimossi', - ], - ], - - 'error' => [ - 'go-to-home' => 'Vai alla home', - 'page-lost-short' => 'Page lost content', - 'something-went-wrong' => 'Qualcosa è andato storto', - 'page-lost-description' => "La pagina che stavi cercando non è disponibile. Prova a cercare ancora o usa il tasto Torna Indietro qui sotto.", - ], - - 'products' => [ - 'text' => 'Prodotti', - 'details' => 'Dettagli', - 'reviews-title' => 'Recensioni', - 'reviewed' => 'Recensito', - 'review-by' => 'Recensione di', - 'quick-view' => 'Vista veloce', - 'not-available' => 'Non Disponibile', - 'submit-review' => 'Invia Recensione', - 'ratings' => 'Valutazioni :totalRatings', - 'reviews-count' => ':totalReviews Recensioni', - 'customer-rating' => 'Valutazione Cliente', - 'more-infomation' => 'Scopri di più', - 'view-all-reviews' => 'Mostra tutte le Recensioni', - 'write-your-review' => 'Scrivi la tua Recensione', - 'short-description' => 'Descrizioni Brevi', - 'recently-viewed' => 'Prodotti visti di recente', - 'be-first-review' => 'Sii il primo a scrivere una review', - ], - - 'shop' => [ - 'gender' => [ - 'male' => 'Maschio', - 'other' => 'Altro', - 'female' => 'Femmina', - ], - 'general' => [ - 'no' => 'No', - 'yes' => 'Sì', - 'view' => 'View', - 'filter' => 'Filtro', - 'orders' => 'Ordini', - 'update' => 'Aggiorna', - 'reviews' => 'Recensioni', - 'addresses' => 'Indirizzi', - 'currencies' => 'Currencies', - 'top-brands' => 'Marchi top', - 'new-password' => 'Nuova password', - 'downloadables' => 'Prodotti Scaricabili', - 'confirm-new-password' => 'Conferma nuova password', - 'enter-current-password' => 'Inserisci la password attuale', - 'download' => 'Scarica', - 'no-file-available' => 'Nessun file disponibile!', - - 'alert' => [ - 'info' => 'Info', - 'error' => 'Errore', - 'success' => 'Successo', - 'warning' => 'Attenzione', - ], - ], - 'wishlist' => [ - 'add-wishlist-text' => 'Aggiungi prodotto a wishlist', - 'remove-wishlist-text' => 'Rimuovi prodotti da wishlist' - ] - ], - - 'responsive' => [ - 'header' => [ - 'done' => 'Fatto', - 'languages' => 'Lingue', - 'greeting' => 'Benvenuto, :customer !', - ] - ], -] - -?> \ No newline at end of file diff --git a/resources/lang/vendor/velocity/ja/app.php b/resources/lang/vendor/velocity/ja/app.php deleted file mode 100644 index 6a5e9e2fb..000000000 --- a/resources/lang/vendor/velocity/ja/app.php +++ /dev/null @@ -1,301 +0,0 @@ - [ - 'system' => [ - 'velocity' => [ - 'general' => '一般的な', - 'category' => 'カテゴリー', - 'settings' => '設定', - 'extension_name' => '速度のテーマ', - 'error-module-inactive' => '警告:Velocityテーマのステータスは非アクティブです', - ], - 'settings' => [ - 'channels' => [ - 'subscription_bar' => 'サブスクリプションバーのコンテンツ' - ], - ], - 'general' => [ - 'status' => '状態', - 'active' => 'アクティブ', - 'inactive' => '非活性', - ], - 'category' => [ - 'all' => 'すべて', - 'left' => '左', - 'right' => '正しい', - 'active' => 'アクティブ', - 'custom' => 'カスタム', - 'inactive' => '非活性', - 'image-alignment' => '画像の配置', - 'icon-status' => 'カテゴリアイコンステータス', - 'image-status' => 'カテゴリー画像ステータス', - 'sub-category-show' => 'サブカテゴリーを表示', - 'image-height' => '画像の高さ(ピクセル単位)', - 'image-width' => '画像の幅[ピクセル単位]', - 'show-tooltip' => 'カテゴリのツールチップを表示', - 'num-sub-category' => 'サブカテゴリーの数', - ] - ], - - 'layouts' => [ - 'velocity' => '速度', - 'cms-pages' => 'CMSページ', - 'meta-data' => 'メタデータ', - 'category-menu' => 'カテゴリーメニュー', - 'header-content' => 'ヘッダーコンテンツ', - ], - - 'contents' => [ - 'self' => '自己', - 'active' => 'アクティブ', - 'new-tab' => '新しいタブ', - 'inactive' => '非活性', - 'title' => 'コンテンツリスト', - 'select' => '- 選択する -', - 'add-title' => 'コンテンツを追加', - 'btn-add-content' => 'コンテンツを追加', - 'save-btn-title' => 'コンテンツを保存', - 'autocomplete' => '[オートコンプリート]', - 'no-result-found' => 'レコードが見つかりません。', - 'search-hint' => 'ここで製品を検索...', - 'mass-delete-success' => '選択したコンテンツは正常に削除されました。', - 'tab' => [ - 'page' => 'ページ設定', - 'content' => 'コンテンツ設定', - 'meta_content' => 'メタデータ', - ], - 'page' => [ - 'title' => '題名', - 'status' => '状態', - 'position' => 'ポジション', - ], - 'content' => [ - 'content-type' => 'コンテンツタイプ', - 'custom-title' => 'カスタムタイトル', - 'category-slug' => 'カテゴリースラッグ', - 'link-target' => 'ページリンクターゲット', - 'custom-product' => 'ストア製品', - 'custom-heading' => 'カスタム見出し', - 'catalog-type' => '製品カタログのタイプ', - 'static-description' => 'コンテンツの説明', - 'page-link' => 'ページリンク[例: http://example.com/../../]', - ], - 'datagrid' => [ - 'id' => 'Id', - 'title' => '題名', - 'status' => '状態', - 'position' => 'ポジション', - 'content-type' => 'コンテンツタイプ', - ] - ], - - 'meta-data' => [ - 'footer' => 'フッター', - 'title' => '速度メタデータ', - 'activate-slider' => 'スライダーをアクティブにする', - 'home-page-content' => 'ホームページコンテンツ', - 'footer-left-content' => 'フッター左コンテンツ', - 'subscription-content' => 'サブスクリプションバーのコンテンツ', - 'sidebar-categories' => 'サイドバーのカテゴリ', - 'header_content_count' => 'ヘッダーコンテンツ数', - 'footer-left-raw-content' => '

私たちはソフトウェアを作成し、バイナリで現実世界の問題を解決するのが大好きです。私達は私達の目標に非常にコミットしています。私たちはリソースを投資して、最先端のテクノロジーの専門知識を活用し、一流のエンタープライズビジネス向けの使いやすいソフトウェアとアプリケーションを作成します。

', - 'slider-path' => 'スライダーパス', - 'category-logo' => 'カテゴリーロゴ', - 'product-policy' => '製品ポリシー', - 'update-meta-data' => 'メタデータを更新', - 'product-view-image' => '製品ビュー画像', - 'advertisement-two' => '広告2つの画像', - 'advertisement-one' => '広告1つの画像', - 'footer-middle-content' => 'フッターミドルコンテンツ', - 'advertisement-four' => '広告4つの画像', - 'advertisement-three' => '広告3つの画像', - 'images' => '画像', - 'general' => '一般的な', - 'add-image-btn-title' => '画像を追加' - ], - - 'category' => [ - 'save-btn-title' => '保存メニュー', - 'title' => 'カテゴリーメニュー一覧', - 'add-title' => 'メニューコンテンツを追加', - 'edit-title' => 'メニューコンテンツの編集', - 'btn-add-category' => 'カテゴリコンテンツを追加', - 'datagrid' => [ - 'category-id' => 'カテゴリID', - 'category-name' => '種別名', - 'category-icon' => 'カテゴリーアイコン', - 'category-status' => '状態', - ], - 'tab' => [ - 'general' => '一般的な', - ], - 'status' => '状態', - 'active' => 'アクティブ', - 'inactive' => '非活性', - 'select' => '- 選択する -', - 'icon-class' => 'アイコンクラス', - 'select-category' => 'カテゴリーを選択', - 'tooltip-content' => 'ツールチップの内容', - 'mass-delete-success' => '選択したカテゴリメニューを削除しました。', - ], - - 'general' => [ - 'locale_logo' => 'ロケールロゴ', - ], - ], - - 'home' => [ - 'view-all' => 'すべてを見る', - 'add-to-cart' => 'カートに追加', - 'hot-categories' => '人気のカテゴリ', - 'payment-methods' => 'お支払い方法', - 'customer-reviews' => 'カスタマーレビュー', - 'shipping-methods' => '輸送方法', - 'popular-categories' => '人気のカテゴリー', - ], - - 'header' => [ - 'cart' => 'カート', - 'guest' => 'ゲスト', - 'logout' => 'ログアウト', - 'title' => 'アカウント', - 'account' => 'アカウント', - 'profile' => 'プロフィール', - 'wishlist' => 'ウィッシュリスト', - 'all-categories' => 'すべてのカテゴリ', - 'search-text' => 'ここで製品を検索', - 'welcome-message' => 'ようこそ、:customer_name', - 'dropdown-text' => 'カート、注文、ウィッシュリストを管理する', - ], - - 'menu-navbar' => [ - 'text-more' => 'もっと', - 'text-category' => 'カテゴリーで選ぶ', - ], - - 'minicart' => [ - 'cart' => 'カート', - 'view-cart' => 'カート', - ], - - 'checkout' => [ - 'qty' => '数量', - 'checkout' => 'チェックアウト', - 'cart' => [ - 'view-cart' => 'かごの中身を見る', - 'cart-summary' => 'カートの概要', - ], - 'qty' => '数量', - 'items' => 'アイテム', - 'subtotal' => '小計', - 'sub-total' => '小計', - 'proceed' => 'チェックアウトに進む', - ], - - 'customer' => [ - 'compare' => [ - 'text' => '比較する', - 'compare_similar_items' => '類似アイテムを比較する', - 'add-tooltip' => '製品を追加して比較リスト', - 'added' => 'アイテムを比較リストに追加しました', - 'already_added' => 'アイテムは比較リストに既に追加されています', - 'removed' => '比較リストからアイテムを削除しました', - 'empty-text' => "比較リストにアイテムがありません", - 'product_image' => '商品画像', - 'actions' => '行動', - ], - 'login-form' => [ - 'sign-up' => 'サインアップ', - 'new-customer' => '新規のお客様', - 'customer-login' => 'お客様ログイン', - 'registered-user' => '登録ユーザー', - 'your-email-address' => 'メールアドレス', - 'form-login-text' => 'アカウントをお持ちの場合は、メールアドレスでログインしてください。', - ], - 'signup-form' => [ - 'login' => 'ログインする', - 'become-user' => 'ユーザーになる', - 'user-registration' => 'ユーザー登録', - 'form-sginup-text' => 'あなたが私たちの店に初めている場合は、メンバーとして喜んでいます。', - ], - 'forget-password' => [ - 'login' => 'ログインする', - 'forgot-password' => 'パスワードをお忘れですか', - 'recover-password' => 'パスワードを回復', - 'recover-password-text' => 'パスワードを忘れた場合は、メールアドレスを入力してパスワードを回復してください。', - ], - 'wishlist' => [ - 'remove-all-success' => 'ウィッシュリストからすべてのアイテムが削除されました', - ], - ], - - 'error' => [ - 'go-to-home' => '家に帰る', - 'page-lost-short' => 'ページが失われたコンテンツ', - 'something_went_wrong' => '問題が発生しました', - 'page-lost-description' => "お探しのページはご利用いただけません。もう一度検索するか、下の[戻る]ボタンを使用してください。", - ], - - 'products' => [ - 'text' => '製品', - 'details' => '細部', - 'reviews-title' => 'レビュー', - 'reviewed' => '審査', - 'review-by' => 'によるレビュー', - 'quick-view' => 'クイックビュー', - 'not-available' => '利用不可', - 'submit-review' => 'レビュー送信', - 'ratings' => ':totalRatings 評価', - 'reviews-count' => ':totalReviews レビュー', - 'customer-rating' => 'お客様の評価', - 'more-infomation' => '詳しくは', - 'view-all-reviews' => 'すべてのレビューを表示', - 'write-your-review' => 'レビューを書く', - 'short-description' => '短い説明', - 'recently-viewed' => '最近見た製品', - 'be-first-review' => '最初のレビューを書く', - ], - - 'shop' => [ - 'gender' => [ - 'male' => '男性', - 'other' => 'その他の', - 'female' => '女性', - ], - 'general' => [ - 'no' => '番号', - 'yes' => 'はい', - 'view' => '見る', - 'filter' => 'フィルタ', - 'orders' => '注文', - 'update' => '更新', - 'reviews' => 'レビュー', - 'currencies' => '通貨', - 'addresses' => '住所', - 'top-brands' => 'トップブランド', - 'new-password' => '新しいパスワード', - 'downloadables' => 'ダウンロード可能な製品', - 'confirm-new-password' => '新しいパスワードを確認', - 'enter-current-password' => '現在のパスワードを入力してください', - 'alert' => [ - 'info' => '情報', - 'error' => 'エラー', - 'success' => '成功', - 'warning' => '警告', - ], - ], - 'wishlist' => [ - 'add-wishlist-text' => '製品をウィッシュリストに追加', - 'remove-wishlist-text' => 'ウィッシュリストから商品を削除', - ] - ], - - 'responsive' => [ - 'header' => [ - 'done' => 'できた', - 'languages' => '言語', - 'greeting' => 'ようこそ、:customer !', - ] - ], -]; diff --git a/resources/lang/vendor/velocity/nl/app.php b/resources/lang/vendor/velocity/nl/app.php deleted file mode 100644 index faf9d5cbe..000000000 --- a/resources/lang/vendor/velocity/nl/app.php +++ /dev/null @@ -1,303 +0,0 @@ - [ - 'system' => [ - 'velocity' => [ - 'general' => 'Algemeen', - 'category' => 'Categorie', - 'settings' => 'Instellingen', - 'extension_name' => 'Velocity Thema', - 'error-module-inactive' => 'Waarschuwing: Velocity thema status is inactief', - ], - - 'settings' => [ - 'channels'=> [ - 'subscription_bar' => 'Subscription bar content' - ], - ], - - 'general' => [ - 'status' => 'Status', - 'active' => 'Actief', - 'inactive' => 'Inactief', - ], - 'category' => [ - 'all' => 'Allemaal', - 'left' => 'links', - 'right' => 'Rechtsaf', - 'active' => 'Actief', - 'custom' => 'Op maat', - 'inactive' => 'Inactief', - 'image-alignment' => 'Beelduitlijning', - 'icon-status' => 'Categorie pictogramstatus', - 'image-status' => 'Categorie Afbeeldingsstatus', - 'sub-category-show' => 'Subcategorie weergeven', - 'image-height' => 'Hoogte van afbeelding [in pixel]', - 'image-width' => 'Breedte van afbeelding [in pixel]', - 'show-tooltip' => 'Knopinfo van categorie weergeven', - 'num-sub-category' => 'Nummer van subcategorie', - ] - ], - 'layouts' => [ - 'velocity' => 'Velocity', - 'cms-pages' => 'CMS Pagina\s', - 'meta-data' => 'Metagegevens', - 'category-menu' => 'Categorie Menu', - 'header-content' => 'Kopinhoud', - ], - 'contents' => [ - 'self' => 'Zelf', - 'active' => 'Actief', - 'new-tab' => 'Nieuw tabblad', - 'inactive' => 'Inactief', - 'title' => 'Inhoudslijst', - 'select' => '-- Selecteer --', - 'add-title' => 'Content toevoegen', - 'btn-add-content' => 'Inhoud toevoegen', - 'save-btn-title' => 'Bewaar inhoud', - 'autocomplete' => '[Automatisch aanvullen]', - 'no-result-found' => 'Geen record gevonden.', - 'search-hint' => 'Zoek hier het product...', - 'mass-delete-success' => 'Geselecteerde inhoud is succesvol verwijderd.', - 'tab' => [ - 'page' => 'Pagina-instelling', - 'content' => 'Inhoudsinstelling', - 'meta_content' => 'Metagegevens', - ], - 'page' => [ - 'title' => 'Titel', - 'status' => 'Status', - 'position' => 'Positie', - ], - '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' => 'Inhoud omschrijving', - 'page-link' => 'Page Link [e.g. http://example.com/../../]', - ], - 'datagrid' => [ - 'id' => 'Id', - 'title' => 'Title', - 'status' => 'Status', - 'position' => 'Position', - 'content-type' => 'Content Type', - ] - ], - 'meta-data' => [ - 'footer' => 'Voettekst', - 'title' => 'Velocity metadata', - 'activate-slider' => 'Activeer slider', - 'home-page-content' => 'Startpagina-inhoud', - 'footer-left-content' => 'Inhoud voettekst links', - 'subscription-content' => 'Abonnementsbalk Inhoud', - 'sidebar-categories' => 'Sidebar categorieën', - 'header_content_count' => 'Header Content Count', - 'footer-left-raw-content' => '

We houden ervan om software te maken en de echte wereldproblemen met de binaire bestanden op te lossen. We zijn zeer toegewijd aan onze doelen. We investeren onze middelen om gebruiksvriendelijke software en applicaties van wereldklasse te creëren met de allerbeste, geavanceerde technologie-expertise.

', - 'slider-path' => 'Schuifpad', - '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' - ], - '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', - 'datagrid' => [ - 'category-id' => 'Category Id', - 'category-name' => 'Category Name', - 'category-icon' => 'Category Icon', - 'category-status' => 'Status', - ], - 'tab' => [ - 'general' => 'Algemeen', - ], - '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.', - ], - 'general' => [ - 'locale_logo' => 'Locale Logo', - ], - ], - - 'home' => [ - 'view-all' => 'Bekijk alles', - 'add-to-cart' => 'In Winkelwagen', - 'hot-categories' => 'Hot Categories', - 'payment-methods' => 'Payment Methods', - 'customer-reviews' => 'Customer Reviews', - 'shipping-methods' => 'Shipping Methods', - 'popular-categories' => 'Popular Categories', - ], - - 'header' => [ - 'cart' => 'Winkelwagen', - 'cart' => 'Winkelwagen', - 'guest' => 'Gast', - 'logout' => 'Afmelden', - 'title' => 'Account', - 'account' => 'Account', - 'profile' => 'Profiel', - 'wishlist' => 'Verlanglijst', - 'all-categories' => 'Alle Categorieën', - 'search-text' => 'Zoek uw product hier..', - 'welcome-message' => 'Welkom, :customer_name', - 'dropdown-text' => 'Beheer Winkelwagen, Bestellingen & Verlanglijst', - ], - - 'menu-navbar' => [ - 'text-more' => 'More', - 'text-category' => 'Winkel per categorie', - ], - - 'minicart' => [ - 'cart' => 'Winkelwagen', - 'view-cart' => 'Bekijk winkelwagen', - ], - - 'checkout' => [ - 'qty' => 'Aantal', - 'checkout' => 'Checkout', - 'cart' => [ - 'view-cart' => 'Bekijk winkelwagen', - 'cart-summary' => 'Winkelwagen overzicht', - ], - 'qty' => 'Aantal', - 'items' => 'Items', - 'subtotal' => 'Subtotaal', - 'sub-total' => 'Sub Totaal', - 'proceed' => 'Ga naar de kassa', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Compare', - 'compare_similar_items' => 'Compare Similar Items', - 'add-tooltip' => 'Voeg product toe aan vergelijkingslijst', - 'added' => 'Item successfully added to compare list', - 'already_added' => 'Item already added to compare list', - 'removed' => 'Item successfully removed from compare list', - 'removed-all' => 'Alle items zijn met succes verwijderd uit de vergelijkingslijst', - 'empty-text' => "You don't have any items in your compare list", - 'product_image' => 'Product Image', - 'actions' => 'Actions', - ], - 'login-form' => [ - 'sign-up' => 'Registreren', - 'new-customer' => 'Nieuwe klant', - 'customer-login' => 'Aanmelden', - 'registered-user' => 'Geregistreerde gebruiker', - 'your-email-address' => 'Uw e-mailadres', - 'form-login-text' => 'Indien u een account hebt, kan u aanmelden met uw e-mailadres.', - ], - 'signup-form' => [ - 'login' => 'Aanmelden', - 'become-user' => 'Klant worden', - 'user-registration' => 'User Registration', - 'form-sginup-text' => 'Als u nieuw bent in onze winkel, willen we u graag als lid hebben.', - ], - 'forget-password' => [ - 'login' => 'Login', - 'forgot-password' => 'Forgot Password', - 'recover-password' => 'Recover Password', - 'recover-password-text' => 'Als u uw wachtwoord bent vergeten, kan u dit herstellen door uw e-mailadres in te voeren..', - ], - 'wishlist' => [ - 'remove-all-success' => 'Alle items van je verlanglijst zijn verwijderd', - ], - ], - - 'error' => [ - 'go-to-home' => 'Ga naar de startpagina', - '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.", - ], - - 'products' => [ - 'text' => 'Producten', - 'details' => 'Details', - 'reviews-title' => 'Reviews', - 'reviewed' => 'Reviewed', - 'review-by' => 'Review by', - 'quick-view' => 'Quick View', - 'not-available' => 'Niet beschikbaar', - 'submit-review' => 'Review versturen', - 'ratings' => ':totalRatings Ratings', - 'reviews-count' => ':totalReviews Reviews', - 'customer-rating' => 'Gemiddelde klantwaardering', - 'more-infomation' => 'Meer informatie', - 'view-all-reviews' => 'Bekijk alle reviews', - 'write-your-review' => 'Schrijf een review', - 'short-description' => 'Korte omschrijving', - 'recently-viewed' => 'Recent bekeken producten', - 'be-first-review' => 'Wees de eerste om een review te schrijven.', - ], - - 'shop' => [ - 'gender' => [ - 'male' => 'Man', - 'other' => 'Anders', - 'female' => 'Vrouw', - ], - 'general' => [ - 'no' => 'No', - 'yes' => 'Yes', - 'view' => 'View', - 'filter' => 'Filter', - 'orders' => 'Orders', - 'update' => 'Bijwerken', - 'reviews' => 'Reviews', - 'addresses' => 'Adressen', - 'download' => 'Downloaden', - 'currencies' => 'Currencies', - 'top-brands' => 'Top merken', - 'new-password' => 'Nieuw wachtwoord', - 'downloadables' => 'Downloadable Products', - 'enter-current-password' => 'Huidig wachtwoord', - 'no-file-available' => 'Geen bestand beschikbaar!', - 'confirm-new-password' => 'Bevestig uw nieuw wachtwoord', - - 'alert' => [ - 'info' => 'Info', - 'error' => 'Fout', - 'success' => 'Success', - 'warning' => 'Waarschuwing', - ], - ], - 'wishlist' => [ - 'add-wishlist-text' => 'Toevoegen aan verlanglijst', - 'remove-wishlist-text' => 'Remove product from wishlist' - ] - ], - - 'responsive' => [ - 'header' => [ - 'greeting' => 'Welkom, :customer !', - ] - ], -] - -?> diff --git a/resources/lang/vendor/velocity/pl/app.php b/resources/lang/vendor/velocity/pl/app.php deleted file mode 100644 index ca76df1d3..000000000 --- a/resources/lang/vendor/velocity/pl/app.php +++ /dev/null @@ -1,303 +0,0 @@ - [ - 'system' => [ - 'velocity' => [ - 'general' => 'Ogólne', - 'category' => 'Kategoria', - 'settings' => 'Ustawienia', - 'extension_name' => 'Motyw Velocity', - 'error-module-inactive' => 'Ostrzeżenie: status motywu prędkości jest nieaktywny', - ], - - 'settings' => [ - 'channels'=> [ - 'subscription_bar' => 'Treść paska subskrypcji' - ], - ], - - 'general' => [ - 'status' => 'Status', - 'active' => 'Aktywny', - 'inactive' => 'nieaktywne', - ], - 'category' => [ - 'all' => ' Wszystkie', - 'left' => 'Lewa', - 'right' => 'Prawa', - 'active' => 'Aktywna', - 'custom' => 'Niestandardowa', - 'inactive' => 'Nieaktywna', - 'image-alignment' => 'Wyrównanie obrazu', - 'icon-status' => 'Status ikony kategorii', - 'image-status' => 'Status obrazu kategorii', - 'sub-category-show' => 'Pokaż podkategorię', - 'image-height' => 'Wysokość Obrazu(ów) Height [in Pixel]', - 'image-width' => 'Szerokość obrazu(ów) [w pikselach]', - 'show-tooltip' => 'Pokaż etykietę kategorii', - 'num-sub-category' => 'Liczba podkategorii', - ] - ], - 'layouts' => [ - 'velocity' => 'Velocity', - 'cms-pages' => 'Strony CMS', - 'meta-data' => 'Meta Ddane', - 'category-menu' => 'Menu kategorii', - 'header-content' => 'Treść nagłówka', - ], - 'contents' => [ - 'self' => 'Sam', - 'active' => 'Aktywny', - 'new-tab' => 'Nowa karta', - 'inactive' => 'Nieaktywny', - 'title' => 'Spis treści', - 'select' => '-- Wybierz --', - 'add-title' => 'Dodaj treść', - 'btn-add-content' => 'Dodaj treść', - 'save-btn-title' => 'Zapisz treść', - 'autocomplete' => '[Autouzupełnianie]', - 'no-result-found' => 'Nie znaleziono rekordu.', - 'search-hint' => 'Tutaj wyszukasz produkt ...', - 'mass-delete-success' => 'Wybrane treści zostały pomyślnie usunięte.', - 'tab' => [ - 'page' => 'Ustawienia strony', - 'content' => 'Ustawienia zawartości', - 'meta_content' => 'Meta dane', - ], - 'page' => [ - 'title' => 'Tytuł', - 'status' => 'Status', - 'position' => 'Pozycja', - ], - 'content' => [ - 'content-type' => 'Rodzaj zawartości', - 'custom-title' => 'Niestandardowy tytuł', - 'category-slug' => 'Wzór kategorii', - 'link-target' => 'Docelowy link do strony', - 'custom-product' => 'Produkty sklepowe', - 'custom-heading' => 'Niestandardowy nagłówek', - 'catalog-type' => 'Rodzaj katalogu produktu', - 'static-description' => 'Opis treści', - 'page-link' => 'Page Link [e.g. http://example.com/../../]', - ], - 'datagrid' => [ - 'id' => 'Id', - 'title' => 'Tytuł', - 'status' => 'Status', - 'position' => 'Pozycja', - 'content-type' => 'Rodzaj zawartości', - ] - ], - 'meta-data' => [ - 'footer' => 'Stopka', - 'title' => 'Meta dane Velocity ', - 'activate-slider' => 'Aktywuj Slider(suwak)', - 'home-page-content' => 'Treść strony głównej', - 'footer-left-content' => 'Zawartość lewejstrony stopki', - 'subscription-content' => 'Treść paska subskrypcji', - 'sidebar-categories' => 'kategorie paska bocznego', - 'header_content_count' => 'Header Content Count', - 'footer-left-raw-content' => '

Uwielbiamy tworzyć oprogramowanie i rozwiązywać rzeczywiste problemy z plikami binarnymi. Jesteśmy bardzo zaangażowani w realizację naszych celów. Inwestujemy olbrzymie zasoby w tworzenie światowej klasy łatwego w użyciu oprogramowania oraz aplikacji dla firm oraz użytkowników prywatnych , w oparciu o najnowszą wiedzę technologiczną

', - 'slider-path' => 'Ścieżka Slidera (suwaka)', - 'category-logo' => 'Logo kategorii', - 'product-policy' => 'Polityka produktu', - 'update-meta-data' => 'Aktualizuj metadane', - 'product-view-image' => 'Obraz widoku produktu', - 'advertisement-two' => 'Dwa obrazy reklamy', - 'advertisement-one' => 'jeden obraz reklamy', - 'footer-middle-content' => 'Stopka treść środka', - 'advertisement-four' => 'Cztery obrazy reklamy', - 'advertisement-three' => 'Trzy obrazy reklamy', - 'images' => 'Obrazy', - 'general' => 'Ogólne', - 'add-image-btn-title' => 'Dodaj obraz' - ], - 'category' => [ - 'save-btn-title' => 'Zapisz menu', - 'title' => 'Lista menu kategorii', - 'add-title' => 'Dodaj zawartość menu', - 'edit-title' => 'Edytuj zawartość menu', - 'btn-add-category' => 'Dodaj treść kategorii', - 'datagrid' => [ - 'category-id' => 'Identyfikator kategorii', - 'category-name' => 'Nazwa kategorii', - 'category-icon' => 'Ikona kategorii', - 'category-status' => 'Status', - ], - 'tab' => [ - 'general' => 'Ogólny', - ], - 'status' => 'Status', - 'active' => 'Aktywny', - 'inactive' => 'Nieaktywne', - 'select' => '-- Wybierz --', - 'icon-class' => ' Ikona klasy', - 'select-category' => 'Wybierz kategorię', - 'tooltip-content' => ' Treść podpowiedzi', - 'mass-delete-success' => 'Wybrane menu kategorii zostało pomyślnie usunięte.', - ], - 'general' => [ - 'locale_logo' => 'Logo lokalizacji', - ], - ], - - 'home' => [ - 'view-all' => 'Wyświetl wszystko', - 'add-to-cart' => 'Dodaj do koszyka', - 'hot-categories' => 'Popularne kategorie', - 'payment-methods' => 'Metody płatności', - 'customer-reviews' => 'Opinie klientów', - 'shipping-methods' => 'metody wysyłki', - 'popular-categories' => 'Popularne kategorie', - ], - - 'header' => [ - 'cart' => 'Koszyk', - 'cart' => 'Koszyk', - 'guest' => 'Gość', - 'logout' => 'Wyloguj', - 'title' => 'Konto”', - 'account' => 'Konto”', - 'profile' => 'Profil', - 'wishlist' => 'Lista wyboru', - 'all-categories' => 'Wszystkie kategorie', - 'search-text' => 'Tutaj wyszukasz produkty', - 'welcome-message' => 'Witaj!, :customer_name', - 'dropdown-text' => 'Zarządzaj koszykiem, zamówieniami i listą wyboru', - ], - - 'menu-navbar' => [ - 'text-more' => 'Więcej', - 'text-category' => 'upuj według kategorii', - ], - - 'minicart' => [ - 'cart' => 'Koszyk', - 'view-cart' => 'Zobacz koszyk', - ], - - 'checkout' => [ - 'qty' => 'Ilość', - 'checkout' => 'Płatność', - 'cart' => [ - 'view-cart' => 'Wyświetl koszyk', - 'cart-summary' => 'Podsumowanie koszyka', - ], - 'qty' => 'Ilość', - 'items' => 'Produkty', - 'subtotal' => 'Suma częściowa', - 'sub-total' => 'Suma cząstkowa', - 'proceed' => 'Przejdź do płatności', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Porównaj', - 'compare_similar_items' => 'Porównaj podobne przedmioty', - 'add-tooltip' => 'Dodaj produkt do listy porównawczej', - 'added' => 'Produkt został pomyślnie dodany do listy porównania', - 'already_added' => 'Produkt został już dodany do listy porównawczej', - 'removed' => 'Produkt został pomyślnie usunięty z listy porównawcze', - 'removed-all' => 'Wszystkie pozycje zostały pomyślnie usunięte z listy porównawczej', - 'empty-text' => 'Nie masz żadnych pozycji na liście porównawczej', - ], - 'login-form' => [ - 'sign-up' => 'Zarejestruj się', - 'new-customer' => 'Nowy klient', - 'customer-login' => 'Login klienta', - 'registered-user' => 'Zarejestrowany użytkownik', - 'your-email-address' => 'Twój adres e-mail', - 'form-login-text' => 'Jeśli posiadasz konto, zaloguj się za pomocą swojego adresu e-mail.', - ], - 'signup-form' => [ - 'login' => 'Login', - 'become-user' => 'Zostań użytkownikiem', - 'user-registration' => 'Rejestracja użytkownika', - 'form-sginup-text' => 'Cieszymy się, że jesteś z nami. Zarejestruj się by zostać członkiem', - ], - 'forget-password' => [ - 'login' => 'Login', - 'forgot-password' => 'Zapomniałeś hasła', - 'recover-password' => 'Odzyskaj hasło', - 'recover-password-text' => 'Jeśli zapomniałeś hasła, odzyskaj je, wprowadzając adres e-mail rejestracji', - ], - 'wishlist' => [ - 'remove-all-success' => 'Wszystkie pozycje z Twojej listy życzeń zostały usunięte', - ], - ], - - 'error' => [ - 'go-to-home' => 'IDŹ DO GŁOWNEJ', - 'page-lost-short' => 'Strona straciła treść ', - 'something_went_wrong' => 'Coś poszło nie tak', - 'page-lost-description' => "Strona, której szukasz, jest niedostępna. Spróbuj wyszukać ponownie lub użyj przycisku Wstecz poniżej.", - ], - - 'products' => [ - 'text' => 'Produkty', - 'details' => 'Szczegóły', - 'reviews-title' => 'Recenzje', - 'reviewed' => 'Reviewed', - 'review-by' => 'Recenzja od', - 'quick-view' => 'Szybki podgląd', - 'not-available' => 'Niedostępny', - 'submit-review' => 'Prześlij recenzję', - 'ratings' => 'Oceny :totalRatings', - 'reviews-count' => 'Recenzje :totalReviews', - 'customer-rating' => 'Ocena klienta', - 'more-infomation' => 'Więcej informacji', - 'view-all-reviews' => 'Wyświetl wszystkie recenzje', - 'write-your-review' => 'Napisz swoją recenzję', - 'short-description' => 'Krótkie opisy', - 'recently-viewed' => 'Ostatnio oglądane produkty', - 'be-first-review' => 'Bądź pierwszym, który napisze recenzję', - ], - - 'shop' => [ - 'gender' => [ - 'male' => 'Mężczyzna', - 'other' => 'Inne', - 'female' => 'Kobiela', - ], - 'general' => [ - 'no' => 'Nie', - 'yes' => 'tak', - 'view' => 'Widok', - 'filter' => 'Filtr', - 'orders' => 'Zamówienia', - 'update' => 'Aktualizacje', - 'reviews' => 'Recenzje', - 'addresses' => 'Adresy', - 'currencies' => 'Currencies', - 'top-brands' => 'Najlepsze marki', - 'new-password' => 'Nowe hasło', - 'downloadables' => 'Produkty do pobrania', - 'confirm-new-password' => 'Potwierdź nowe hasło', - 'enter-current-password' => 'Wpisz swoje aktualne hasło', - 'download' => 'Pobieranie', - 'no-file-available' => 'Brak dostępnego pliku!', - - 'alert' => [ - 'info' => 'Info', - 'error' => 'Błąd', - 'success' => 'Sukces', - 'warning' => 'Ostrzeżenia', - ], - ], - 'wishlist' => [ - 'add-wishlist-text' => 'Dodaj produkt do listy wyboru', - 'remove-wishlist-text' => 'Usuń produkt z listy wyboru' - ] - ], - - 'responsive' => [ - 'header' => [ - 'done' => 'Gotowe', - 'languages' => 'Języki', - 'greeting' => 'Witaj!, :customer !', - ] - ], -] - -?> \ No newline at end of file diff --git a/resources/lang/vendor/velocity/pt_BR/app.php b/resources/lang/vendor/velocity/pt_BR/app.php deleted file mode 100644 index fa50ef2ab..000000000 --- a/resources/lang/vendor/velocity/pt_BR/app.php +++ /dev/null @@ -1,304 +0,0 @@ - [ - 'system' => [ - 'velocity' => [ - 'general' => 'Geral', - 'category' => 'Categoria', - 'settings' => 'Configurações', - 'extension_name' => 'Velocity Tema', - 'error-module-inactive' => 'Atenção: Tema Velocity está inativo', - ], - - 'settings' => [ - 'channels'=> [ - 'subscription_bar' => 'Conteúdo da barra de inscrição' - ], - ], - - 'general' => [ - 'status' => 'Status', - 'active' => 'Ativo', - 'inactive' => 'Inativo', - ], - 'category' => [ - 'all' => 'Todos', - 'left' => 'Esquerda', - 'right' => 'Direita', - 'active' => 'Ativo', - 'custom' => 'Personalizar', - 'inactive' => 'Inativo', - 'image-alignment' => 'Alinhamento da Imagem', - 'icon-status' => 'Status do Ícone da Categoria', - 'image-status' => 'Status da Imagem de Categoria', - 'sub-category-show' => 'Mostrar Subcategorias', - 'image-height' => 'Altura da Imagem [em Pixel]', - 'image-width' => 'Largura da Imagem [em Pixel]', - 'show-tooltip' => 'Mostrar Sugestão de Categoria', - 'num-sub-category' => 'Número de Subcategorias', - ] - ], - 'layouts' => [ - 'velocity' => 'Velocity', - 'cms-pages' => 'CMS Páginas', - 'meta-data' => 'Meta Data', - 'category-menu' => 'Categoria Menu', - 'header-content' => 'Cabeçalho Conteúdo', - ], - 'contents' => [ - 'self' => 'Auto', - 'active' => 'Ativo', - 'new-tab' => 'Nova Aba', - 'inactive' => 'Inativo', - 'title' => 'Lista de Conteúdo', - 'select' => '-- Selecione --', - 'add-title' => 'Adicionar Conteúdo', - 'btn-add-content' => 'Add Conteúdo', - 'save-btn-title' => 'Salvar Conteúdo', - 'autocomplete' => '[Autocompletar]', - 'no-result-found' => 'Nenhum registo encontrado.', - 'search-hint' => 'Busque produtos aqui...', - 'mass-delete-success' => 'Conteúdo selecionado excluído com sucesso.', - 'tab' => [ - 'page' => 'Configuração da Página', - 'content' => 'Configuração do Conteúdo', - 'meta_content' => 'Meta Data', - ], - 'page' => [ - 'title' => 'Título', - 'status' => 'Status', - 'position' => 'Posição', - ], - 'content' => [ - 'content-type' => 'Tipo de Conteúdo', - 'custom-title' => 'Título Customizado', - 'category-slug' => 'Slug da Categoria', - 'link-target' => 'Destino do Link da Página', - 'custom-product' => 'Produtos da Loja', - 'custom-heading' => 'Cabeçalho Customizado', - 'catalog-type' => 'Tipo de Catálogo de Produtos', - 'static-description' => 'Descrição do Conteúdo', - 'page-link' => 'Link da Página [e.g. http://example.com/../../]', - ], - 'datagrid' => [ - 'id' => 'Id', - 'title' => 'Título', - 'status' => 'Status', - 'position' => 'Posisção', - 'content-type' => 'Tipo de Conteúdo', - ] - ], - 'meta-data' => [ - 'footer' => 'Rodapé', - 'title' => 'Velocity meta data', - 'activate-slider' => 'Ativar Slider', - 'home-page-content' => 'Conteúdo da Página Inicial', - 'footer-left-content' => 'Conteúdo Rodapé Esquerdo', - 'subscription-content' => 'Conteúdo da Barra de Inscrição', - 'sidebar-categories' => 'Sidebar Categories', - 'header_content_count' => 'Header Content Count', - 'footer-left-raw-content' => '

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.

', - 'slider-path' => 'Caminho do Slider', - 'category-logo' => 'Logo da Categoria', - 'product-policy' => 'Política de Produto', - 'update-meta-data' => 'Atualizar Meta Data', - 'product-view-image' => 'Imagem da Visualização do produto', - 'advertisement-two' => 'Anúncio Duas Imagens', - 'advertisement-one' => 'Anúncio Uma Imagem', - 'footer-middle-content' => 'Rodapé Conteúdo do Meio', - 'advertisement-four' => 'Anúncio Quatro Imagens', - 'advertisement-three' => 'Anúncio Três Imagens', - 'images' => 'Imagens', - 'general' => 'Geral', - 'add-image-btn-title' => 'Add Imagem' - ], - 'category' => [ - 'save-btn-title' => 'Salvar Menu', - 'title' => 'Lista de Categorias Menu', - 'add-title' => 'Adicionar Conteúdo do Menu', - 'edit-title' => 'Editar Conteúdo do Menu', - 'btn-add-category' => 'Add Conteúdo da Categoria', - 'datagrid' => [ - 'category-id' => 'Categoria Id', - 'category-name' => 'Categoria Nome', - 'category-icon' => 'Categoria Ícone', - 'category-status' => 'Status', - ], - 'tab' => [ - 'general' => 'Geral', - ], - 'status' => 'Status', - 'active' => 'Ativo', - 'inactive' => 'Inativo', - 'select' => '-- Selecionar --', - 'icon-class' => 'Classe do Ícone', - 'select-category' => 'Escolha a Categoria', - 'tooltip-content' => 'Conteúdo da Dica', - 'mass-delete-success' => 'Menu de categorias selecionadas excluído com sucesso.', - ], - 'general' => [ - 'locale_logo' => 'Logotipo da liguagem', - ], - ], - - 'home' => [ - 'view-all' => 'Ver tudo', - 'add-to-cart' => 'Adicionar ao carrinho', - 'hot-categories' => 'Categorias quentes', - 'shipping-methods' => 'Métodos de Envio', - 'payment-methods' => 'Métodos de Pagamento', - 'popular-categories' => 'Categorias populares', - 'customer-reviews' => 'Opinião dos consumidores', - ], - - 'header' => [ - 'cart' => 'Carrinho', - 'guest' => 'Cliente', - 'logout' => 'Sair', - 'title' => 'Minha Conta', - 'account' => 'Minha Conta', - 'profile' => 'Conta', - 'wishlist' => 'Lista de Desejo', - 'all-categories' => 'Toda Loja', - 'search-text' => 'Pesquise produtos aqui', - 'welcome-message' => 'Bem-vindo, :customer_name', - 'dropdown-text' => 'Configurar Carrinho, Pedidos & Listas de Desejo', - 'sign-in' => 'Entrar', - 'sign-up' => 'Criar Conta' - ], - - 'menu-navbar' => [ - 'text-more' => 'Mais', - 'text-category' => 'Comprar por categoria', - ], - - 'minicart' => [ - 'cart' => 'Carrinho', - 'view-cart' => 'Ver carrinho', - ], - - 'checkout' => [ - 'qty' => 'Qtd', - 'checkout' => 'Finalizar Compra', - 'cart' => [ - 'view-cart' => 'Ver Carrinho', - 'cart-summary' => 'Resumo do Carrinho', - 'cart-subtotal' => 'Subtotal', - ], - 'qty' => 'Qtd', - 'items' => 'Itens', - 'subtotal' => 'Subtotal', - 'sub-total' => 'Sub Total', - 'proceed' => 'Finalizar Compra', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Comparar', - 'compare_similar_items' => 'Comparar itens semelhantes', - 'add-tooltip' => 'Adicionar produto à lista de comparação', - 'already_added' => 'Item já adicionado à lista de comparação', - 'added' => 'Item adicionado com sucesso à lista de comparação', - 'removed' => 'Item removido com sucesso da lista de comparação', - 'removed-all' => 'Todos os itens removidos com sucesso da lista de comparação', - 'empty-text' => "Você não possui nenhum item na sua lista de comparação", - 'product_image' => 'Imagem do Produto', - 'actions' => 'Ações', - ], - 'login-form' => [ - 'sign-up' => 'Cadastrar', - 'new-customer' => 'Novo cliente', - 'customer-login' => 'Login do cliente', - 'registered-user' => 'Usuário Registrado', - 'your-email-address' => 'Seu endereço de email', - 'form-login-text' => 'Se você possui uma conta, entre com seu endereço de e-mail.', - ], - 'signup-form' => [ - 'login' => 'Conecte-se', - 'become-user' => 'Torne-se usuário', - 'user-registration' => 'Registro de Usuário', - 'form-sginup-text' => 'Se você é novo em nossa loja, desejamos tê-lo como membro.', - ], - 'forget-password' => [ - 'login' => 'Conecte-se', - 'forgot-password' => 'Esqueceu a senha', - 'recover-password' => 'Recuperar Senha', - 'recover-password-text' => 'Se você esqueceu sua senha, recupere-a digitando seu endereço de e-mail.', - ], - 'wishlist' => [ - 'remove-all-success' => 'Todos os itens da sua lista de desejos foram removidos', - ], - ], - - 'error' => [ - 'go-to-home' => 'Vá para Página Inicial', - 'something_went_wrong' => 'algo deu errado', - 'page-lost-short' => 'Conteúdo perdido da página', - 'page-lost-description' => "A página que você está procurando não está disponível. Tente pesquisar novamente ou use o botão Voltar abaixo.", - ], - - 'products' => [ - 'text' => 'Produtos', - 'details' => 'Detalhes', - 'reviewed' => 'Revisada', - 'reviews' => 'Avaliações', - 'review-by' => 'Revisão por', - 'quick-view' => 'Olhada rápida', - 'submit-review' => 'Enviar revisão', - 'not-available' => 'Não disponível', - 'ratings' => ':total Ratings Avaliações', - 'reviews-count' => ':total Reviews Avaliações', - 'more-infomation' => 'Mais Informações', - 'short-description' => 'Descrições breves', - 'customer-rating' => 'Avaliação do cliente', - 'write-your-review' => 'Escreva sua revisão', - 'view-all-reviews' => 'Ver todos os comentários', - 'recently-viewed' => 'Produtos vistos recentemente', - 'be-first-review' => 'Seja o primeiro a escrever um comentário', - ], - - 'shop' => [ - 'gender' => [ - 'female' => 'Mulher', - 'male' => 'Homem', - 'other' => 'Outro', - ], - 'general' => [ - 'no' => 'Não', - 'yes' => 'Sim', - 'view' => 'Visão', - 'filter' => 'Filtro', - 'update' => 'Atualizar', - 'orders' => 'Encomendas', - 'reviews' => 'Avaliações', - 'addresses' => 'Endereços', - 'new-password' => 'Nova senha', - 'top-brands' => 'Marcas de topo', - 'downloadables' => 'Produtos para download', - 'confirm-new-password' => 'Confirme a nova senha', - 'enter-current-password' => 'Digite sua senha atual', - 'download' => 'Baixar', - 'no-file-available' => 'Nenhum arquivo disponível!', - - 'alert' => [ - 'info' => 'Informações', - 'error' => 'Erro', - 'success' => 'Sucesso', - 'warning' => 'Atenção', - ], - ], - 'wishlist' => [ - 'add-wishlist-text' => 'Adicionar produto à lista de desejos', - 'remove-wishlist-text' => 'Remover produto da lista de desejos', - ], - ], - - 'responsive' => [ - 'header' => [ - 'greeting' => 'Bem-vindo, :customer !', - ] - ], -] - -?> diff --git a/resources/lang/vendor/velocity/tr/app.php b/resources/lang/vendor/velocity/tr/app.php deleted file mode 100644 index 2e1a43534..000000000 --- a/resources/lang/vendor/velocity/tr/app.php +++ /dev/null @@ -1,302 +0,0 @@ - [ - 'system' => [ - 'velocity' => [ - 'general' => 'Genel', - 'category' => 'Kategori', - 'settings' => 'Ayarlar', - 'extension_name' => 'Velocity Teması', - 'error-module-inactive' => 'Uyarı: Velocity teması pasif durumda!', - ], - - 'settings' => [ - 'channels'=> [ - 'subscription_bar' => 'Abonelik çubuğu içeriği' - ], - ], - - 'general' => [ - 'status' => 'Durum', - 'active' => 'Aktif', - 'inactive' => 'Pasif', - ], - 'category' => [ - 'all' => 'Tümü', - 'left' => 'Sol', - 'right' => 'Sağ', - 'active' => 'Aktif', - 'custom' => 'Özel', - 'inactive' => 'Pasif', - 'image-alignment' => 'Görsel Hizalama', - 'icon-status' => 'Kategori İkon Durumu', - 'image-status' => 'Kategori Görsel Durumu', - 'sub-category-show' => 'Alt Kategori Göster', - 'image-height' => 'Görsel Yükseklik [Pixel]', - 'image-width' => 'Görsel Genişlik [Pixel]', - 'show-tooltip' => 'Kategori Aracını Göster', - 'num-sub-category' => 'Alt Kategori Sayısı', - ] - ], - 'layouts' => [ - 'velocity' => 'Velocity', - 'cms-pages' => 'CMS Sayfaları', - 'meta-data' => 'Meta Bilgisi', - 'category-menu' => 'Kategori Menüsü', - 'header-content' => 'Üstbilgi İçeriği', - ], - 'contents' => [ - 'self' => 'Aynı', - 'active' => 'Aktif', - 'new-tab' => 'Yeni Sekme', - 'inactive' => 'Pasif', - 'title' => 'İçerik Listesi', - 'select' => '-- Seçiniz --', - 'add-title' => 'İçerik Ekle', - 'btn-add-content' => 'İçerik Ekle', - 'save-btn-title' => 'İçerik Kaydet', - 'autocomplete' => '[Otomatik Tamamlama]', - 'no-result-found' => 'Kayıt bulunamadı.', - 'search-hint' => 'Ürün arayın...', - 'mass-delete-success' => 'Seçili içerik başarıyla silindi.', - 'tab' => [ - 'page' => 'Sayfa Ayarları', - 'content' => 'İçerik Ayarları', - 'meta_content' => 'Meta Bilgisi', - ], - 'page' => [ - 'title' => 'Başlık', - 'status' => 'Durum', - 'position' => 'Konum', - ], - 'content' => [ - 'content-type' => 'İçerik Tipi', - 'custom-title' => 'Özel Başlık', - 'category-slug' => 'Kategori URL', - 'link-target' => 'Sayfa Link Hedefi', - 'custom-product' => 'Mağaza Ürünleri', - 'custom-heading' => 'Mağaza Başlığı', - 'catalog-type' => 'Ürün Katalog Tipi', - 'static-description' => 'İÇerik Açıklaması', - 'page-link' => 'Sayfa Linki [örn. http://example.com/../../]', - ], - 'datagrid' => [ - 'id' => 'Id', - 'title' => 'Başlık', - 'status' => 'Durum', - 'position' => 'Konum', - 'content-type' => 'İçerik Tipi', - ] - ], - 'meta-data' => [ - 'footer' => 'Alt Kısım', - 'title' => 'Velocity Meta Bilgisi', - 'activate-slider' => 'Slider Etkinleştir', - 'home-page-content' => 'Ana Sayfa İçeriği', - 'footer-left-content' => 'Alt Sol İçeriği', - 'subscription-content' => 'Abonelik Çubuğu İçeriği', - 'sidebar-categories' => 'Yan Kategoriler', - 'header_content_count' => 'Header Content Count', - 'footer-left-raw-content' => '

Yazılımlar üretmeyi ve dünyada karşılaştığımız sorunları bu şekilde çözmeyi çok seviyoruz. Hedeflerimize büyük önem veriyor, en iyi olduğumuz teknoloji uzmanlığı ile kurumsal işleriniz için birin sınıf kullanıcı dostu yazılım ve uygulamalar oluşturmak için kaynaklarımıza yatırım yapıyoruz.

', - 'slider-path' => 'Slider Yolu', - 'category-logo' => 'Kategori Logosu', - 'product-policy' => 'Ürün Politikası', - 'update-meta-data' => 'Meta Bilgisi Güncelle', - 'product-view-image' => 'Ürün Görselini Görüntüle', - 'advertisement-two' => 'İki Görselli Reklam', - 'advertisement-one' => 'Rek Görsel Reklamı', - 'footer-middle-content' => 'Orta İçerikli Alt Kısım', - 'advertisement-four' => 'Dört Görselli Reklam', - 'advertisement-three' => 'Üç Görselli Reklam', - 'images' => 'Görseller', - 'general' => 'Genel', - 'add-image-btn-title' => 'Görsel Ekle' - ], - 'category' => [ - 'save-btn-title' => 'Menü Kaydet', - 'title' => 'Kategori Menü Listesi', - 'add-title' => 'Menü İçeriği Ekle', - 'edit-title' => 'Menü İçeriği Düzenle', - 'btn-add-category' => 'Menü İçeriği Ekle', - 'datagrid' => [ - 'category-id' => 'Kategori No', - 'category-name' => 'Kategori Adı', - 'category-icon' => 'Kategori İkonu', - 'category-status' => 'Durum', - ], - 'tab' => [ - 'general' => 'Genel', - ], - 'status' => 'Durum', - 'active' => 'Aktif', - 'inactive' => 'Pasif', - 'select' => '-- Seçiniz --', - 'icon-class' => 'İkon Sınıfı', - 'select-category' => 'Kategori Seçiniz', - 'tooltip-content' => 'İpucu İçeriği', - 'mass-delete-success' => 'Seçili katego menüsü başarıyla silindi.', - ], - 'general' => [ - 'locale_logo' => 'Dil Logosu', - ], - ], - - 'home' => [ - 'view-all' => 'Tümünü Görüntüle', - 'add-to-cart' => 'Sepete Ekle', - 'hot-categories' => 'Güncel Kategoriler', - 'payment-methods' => 'Ödeme Metodu', - 'customer-reviews' => 'Müşteri İncelemesi', - 'shipping-methods' => 'Teslimat Şekli', - 'popular-categories' => 'Popüler Kategoriler', - ], - - 'header' => [ - 'cart' => 'Alışveriş Sepeti', - 'guest' => 'Ziyaretçi', - 'logout' => 'Çıkış Yap', - 'title' => 'Hesap', - 'account' => 'Hesap', - 'profile' => 'Profil', - 'wishlist' => 'Dilek Listesi', - 'all-categories' => 'Tüm Kategoriler', - 'search-text' => 'Ürünleri arayın', - 'welcome-message' => 'Hoşgeldiniz, :customer_name', - 'dropdown-text' => 'Sepete Gözat, Siparişler & Dilek Listesi', - ], - - 'menu-navbar' => [ - 'text-more' => 'Dahası', - 'text-category' => 'Kategorilere Gözat', - ], - - 'minicart' => [ - 'cart' => 'Alışveriş Sepeti', - 'view-cart' => 'Sepeti Görüntüle', - ], - - 'checkout' => [ - 'qty' => 'Miktar', - 'checkout' => 'Satın Al', - 'cart' => [ - 'view-cart' => 'Sepeti Görüntüle', - 'cart-summary' => 'Sepet Özeti', - ], - 'items' => 'Ürünler', - 'subtotal' => 'Ara Toplam', - 'sub-total' => 'Ara Toplam', - 'proceed' => 'Satın Al', - ], - - 'customer' => [ - 'compare' => [ - 'text' => 'Karşılaştır', - 'compare_similar_items' => 'Benzer Ürünleri Karşılaştır', - 'add-tooltip' => 'Karşılaştırma listesine ürün ekle', - 'added' => 'Ürün karşılaştırma listesine başarıyla eklendi.', - 'already_added' => 'Ürün zaten karşılaştırma listesinde yer alıyor.', - 'removed' => 'Ürün karşılaştırma listesinden başarıyla kaldırıldı.', - 'removed-all' => 'Tüm Öğeler karşılaştırma listesinden başarıyla kaldırıldı', - 'empty-text' => "Karşılaştırma listenizde henüz ürün bulunmuyor.", - 'product_image' => 'Ürün Görseli', - 'actions' => 'Eylemler', - ], - 'login-form' => [ - 'sign-up' => 'Üye Ol', - 'new-customer' => 'Yeni Müşteri', - 'customer-login' => 'Müşteri Girişi', - 'registered-user' => 'Kayıtlı Kullanıcı', - 'your-email-address' => 'Mail Adresiniz', - 'form-login-text' => 'Hesabınız varsa, mail adresinizle giriş yapınız.', - ], - 'signup-form' => [ - 'login' => 'Giriş Yap', - 'become-user' => 'Kullanıcı Olun', - 'user-registration' => 'Kullanıcı Kaydı', - 'form-sginup-text' => 'Eğer mağazamızda yeniyseniz, sizleri üye olarak aramızda görmekten memnuniyet duyarız.', - ], - 'forget-password' => [ - 'login' => 'Giriş Yap', - 'forgot-password' => 'Parolamı Unuttum', - 'recover-password' => 'Parolamı Yenile', - 'recover-password-text' => 'Parolanızı unuttuysanız, mail adresinizi girerek yeni parola talebinde bulunun.', - ], - 'wishlist' => [ - 'remove-all-success' => 'İstek listenizdeki tüm öğeler kaldırıldı', - ], - ], - - 'error' => [ - 'go-to-home' => 'Ana Sayfaya Git', - 'page-lost-short' => 'Sayfa içeriği kayboldu', - 'something_went_wrong' => 'bir şeyler ters gitti', - 'page-lost-description' => "Ulaşmaya çalıştığınız sayfa bulunamıyor. Lütfen tekrar arayın ya da Geri Dön butonuna tıklayınız.", - ], - - 'products' => [ - 'text' => 'Ürünler', - 'details' => 'Detaylar', - 'reviews-title' => 'İncelemeler', - 'reviewed' => 'İncelendi', - 'review-by' => 'İnceleyen', - 'quick-view' => 'Ürün Önizleme', - 'not-available' => 'Stokta Yok', - 'submit-review' => 'İnceleme Yaz', - 'ratings' => ':totalRatings Oylama', - 'reviews-count' => ':totalReviews İnceleme', - 'customer-rating' => 'Müşteri Oylaması', - 'more-infomation' => 'Detaylı Bilgi', - 'view-all-reviews' => 'Tüm İncelemeleri Görüntüle', - 'write-your-review' => 'İnceleme Yazınız', - 'short-description' => 'Kısa Açıklamalar', - 'recently-viewed' => 'En Son Gezdiğiniz Ürünler', - 'be-first-review' => 'Bu ürüne ilk siz inceleme girin!', - ], - - 'shop' => [ - 'gender' => [ - 'male' => 'Erkek', - 'other' => 'Diğer', - 'female' => 'Kadın', - ], - 'general' => [ - 'no' => 'Hayır', - 'yes' => 'Evet', - 'view' => 'Görüntüle', - 'filter' => 'Filtrele', - 'orders' => 'Siparişler', - 'update' => 'Güncelle', - 'reviews' => 'İncelemeler', - 'addresses' => 'Adresler', - 'top-brands' => 'Öncü Markalar', - 'new-password' => 'Yeni Parola', - 'downloadables' => 'İndirilebilir Ürünler', - 'confirm-new-password' => 'Parola Doğrula', - 'enter-current-password' => 'Mevcut Parolanızı Girin', - 'download' => 'İndir', - 'no-file-available' => 'Dosya Yok!', - - 'alert' => [ - 'info' => 'Bilgi', - 'error' => 'Hata', - 'success' => 'Başarılı', - 'warning' => 'Uyarı', - ], - ], - 'wishlist' => [ - 'add-wishlist-text' => 'Ürünü dilek listenize ekleyin', - 'remove-wishlist-text' => 'Ürünü dilek listenizden kaldırın' - ] - ], - - 'responsive' => [ - 'header' => [ - 'done' => 'Tamamlandı', - 'languages' => 'Diller', - 'greeting' => 'Hoşgeldiniz, :customer !', - ] - ], -] - -?>