Removed vendor lang folder
This commit is contained in:
parent
6df5fc0123
commit
18a6f131f7
|
|
@ -20,7 +20,7 @@ package-lock.json
|
|||
/public/storage
|
||||
/public/themes
|
||||
/public/vendor
|
||||
/resources/lang/vendor
|
||||
/lang/vendor
|
||||
/storage/*.key
|
||||
/storage/dcc-data/
|
||||
/vendor
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -1,774 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => 'معرف ضريبة القيمة المضافة المحدد له تنسيق خاطئ',
|
||||
'security-warning' => 'تم العثور على نشاط مريب',
|
||||
'nothing-to-delete' => 'ليس هناك شيء لحذفه',
|
||||
|
||||
'layouts' => [
|
||||
'my-account' => 'حسابي',
|
||||
'profile' => 'الملف الشخصي',
|
||||
'address' => 'العنوان',
|
||||
'reviews' => 'المراجعات',
|
||||
'wishlist' => 'قائمة الأمنيات',
|
||||
'orders' => 'الطبات',
|
||||
'downloadable-products' => 'المنتجات القابلة للتحميل',
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'حدث خطأ. الرجاء المحاولة لاحقاً.',
|
||||
'image-upload-limit' => 'أقصى حجم لتحميل الصورة هو 2 ميغا بايت',
|
||||
'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' => 'الكلمات الأساسية التي تم تحليلها',
|
||||
'image-search-option' => 'خيار البحث عن الصور',
|
||||
],
|
||||
|
||||
'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' => 'تمت إزالة جميع العناصر بنجاح من قائمة المقارنة',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'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' => 'إعادة إرسال البريد الإلكتروني للتحقق مرة أخرى',
|
||||
'show-password' => 'عرض كلمة المرور',
|
||||
],
|
||||
|
||||
'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' => 'كلمة مرور خاطئة !',
|
||||
],
|
||||
|
||||
'default-address' => 'Default Address',
|
||||
],
|
||||
|
||||
'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' => 'تاريخ الطلب',
|
||||
'invoice-date' => 'تاريخ الفاتورة',
|
||||
'payment-terms' => 'شروط الدفع',
|
||||
'bill-to' => 'الفاتورة إلى',
|
||||
'ship-to' => 'يشحن إلى',
|
||||
'contact' => 'معلومات الإتصال',
|
||||
'refunds' => 'المسترجع',
|
||||
'individual-refund' => '#:refund_id مسترجع',
|
||||
'adjustment-refund' => 'تعديلات عملية الإسترجاع',
|
||||
'adjustment-fee' => 'تكلفة تعديلات عملية الإسترجاع',
|
||||
'cancel-confirm-msg' => 'هل أنت متأكد من أنك تريد إلغاء هذا الطلب ؟',
|
||||
'tracking-number' => 'Tracking Number',
|
||||
],
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'page-title' => 'العملاء - قائمة الامنيات',
|
||||
'title' => 'قائمة الأمنيات',
|
||||
'deleteall' => 'احذف الكل',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'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' => 'كل الأشياء من قائمة أمانيك قد أزيلت',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'downloadable_products' => [
|
||||
'title' => 'المنتجات القابلة للتحميل',
|
||||
'order-id' => 'رقم التعريف الخاص بالطلب',
|
||||
'date' => 'تاريخ',
|
||||
'name' => 'عنوان',
|
||||
'status' => 'الحالة',
|
||||
'pending' => 'قيد الانتظار',
|
||||
'available' => 'متاح',
|
||||
'expired' => 'منتهية الصلاحية',
|
||||
'remaining-downloads' => 'التنزيلات المتبقية',
|
||||
'unlimited' => 'غير محدود',
|
||||
'download-error' => 'انتهت صلاحية رابط التنزيل.',
|
||||
'payment-error' => 'Payment has not been done for this download.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'المراجعات',
|
||||
'page-title' => 'مراجعات العملاء',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => '#:id مراجعة',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'هل أنت متأكد أنك تريد حذف هذه المراجعة؟',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'حذف الكل',
|
||||
'confirmation-message' => 'هل أنت متأكد أنك تريد حذف جميع المراجعات؟',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'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' => 'قارن الخيارات',
|
||||
'wishlist-options' => 'Wishlist Options',
|
||||
'offers' => 'Buy :qty for :price each and save :discount%',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
// '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' => 'واصل التسوق',
|
||||
'continue-registration' => 'متابعة التسجيل',
|
||||
'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.',
|
||||
],
|
||||
'minimum-order-message' => 'الحد الأدنى لمبلغ الطلب هو :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'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' => 'موجز الفاتورة',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
|
||||
'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 العزيز',
|
||||
'dear-admin' => ':admin_name العزيز',
|
||||
'greeting' => 'مرحبا بك وشكرا للتسجيل معنا',
|
||||
'greeting-admin' => 'لديك تسجيل عميل جديد.',
|
||||
'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: بنجاح',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,774 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => 'প্রদত্ত ভ্যাট আইডির একটি ভুল বিন্যাস আছে',
|
||||
'security-warning' => 'সন্দেহজনক কার্যকলাপ পাওয়া গেছে!!!',
|
||||
'nothing-to-delete' => 'মোছার কিছু নেই',
|
||||
|
||||
'layouts' => [
|
||||
'my-account' => 'আমার অ্যাকাউন্ট',
|
||||
'profile' => 'প্রোফাইল',
|
||||
'address' => 'ঠিকানা',
|
||||
'reviews' => 'রিভিউ',
|
||||
'wishlist' => 'ইচ্ছেতালিকা',
|
||||
'orders' => 'আদেশ',
|
||||
'downloadable-products' => 'ডাউনলোডযোগ্য পণ্য',
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'কিছু ভুল হয়েছে। পরে আবার চেষ্টা করুন.',
|
||||
'image-upload-limit' => 'ছবির সর্বোচ্চ আপলোড সাইজ 2MB',
|
||||
'no-result-found' => 'আমরা কোনো রেকর্ড খুঁজে পাইনি।',
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'page-title' => "config('app.name')। ' - বাড়ি",
|
||||
'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' => "config('app.name')।' - অনুসন্ধান",
|
||||
'found-results' => 'অনুসন্ধান ফলাফল পাওয়া গেছে',
|
||||
'found-result' => 'অনুসন্ধান ফলাফল পাওয়া গেছে',
|
||||
'analysed-keywords' => 'বিশ্লেষিত কীওয়ার্ড',
|
||||
'image-search-option' => 'ইমেজ সার্চ অপশন',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'title' => 'শিরোনাম',
|
||||
'add-review-page-title' => 'পর্যালোচনা যোগ করুন',
|
||||
'write-review' => 'একটি পর্যালোচনা লিখুন',
|
||||
'review-title' => 'আপনার পর্যালোচনার একটি শিরোনাম দিন',
|
||||
'product-review-page-title' => 'পণ্য পর্যালোচনা',
|
||||
'rating-reviews' => 'রেটিং ও রিভিউ',
|
||||
'submit' => 'জমা দিন',
|
||||
'delete-all' => 'সমস্ত পর্যালোচনা সফলভাবে মুছে ফেলা হয়েছে',
|
||||
'ratingreviews' => ':রেটিং রেটিং এবং :রিভিউ রিভিউ',
|
||||
'star' => 'তারকা',
|
||||
'percentage' => ':শতাংশ %',
|
||||
'id-star' => 'তারকা',
|
||||
'name' => 'নাম',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' =>'তুলনা করা',
|
||||
'compare_similar_items' => 'অনুরূপ আইটেম তুলনা করুন',
|
||||
'add-tooltip' => 'তালিকা তুলনা করতে পণ্য যোগ করুন',
|
||||
'added' => 'আইটেম সফলভাবে তুলনা তালিকায় যোগ করা হয়েছে',
|
||||
'already_added' => 'আইটেম ইতিমধ্যেই তুলনা তালিকায় যোগ করা হয়েছে',
|
||||
'removed' => 'আইটেম সফলভাবে তুলনা তালিকা থেকে সরানো হয়েছে',
|
||||
'removed-all' => 'সমস্ত আইটেম সফলভাবে তুলনা তালিকা থেকে সরানো হয়েছে',
|
||||
'confirm-remove-all' => 'আপনি কি নিশ্চিত যে আপনি সমস্ত তুলনা আইটেম মুছে ফেলতে চান?',
|
||||
'empty-text' => "আপনার তুলনা তালিকায় কোনো আইটেম নেই",
|
||||
'product_image' => 'পণ্যের ছবি',
|
||||
'actions' => 'ক্রিয়া',
|
||||
],
|
||||
|
||||
'signup-text' => [
|
||||
'account_exists' => 'Already have an account',
|
||||
'title' => 'Sign In',
|
||||
],
|
||||
|
||||
'signup-form' => [
|
||||
'page-title' => 'নতুন গ্রাহক অ্যাকাউন্ট তৈরি করুন',
|
||||
'title' => 'নিবন্ধন করুন',
|
||||
'firstname' => 'নামের প্রথম অংশ',
|
||||
'lastname' => 'নামের শেষাংশ',
|
||||
'email' => 'ইমেল',
|
||||
'password' => 'পাসওয়ার্ড',
|
||||
'confirm_pass' => 'পাসওয়ার্ড নিশ্চিত করুন',
|
||||
'button_title' => 'নিবন্ধন',
|
||||
'agree' => 'একমত',
|
||||
'terms' => 'শর্তাবলী',
|
||||
'conditions' => 'শর্ত',
|
||||
'using' => 'এই ওয়েবসাইট ব্যবহার করে',
|
||||
'agreement' => 'চুক্তি',
|
||||
'subscribe-to-newsletter' => 'নিউজলেটার সদস্যতা',
|
||||
'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' => '© কপিরাইট :বছর ওয়েবকুল সফটওয়্যার, সর্বস্বত্ব সংরক্ষিত',
|
||||
'invalid-creds' => 'অনুগ্রহ করে আপনার শংসাপত্র পরীক্ষা করুন এবং আবার চেষ্টা করুন।',
|
||||
'verify-first' => 'প্রথমে আপনার ইমেল অ্যাকাউন্ট যাচাই করুন।',
|
||||
'not-activated' => 'আপনার অ্যাক্টিভেশন অ্যাডমিনের অনুমোদন চায়',
|
||||
'resend-verification' => 'আবার যাচাইকরণ মেইল পুনরায় পাঠান',
|
||||
'show-password' => 'পাসওয়ার্ড দেখাও',
|
||||
|
||||
],
|
||||
|
||||
'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' => 'ভ্যাট আইডি',
|
||||
'title' => 'ঠিকানা সম্পাদনা করুন',
|
||||
'street-address' => 'রাস্তার ঠিকানা',
|
||||
'submit' => 'ঠিকানা সংরক্ষণ করুন',
|
||||
'success' => 'ঠিকানা সফলভাবে আপডেট হয়েছে।',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'success' => 'ঠিকানা সফলভাবে মুছে ফেলা হয়েছে',
|
||||
'failure' => 'ঠিকানা মুছে ফেলা যাবে না',
|
||||
'wrong-password' => 'ভুল গোপন নম্বর !',
|
||||
],
|
||||
|
||||
'default-address' => 'ডিফল্ট ঠিকানা',
|
||||
],
|
||||
|
||||
'order' => [
|
||||
'index' => [
|
||||
'page-title' => 'আদেশ',
|
||||
'title' => 'আদেশ',
|
||||
'order_id' => 'অর্ডার আইডি',
|
||||
'date' => 'তারিখ',
|
||||
'status' => 'স্থিতি',
|
||||
'total' => 'মোট',
|
||||
'order_number' => 'অর্ডার নম্বর',
|
||||
'processing' => 'প্রসেসিং',
|
||||
'completed' => 'সমাপ্ত',
|
||||
'canceled' => 'বাতিল',
|
||||
'closed' => 'বন্ধ',
|
||||
'pending' => 'বিচারাধীন',
|
||||
'pending-payment' => 'অপেক্ষারত পেমেন্ট',
|
||||
'fraud' => 'প্রতারণা',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'অর্ডার #: অর্ডার_আইডি',
|
||||
'info' => 'তথ্য',
|
||||
'placed-on' => 'স্থাপিত',
|
||||
'products-ordered' => 'প্রোডাক্ট অর্ডার করা হয়েছে',
|
||||
'invoices' => 'চালান',
|
||||
'shipments' => 'চালনা',
|
||||
'SKU' => 'SKU',
|
||||
'product-name' => 'নাম',
|
||||
'qty' => 'পরিমাণ',
|
||||
'item-status' => 'আইটেম স্ট্যাটাস',
|
||||
'item-ordered' => 'অর্ডার করা হয়েছে (:qty_ordered)',
|
||||
'item-invoice' => 'ইনভয়েস করা (:qty_invoiced)',
|
||||
'item-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' => 'ইনভয়েস #: ইনভয়েস_আইডি',
|
||||
'individual-shipment' => 'শিপমেন্ট #:শিপমেন্ট_আইডি',
|
||||
'print' => 'ছাপা',
|
||||
'invoice-id' => 'চালান আইডি',
|
||||
'order-id' => 'অর্ডার আইডি',
|
||||
'order-date' => 'অর্ডারের তারিখ',
|
||||
'invoice-date' => 'চালান তারিখ',
|
||||
'payment-terms' => 'পরিশোধের শর্ত',
|
||||
'bill-to' => 'বিল টু',
|
||||
'ship-to' => 'এ জাহাজ',
|
||||
'contact' => 'যোগাযোগ',
|
||||
'refunds' => 'রিফান্ড',
|
||||
'individual-refund' => 'রিফান্ড #:রিফান্ড_আইডি',
|
||||
'adjustment-refund' => 'অ্যাডজাস্টমেন্ট রিফান্ড',
|
||||
'adjustment-fee' => 'অ্যাডজাস্টমেন্ট ফি',
|
||||
'cancel-btn-title' => 'বাতিল',
|
||||
'tracking-number' => 'ট্র্যাকিং নম্বর',
|
||||
'cancel-confirm-msg' => 'আপনি কি নিশ্চিত আপনি এই অর্ডার বাতিল করতে চান?',
|
||||
],
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'page-title' => 'ইচ্ছেতালিকা',
|
||||
'title' => 'ইচ্ছেতালিকা',
|
||||
'deleteall' => 'সব মুছে ফেলুন',
|
||||
'confirm-delete-all' => 'আপনি কি নিশ্চিত যে আপনি সমস্ত ইচ্ছা তালিকা মুছে ফেলতে চান?',
|
||||
'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' => 'আপনার পছন্দের তালিকা থেকে সমস্ত আইটেম সরানো হয়েছে',
|
||||
'save' => 'সংরক্ষণ',
|
||||
'share' => 'শেয়ার',
|
||||
'share-wishlist' => 'ইচ্ছা তালিকা ভাগ করুন',
|
||||
'wishlist-sharing' => 'ইচ্ছা তালিকা শেয়ারিং',
|
||||
'shared-link' => 'শেয়ারড লিংক',
|
||||
'visibility' => 'দৃশ্যমানতা',
|
||||
'public' => 'পাবলিক',
|
||||
'private' => 'ব্যক্তিগত',
|
||||
'enable' => 'সক্ষম',
|
||||
'disable' => 'অক্ষম করুন',
|
||||
'customer-name' => ":নাম' শেয়ার করা ইচ্ছা তালিকা",
|
||||
'enable-wishlist-info' => "লিঙ্ক পেতে ইচ্ছা তালিকা শেয়ারিং সক্ষম করুন।",
|
||||
'update-message' => "শেয়ারড উইশলিস্ট সেটিংস সফলভাবে আপডেট হয়েছে",
|
||||
],
|
||||
|
||||
'downloadable_products' => [
|
||||
'title' => 'ডাউনলোডযোগ্য পণ্য',
|
||||
'order-id' => 'অর্ডার আইডি',
|
||||
'date' => 'তারিখ',
|
||||
'name' => 'শিরোনাম',
|
||||
'status' => 'স্থিতি',
|
||||
'pending' => 'বিচারাধীন',
|
||||
'available' => 'উপলভ্য',
|
||||
'expired' => 'মেয়াদোত্তীর্ণ',
|
||||
'remaining-downloads' => 'বাকি ডাউনলোড',
|
||||
'unlimited' => 'আনলিমিটেড',
|
||||
'download-error' => 'ডাউনলোড লিঙ্কের মেয়াদ শেষ হয়ে গেছে।',
|
||||
'payment-error' => 'এই ডাউনলোডের জন্য অর্থপ্রদান করা হয়নি।',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'রিভিউ',
|
||||
'page-title' => 'রিভিউ',
|
||||
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'পুনঃমূল্যায়ন #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'তুমি নিশ্চিত যে তুমি এই পর্যালোচনা মুছতে চাও?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'সব মুছে ফেলুন',
|
||||
'confirmation-message' => 'আপনি কি নিশ্চিত যে আপনি সমস্ত রিভিউ মুছে ফেলতে চান?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'layered-nav-title' => 'দোকানে',
|
||||
'price-label' => 'এত কম যে',
|
||||
'remove-filter-link-title' => 'সব পরিষ্কার করে দাও',
|
||||
'filter-to' => 'প্রতি',
|
||||
'sort-by' => 'ক্রমানুসার',
|
||||
'from-a-z' => 'A-Z থেকে',
|
||||
'from-z-a' => "জেড-এ' থেকে",
|
||||
'newest-first' => 'নতুন প্রথম',
|
||||
'oldest-first' => 'প্রাচীনতম প্রথম',
|
||||
'cheapest-first' => 'সস্তা প্রথম',
|
||||
'expensive-first' => 'প্রথম ব্যয়বহুল',
|
||||
'show' => 'দেখাও',
|
||||
'pager-info' => 'দেখানো হচ্ছে :মোট আইটেমগুলির মধ্যে দেখানো হচ্ছে',
|
||||
'description' => 'বর্ণনা',
|
||||
'specification' => 'স্পেসিফিকেশন',
|
||||
'total-reviews' => ':মোট পর্যালোচনা',
|
||||
'total-rating' => ':total_rating রেটিং এবং :total_reviews পর্যালোচনা',
|
||||
'by' => 'নামে',
|
||||
'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' => 'সেটিংস',
|
||||
'compare_options' => 'বিকল্প তুলনা করুন',
|
||||
'wishlist-options' => 'ইচ্ছা তালিকা বিকল্প',
|
||||
'offers' => 'প্রতিটি মূল্যের জন্য: পরিমাণ কিনুন এবং সংরক্ষণ করুন: ছাড়%',
|
||||
'tax-inclusive' => 'সমস্ত ট্যাক্স সহ',
|
||||
],
|
||||
|
||||
'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' => 'শপিং চালিয়ে যান',
|
||||
'continue-registration' => 'নিবন্ধন চালিয়ে যান',
|
||||
'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' => 'একটি আইটেম নিষ্ক্রিয় এবং কার্ট থেকে সরানো হয়েছে৷',
|
||||
'inactive-add' => 'নিষ্ক্রিয় আইটেম কার্টে যোগ করা যাবে না।',
|
||||
],
|
||||
'quantity-error' => 'প্রার্থিত পরিমাণ উপলব্ধ নয়।',
|
||||
'cart-subtotal' => 'কার্ট উপমোট',
|
||||
'cart-remove-action' => 'আপনি কি সত্যিই এটি করতে চান?',
|
||||
'partial-cart-update' => 'শুধুমাত্র কিছু পণ্য(গুলি) আপডেট করা হয়েছে',
|
||||
'link-missing' => '',
|
||||
'event' => [
|
||||
'expired' => 'এই ইভেন্টের মেয়াদ শেষ হয়ে গেছে।',
|
||||
],
|
||||
'minimum-order-message' => 'ন্যূনতম অর্ডারের পরিমাণ হল :অ্যামাউন্ট',
|
||||
'suspended-account-message' => 'আপনার অ্যাকাউন্ট স্থগিত করা হয়েছে.',
|
||||
'check-shipping-address' => 'অনুগ্রহ করে শিপিং ঠিকানা চেক করুন।',
|
||||
'check-billing-address' => 'বিলিং ঠিকানা চেক করুন।',
|
||||
'specify-shipping-method' => 'অনুগ্রহ করে শিপিং পদ্ধতি উল্লেখ করুন।',
|
||||
'specify-payment-method' => 'অনুগ্রহ করে অর্থপ্রদানের পদ্ধতি উল্লেখ করুন।',
|
||||
],
|
||||
|
||||
'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' => 'প্রিয়:গ্রাহকের_নাম',
|
||||
'dear-admin' => 'প্রিয় :অ্যাডমিন_নাম',
|
||||
'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' => 'প্রিয়:গ্রাহকের_নাম',
|
||||
'final-summary' => 'আমাদের দোকানে আপনার আগ্রহ দেখানোর জন্য ধন্যবাদ',
|
||||
'help' => 'আপনার যদি কোনো ধরনের সাহায্যের প্রয়োজন হয় তাহলে অনুগ্রহ করে আমাদের সাথে যোগাযোগ করুন : support_email',
|
||||
'thanks' => 'ধন্যবাদ!',
|
||||
],
|
||||
|
||||
'cancel' => [
|
||||
'subject' => 'অর্ডার বাতিল নিশ্চিতকরণ',
|
||||
'heading' => 'অর্ডার বাতিল',
|
||||
'dear' => 'প্রিয়:গ্রাহকের_নাম',
|
||||
'greeting' => 'অর্ডার আইডি সহ আপনার অর্ডার :order_id এ রাখা হয়েছে :created_at বাতিল করা হয়েছে',
|
||||
'summary' => 'সামরি অফ অর্ডার',
|
||||
'shipping-address' => 'প্রেরণের ঠিকানা',
|
||||
'billing-address' => 'বিলিং ঠিকানা',
|
||||
'contact' => 'যোগাযোগ',
|
||||
'shipping' => 'শিপিং পদ্ধতি',
|
||||
'payment' => 'মূল্যপরিশোধ পদ্ধতি',
|
||||
'subtotal' => 'সাবটোটাল',
|
||||
'shipping-handling' => 'শিপিং এবং হ্যান্ডলিং',
|
||||
'tax' => 'ট্যাক্স',
|
||||
'discount' => 'ছাড়',
|
||||
'grand-total' => 'সর্বমোট',
|
||||
'final-summary' => 'আমাদের দোকানে আপনার আগ্রহ দেখানোর জন্য ধন্যবাদ',
|
||||
'help' => 'আপনার যদি কোনো ধরনের সাহায্যের প্রয়োজন হয় তাহলে অনুগ্রহ করে আমাদের সাথে যোগাযোগ করুন : support_email',
|
||||
'thanks' => 'ধন্যবাদ!',
|
||||
],
|
||||
],
|
||||
|
||||
'invoice' => [
|
||||
'heading' => "আপনার চালান #:অর্ডার #:অর্ডার_আইডি'র জন্য ইনভয়েস_আইডি",
|
||||
'subject' => 'আপনার অর্ডারের জন্য চালান #:order_id',
|
||||
'summary' => 'চালানের সারাংশ',
|
||||
'reminder' => [
|
||||
'subject' => 'চালান অনুস্মারক',
|
||||
'your-invoice-is-overdue' => 'আপনার চালান :ইনভয়েস :সময়ের মধ্যে শেষ হয়ে গেছে।',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'অনুগ্রহ করে যত তাড়াতাড়ি সম্ভব আপনার পেমেন্ট করুন।',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'যদি আপনি ইতিমধ্যেই অর্থপ্রদান করে থাকেন, তাহলে শুধু এই ইমেলটিকে উপেক্ষা করুন।',
|
||||
],
|
||||
],
|
||||
|
||||
'shipment' => [
|
||||
'heading' => "শিপমেন্ট #:শিপমেন্ট_আইডি অর্ডার #:অর্ডার_আইডি'র জন্য তৈরি করা হয়েছে",
|
||||
'inventory-heading' => "নতুন চালান #:শিপমেন্ট_আইডি অর্ডার #:অর্ডার_আইডি'র জন্য তৈরি করা হয়েছে",
|
||||
'subject' => 'আপনার অর্ডারের জন্য চালান #:order_id',
|
||||
'inventory-subject' => "অর্ডার #:order_id'-এর জন্য নতুন চালান তৈরি করা হয়েছে",
|
||||
'summary' => 'শিপমেন্টের সারসংক্ষেপ',
|
||||
'carrier' => 'ক্যারিয়ার',
|
||||
'tracking-number' => 'ট্র্যাকিং নম্বর',
|
||||
'greeting' => "একটি অর্ডার :order_id :created_at'-এ স্থাপন করা হয়েছে",
|
||||
],
|
||||
|
||||
'refund' => [
|
||||
'heading' => "আপনার ফেরত #:অর্ডার #:order_id' এর জন্য রিফান্ড_আইডি",
|
||||
'subject' => 'আপনার অর্ডারের জন্য ফেরত #:order_id',
|
||||
'summary' => 'রিফান্ডের সারসংক্ষেপ',
|
||||
'adjustment-refund' => 'অ্যাডজাস্টমেন্ট রিফান্ড',
|
||||
'adjustment-fee' => 'অ্যাডজাস্টমেন্ট ফি',
|
||||
],
|
||||
|
||||
'forget-password' => [
|
||||
'subject' => 'গ্রাহক রিসেট পাসওয়ার্ড',
|
||||
'dear' => 'প্রিয়: নাম',
|
||||
'info' => 'আপনি এই ইমেলটি পাচ্ছেন কারণ আমরা আপনার অ্যাকাউন্টের জন্য একটি পাসওয়ার্ড রিসেট অনুরোধ পেয়েছি',
|
||||
'reset-password' => 'পাসওয়ার্ড রিসেট করুন',
|
||||
'final-summary' => 'আপনি যদি পাসওয়ার্ড রিসেট করার অনুরোধ না করেন, তাহলে আর কোনো পদক্ষেপের প্রয়োজন নেই',
|
||||
'thanks' => 'ধন্যবাদ!',
|
||||
],
|
||||
|
||||
'update-password' => [
|
||||
'subject' => 'পাসওয়ার্ড আপডেট করা',
|
||||
'dear' => 'প্রিয়: নাম',
|
||||
'info' => 'আপনি এই ইমেলটি পাচ্ছেন কারণ আপনি আপনার পাসওয়ার্ড আপডেট করেছেন৷',
|
||||
'thanks' => 'ধন্যবাদ!',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'new' => [
|
||||
'dear' => 'প্রিয়:গ্রাহকের_নাম',
|
||||
'username-email' => 'ব্যবহারকারীর নাম/ইমেল',
|
||||
'subject' => 'নতুন গ্রাহক নিবন্ধন',
|
||||
'password' => 'পাসওয়ার্ড',
|
||||
'summary' => 'আপনার অ্যাকাউন্ট তৈরি করা হয়েছে.
|
||||
আপনার অ্যাকাউন্টের বিশদ বিবরণ নীচে রয়েছে: ',
|
||||
'thanks' => 'ধন্যবাদ!',
|
||||
],
|
||||
|
||||
'registration' => [
|
||||
'subject' =>'নতুন গ্রাহক নিবন্ধন',
|
||||
'customer-registration' => 'গ্রাহক সফলভাবে নিবন্ধিত হয়েছে',
|
||||
'dear' => 'প্রিয়:গ্রাহকের_নাম',
|
||||
'dear-admin' => 'প্রিয় :অ্যাডমিন_নাম',
|
||||
'greeting' => 'আমাদের সাথে নিবন্ধন করার জন্য স্বাগতম এবং আপনাকে ধন্যবাদ!',
|
||||
'greeting-admin' => 'আপনার একটি নতুন গ্রাহক নিবন্ধন আছে।',
|
||||
'summary' => 'আপনার অ্যাকাউন্ট এখন সফলভাবে তৈরি করা হয়েছে এবং আপনি আপনার ইমেল ঠিকানা এবং পাসওয়ার্ড শংসাপত্র ব্যবহার করে লগইন করতে পারেন। লগ ইন করার পর, আপনি অতীতের অর্ডার পর্যালোচনা, ইচ্ছা তালিকা এবং আপনার অ্যাকাউন্টের তথ্য সম্পাদনা সহ অন্যান্য পরিষেবাগুলি অ্যাক্সেস করতে সক্ষম হবেন৷',
|
||||
'thanks' => 'ধন্যবাদ!',
|
||||
],
|
||||
|
||||
'verification' => [
|
||||
'heading' => "config('app.name')।' - ইমেইলের সত্যতা যাচাই",
|
||||
'subject' => 'যাচাই মেইল',
|
||||
'verify' => 'আপনার অ্যাকাউন্ট যাচাই করুন',
|
||||
'summary' => 'আপনি যে ইমেল ঠিকানাটি লিখেছেন সেটি আপনার কিনা তা যাচাই করার জন্য এটি মেইল।
|
||||
আপনার অ্যাকাউন্ট যাচাই করতে দয়া করে নীচের আপনার অ্যাকাউন্ট যাচাই করুন বোতামে ক্লিক করুন৷',
|
||||
],
|
||||
|
||||
'subscription' => [
|
||||
'subject' => 'সাবস্ক্রিপশন ইমেল',
|
||||
'greeting' => "স্বাগতম' . config('app.name')। '- ইমেল সাবস্ক্রিপশন",
|
||||
'unsubscribe' => 'সাবস্ক্রাইব',
|
||||
'summary' => "আমাকে আপনার ইনবক্সে রাখার জন্য ধন্যবাদ। আপনি 'পড়ার পর অনেক সময় হয়ে গেছে। config('app.name')। ' ইমেল, এবং আমরা আপনার ইনবক্সকে অভিভূত করতে চাই না। তারপরও রিসিভ করতে না চাইলে
|
||||
সর্বশেষ ইমেল বিপণনের খবর তারপর নিশ্চিতভাবে নিচের বোতামে ক্লিক করুন।",
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'webkul' => [
|
||||
'copy-right' => '© কপিরাইট :বছর ওয়েবকুল সফটওয়্যার, সর্বস্বত্ব সংরক্ষিত',
|
||||
],
|
||||
|
||||
'response' => [
|
||||
'create-success' => ':name সফলভাবে তৈরি করা হয়েছে।',
|
||||
'update-success' => ':name সফলভাবে আপডেট হয়েছে।',
|
||||
'delete-success' => ':name সফলভাবে মুছে ফেলা হয়েছে।',
|
||||
'submit-success' => ':name সফলভাবে দাখিল হল.',
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
|
@ -1,768 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => '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.',
|
||||
'image-upload-limit' => 'Die maximale Upload-Größe des Bildes beträgt 2 MB',
|
||||
'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',
|
||||
'image-search-option' => 'Image Search Option',
|
||||
],
|
||||
|
||||
'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',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'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',
|
||||
'show-password' => 'Laat wachtwoord zien',
|
||||
],
|
||||
|
||||
'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 !',
|
||||
],
|
||||
|
||||
'default-address' => 'Default Address',
|
||||
],
|
||||
|
||||
'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',
|
||||
'invoice-date' => 'Rechnungsdatum',
|
||||
'payment-terms' => 'Zahlungsbedingungen',
|
||||
'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',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'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',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'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.',
|
||||
'payment-error' => 'Payment has not been done for this download.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'Bewertungen',
|
||||
'page-title' => 'Bewertungen',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'Bewertung #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'Möchten Sie diese Bewertung wirklich löschen?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'Alles löschen',
|
||||
'confirmation-message' => 'Möchten Sie wirklich alle Bewertungen löschen?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'layered-nav-title' => 'Filtern nach',
|
||||
'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' => 'Neueste 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',
|
||||
'wishlist-options' => 'Wishlist Options',
|
||||
'offers' => 'Buy :qty for :price each and save :discount%',
|
||||
],
|
||||
|
||||
// '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',
|
||||
'continue-registration' => 'Registrierung fortsetzen',
|
||||
'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' => '',
|
||||
'minimum-order-message' => 'Mindestbestellmenge ist :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'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übersicht',
|
||||
'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',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'dear-admin' => 'Sehr geehrte/r :admin_name',
|
||||
'greeting' => 'Willkommen und vielen Dank, dass Sie sich bei uns registriert haben!',
|
||||
'greeting-admin' => 'Sie haben eine Neukundenregistrierung.',
|
||||
'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.',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,773 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => '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.',
|
||||
'image-upload-limit' => 'Image max upload size is 2MB',
|
||||
'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',
|
||||
'image-search-option' => 'Image Search Option',
|
||||
],
|
||||
|
||||
'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',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'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',
|
||||
'subscribe-to-newsletter' => 'Subscribe to newsletter',
|
||||
'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',
|
||||
'show-password' => 'Show Password',
|
||||
|
||||
],
|
||||
|
||||
'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 !',
|
||||
],
|
||||
|
||||
'default-address' => 'Default Address',
|
||||
],
|
||||
|
||||
'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',
|
||||
'invoice-date' => 'Invoice Date',
|
||||
'payment-terms' => 'Payment Terms',
|
||||
'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',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'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',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'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.',
|
||||
'payment-error' => 'Payment has not been done for this download.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'Reviews',
|
||||
'page-title' => 'Reviews',
|
||||
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'Review #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'Are you sure you want to delete this review?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'Delete All',
|
||||
'confirmation-message' => 'Are you sure you want to delete all the reviews?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'wishlist-options' => 'Wishlist Options',
|
||||
'offers' => 'Buy :qty for :price each and save :discount%',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'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',
|
||||
'continue-registration' => 'Continue Registration',
|
||||
'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 is successfully added to cart.',
|
||||
'success-remove' => 'Item is successfully removed 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.',
|
||||
],
|
||||
'minimum-order-message' => 'Minimum order amount is :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'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',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'dear-admin' => 'Dear :admin_name',
|
||||
'greeting' => 'Welcome and thank you for registering with us!',
|
||||
'greeting-admin' => 'You have one new customer registration.',
|
||||
'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.',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,769 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => 'El ID de IVA tiene un formato incorrecto',
|
||||
'security-warning' => '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.',
|
||||
'image-upload-limit' => 'El tamaño máximo de carga de la imagen es de 2 MB',
|
||||
'no-result-found' => 'No pudimos encontrar ningún registro.',
|
||||
],
|
||||
|
||||
'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' => 'Carrito',
|
||||
'profile' => 'Perfil',
|
||||
'wishlist' => 'Lista de deseos',
|
||||
'logout' => 'Salir',
|
||||
'search-text' => 'Buscar productos',
|
||||
],
|
||||
|
||||
'minicart' => [
|
||||
'view-cart' => 'Ver Carrito',
|
||||
'checkout' => 'Hacer pedido',
|
||||
'cart' => 'Carrito',
|
||||
'zero' => '0',
|
||||
],
|
||||
|
||||
'footer' => [
|
||||
'subscribe-newsletter' => 'Suscribirse al Boletín Informativo',
|
||||
'subscribe' => 'Suscríbete',
|
||||
'locale' => 'Idioma',
|
||||
'currency' => 'Moneda',
|
||||
],
|
||||
|
||||
'subscription' => [
|
||||
'unsubscribe' => 'Darse de baja',
|
||||
'subscribe' => 'Suscríbete',
|
||||
'subscribed' => 'Te has suscrito al boletín',
|
||||
'not-subscribed' => 'No se pudo suscribir al boletín, inténtalo de nuevo más tarde',
|
||||
'already' => 'Ya estás suscrito a nuestra lista de suscripciones.',
|
||||
'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' => config('app.name') . ' - Buscar',
|
||||
'found-results' => 'Resultados de la Búsqueda',
|
||||
'found-result' => 'Resultado de la Búsqueda',
|
||||
'analysed-keywords' => 'Palabras claves Analizadas',
|
||||
'image-search-option' => 'Opción de Búsqueda de Imágenes',
|
||||
],
|
||||
|
||||
'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' => 'Inicio',
|
||||
'percentage' => ':percentage %',
|
||||
'id-star' => 'inicio',
|
||||
'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',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'empty-text' => 'No tienes ningún artículo en tu lista de comparación',
|
||||
'product_image' => 'Imagen del Producto',
|
||||
'actions' => 'Acciones',
|
||||
],
|
||||
|
||||
'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',
|
||||
'subscribe-to-newsletter' => 'Suscríbete al boletín',
|
||||
'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',
|
||||
'show-password' => 'Montru Pasvorton',
|
||||
],
|
||||
|
||||
'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' => 'Ingresa tu contraseña.',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'page-title' => 'Cliente - Formulario de dirección',
|
||||
'company_name' => 'Nombre de la empresa',
|
||||
'first_name' => 'Nombres',
|
||||
'last_name' => 'Apellidos',
|
||||
'vat_id' => 'ID de IVA',
|
||||
'vat_help_note' => '[Nota: Utilice el Código de País con el ID de IVA Ej. INV01234567891]',
|
||||
'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',
|
||||
'company_name' => 'Nombre de la empresa',
|
||||
'first_name' => 'Nombres',
|
||||
'last_name' => 'Apellidos',
|
||||
'vat_id' => 'ID de IVA',
|
||||
'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' => 'Contraseña Incorrecta !',
|
||||
],
|
||||
|
||||
'default-address' => 'Default Address',
|
||||
],
|
||||
|
||||
'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' => 'Porcesando',
|
||||
'completed' => 'Completado',
|
||||
'canceled' => 'Cancelado',
|
||||
'closed' => 'Cerrado',
|
||||
'pending' => 'Pendiente',
|
||||
'pending-payment' => 'Pago Pendiente',
|
||||
'fraud' => 'Fraude',
|
||||
],
|
||||
|
||||
'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)',
|
||||
'item-refunded' => 'Reembolsado (:qty_refunded)',
|
||||
'price' => 'Precio',
|
||||
'total' => 'Total',
|
||||
'subtotal' => 'Total parcial',
|
||||
'shipping-handling' => 'Envío y Manipulación',
|
||||
'tax' => 'Impuesto',
|
||||
'discount' => 'Descuento',
|
||||
'tax-percent' => 'Porcentaje de Impuestos',
|
||||
'tax-amount' => 'Importe del 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',
|
||||
'invoice-date' => 'Fecha de la factura',
|
||||
'payment-terms' => 'Términos de pago',
|
||||
'bill-to' => 'Facturar a',
|
||||
'ship-to' => 'Envío a',
|
||||
'contact' => 'Contacto',
|
||||
'refunds' => 'Reembolsos',
|
||||
'individual-refund' => 'Reembolso #:refund_id',
|
||||
'adjustment-refund' => 'Reembolso de Ajuste',
|
||||
'adjustment-fee' => 'Tarifa de Ajuste',
|
||||
'cancel-btn-title' => 'Cancelar',
|
||||
'tracking-number' => 'Número de Rastreo',
|
||||
'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',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'moveall' => 'Mover todos los productos al carrito',
|
||||
'move-to-cart' => 'Mover al carrito',
|
||||
'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 al carrito exitosamente',
|
||||
'option-missing' => 'Faltan opciones del producto, por lo que el artículo no se puede mover a la lista de deseos.',
|
||||
'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',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'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.',
|
||||
'payment-error' => 'No se ha realizado el pago de esta descarga.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'Opiniones',
|
||||
'page-title' => 'Cliente - Opiniones',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'Opinión #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => '¿Seguro que quieres eliminar esta crítica?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'Eliminar todos',
|
||||
'confirmation-message' => '¿Estás segura de que quieres eliminar todas las críticas?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'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' => 'Mostrar',
|
||||
'pager-info' => 'Mostrar :showing of :total Items',
|
||||
'description' => 'Descripción',
|
||||
'specification' => 'Especificaciones',
|
||||
'total-reviews' => ':total Reseñas',
|
||||
'total-rating' => ':total_rating Calidifcaciones & :total_reviews Reseñas',
|
||||
'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 al carrito',
|
||||
'book-now' => 'reservar ahora',
|
||||
'buy-now' => 'Comprar ahora',
|
||||
'whoops' => 'Ups!',
|
||||
'quantity' => 'Cantidad',
|
||||
'in-stock' => 'Disponible',
|
||||
'out-of-stock' => 'No disponible',
|
||||
'view-all' => 'Ver todo',
|
||||
'select-above-options' => 'Primero selecciona las opciones de arriba.',
|
||||
'less-quantity' => 'La cantidad no debe ser inferior a uno.',
|
||||
'samples' => 'Muestras',
|
||||
'links' => 'Enlaces',
|
||||
'sample' => 'Muestra',
|
||||
'name' => 'Nombre',
|
||||
'qty' => 'Cant',
|
||||
'starting-at' => 'A partir de',
|
||||
'customize-options' => 'Personalizar Opciones',
|
||||
'choose-selection' => 'Elija una selección',
|
||||
'your-customization' => 'Tu Personalización',
|
||||
'total-amount' => 'Cantidad Total',
|
||||
'none' => 'Ninguno',
|
||||
'available-for-order' => 'Disponible para ordenar',
|
||||
'settings' => 'Ajustes',
|
||||
'compare_options' => 'Comparar Optiones',
|
||||
'wishlist-options' => 'Opciones de Lista de Deseos',
|
||||
'offers' => 'Compre :qty por :price cada uno y ahorre :discount%',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
// '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',
|
||||
'missing_links' => 'Faltan enlaces descargables para este producto.',
|
||||
'qty_missing' => 'Al menos un producto debe tener más de 1 cantidad.',
|
||||
'qty_impossible' => 'No se pueden agregar más de uno de estos productos al carrito.',
|
||||
],
|
||||
'create-error' => 'Se encontraron problemas con el carrito de compra',
|
||||
'title' => 'Carrito de la compra',
|
||||
'empty' => 'Tu carrito está vacía',
|
||||
'update-cart' => 'Actualizar carrito',
|
||||
'continue-shopping' => 'Seguir comprando',
|
||||
'continue-registration' => 'Daŭrigu Registradon',
|
||||
'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 al carrito',
|
||||
'quantity' => [
|
||||
'quantity' => 'Cantidad',
|
||||
'success' => 'Carrito 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 el carrito',
|
||||
'success' => 'El artículo se añadió al carrito',
|
||||
'success-remove' => 'El artículo se eliminó del carrito',
|
||||
'error-add' => 'El artículo no se puede añadir al carrito, inténtelo más tarde',
|
||||
'inactive' => 'Un artículo está inactivo y se eliminó del carrito.',
|
||||
'inactive-add' => 'El artículo inactivo no se puede agregar al carrito',
|
||||
],
|
||||
'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.',
|
||||
],
|
||||
'minimum-order-message' => 'La cantidad mínima de pedido es :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'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',
|
||||
'company-name' => 'Nombre de la empresa',
|
||||
'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',
|
||||
'password' => 'Contraseña',
|
||||
'login-exist-message' => 'Ya tienes una cuenta con nosotros, inicia sesión o continúa como invitado .',
|
||||
'enter-coupon-code' => 'Introduce el Código de Cupón',
|
||||
],
|
||||
|
||||
'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',
|
||||
'invalid-coupon' => 'El código del cupón no es válido.',
|
||||
'success-coupon' => 'Código del cupón aplicado correctamente.',
|
||||
'coupon-apply-issue' => 'No se puede aplicar el código de 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 para el pedido#:order_id',
|
||||
'subject' => 'Factura de tu pedido #:order_id',
|
||||
'summary' => 'Resumen de pedido',
|
||||
'reminder' => [
|
||||
'subject' => 'Recordatorio de factura',
|
||||
'your-invoice-is-overdue' => 'El pago de tu factura :invoice esta retrasado por :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Por favor haga su pago lo antes posible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'Si ya ha pagado, simplemente ignore este correo electrónico.',
|
||||
],
|
||||
],
|
||||
'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',
|
||||
],
|
||||
|
||||
'refund' => [
|
||||
'heading' => 'Su Reembolso #:refund_id para el pedido #:order_id',
|
||||
'subject' => 'Reembolso de su pedido #:order_id',
|
||||
'summary' => 'Resumen de Reembolso',
|
||||
'adjustment-refund' => 'Reembolso de Ajuste',
|
||||
'adjustment-fee' => 'Tarifa de Ajuste',
|
||||
],
|
||||
|
||||
'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.
|
||||
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',
|
||||
'dear-admin' => 'Estimado/a :admin_name',
|
||||
'greeting' => '¡Bienvenido y gracias por registrarte en Bassar!',
|
||||
'greeting-admin' => 'Tiene un nuevo registro de cliente.',
|
||||
'summary' => 'Su cuenta se ha creado con éxito y puede iniciar sesión con su dirección de correo electrónico y su contraseña. Al iniciar sesión, podrá acceder a otros servicios, incluida la revisión de pedidos anteriores, listas de deseos y la edición de la información de su cuenta.',
|
||||
'thanks' => '¡Gracias!',
|
||||
],
|
||||
|
||||
'verification' => [
|
||||
'heading' => config('app.name') . ' - 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, hacer click al botón de abajo para verificar tu cuenta.',
|
||||
],
|
||||
|
||||
'subscription' => [
|
||||
'subject' => 'Subscripción mail',
|
||||
'greeting' => ' Bienvenido a ' . config('app.name') . ' - 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 ' . config('app.name') . ', 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.',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,769 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'security-warning' => '!!!فعالیت مشکوکی یافت شد',
|
||||
'nothing-to-delete' => 'هیچ چیز برای حذف نیست',
|
||||
|
||||
'layouts' => [
|
||||
'my-account' => 'حساب من',
|
||||
'profile' => 'مشخصات',
|
||||
'address' => 'نشانی',
|
||||
'reviews' => 'بررسی ها',
|
||||
'wishlist' => 'لیست دلخواه',
|
||||
'orders' => 'سفارشات',
|
||||
'downloadable-products' => 'محصولات دانلودی',
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'مشکلی رخ داده است. لطفا بعدا دوباره امتحان کنید.',
|
||||
'image-upload-limit' => 'حداکثر اندازه بارگذاری تصویر 2 مگابایت است',
|
||||
'no-result-found' => 'ما هیچ سابقه ای پیدا نکردیم.',
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'page-title' => 'فروشگاه - خانه',
|
||||
'featured-products' => 'محصولات برجسته',
|
||||
'new-products' => 'محصولات جدید',
|
||||
'verify-email' => 'حساب ایمیل خود را تأیید کنید',
|
||||
'resend-verify-email' => 'ایمیل تایید را دوباره بفرست',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'title' => 'حساب',
|
||||
'dropdown-text' => 'مدیریت سبد خرید ، سفارشات و لیست دلخواه',
|
||||
'sign-in' => 'ورود',
|
||||
'sign-up' => 'ثبت نام',
|
||||
'account' => 'حساب',
|
||||
'profile' => 'مشخصات',
|
||||
'wishlist' => 'لیست دلخواه',
|
||||
'cart' => 'سبد خرید',
|
||||
'logout' => 'خروج',
|
||||
'search-text' => 'محصولات را در اینجا جستجو کنید',
|
||||
],
|
||||
|
||||
'minicart' => [
|
||||
'view-cart' => 'مشاهده سبد خرید',
|
||||
'checkout' => 'وارسی',
|
||||
'cart' => 'سبد خرید',
|
||||
'zero' => '0',
|
||||
],
|
||||
|
||||
'footer' => [
|
||||
'subscribe-newsletter' => 'عضویت در خبرنامه',
|
||||
'subscribe' => 'اشتراک در',
|
||||
'locale' => 'محل',
|
||||
'currency' => 'واحد پول',
|
||||
],
|
||||
|
||||
'subscription' => [
|
||||
'unsubscribe' => 'لغو اشتراک',
|
||||
'subscribe' => 'اشتراک در',
|
||||
'subscribed' => 'شما هم اکنون در ایمیل های اشتراک مشترک شده اید',
|
||||
'already' => 'شما قبلاً در لیست اشتراک های ما مشترک شده اید',
|
||||
'unsubscribed' => 'شما از نامه های اشتراک مشترکاً مشترک نیستید',
|
||||
'already-unsub' => 'شما قبلاً لغو اشتراک شده اید',
|
||||
'not-subscribed' => 'خطا! نامه ارسال نمی شود در حال حاضر ، لطفا بعدا دوباره امتحان کنید',
|
||||
],
|
||||
|
||||
'search' => [
|
||||
'no-results' => 'نتیجه ای پیدا نشد',
|
||||
'page-title' => 'فروشگاه - جستجو',
|
||||
'found-results' => 'نتایج جستجو یافت شد',
|
||||
'found-result' => 'نتیجه جستجو یافت شد',
|
||||
'analysed-keywords' => 'Analysed Keywords',
|
||||
'image-search-option' => 'قابلیت جستجو براساس عکس',
|
||||
],
|
||||
|
||||
'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' => 'همه موارد با موفقیت از لیست مقایسه حذف شدند',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'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' => 'مجدداً نامه تأیید را دوباره ارسال کنید',
|
||||
'show-password' => 'montrer le mot de passe',
|
||||
],
|
||||
|
||||
'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' => 'گذرواژه اشتباه!',
|
||||
],
|
||||
|
||||
'default-address' => 'Default Address',
|
||||
],
|
||||
|
||||
'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' => 'تاریخ سفارش',
|
||||
'invoice-date' => 'تاریخ فاکتور',
|
||||
'payment-terms' => 'شرایط پرداخت',
|
||||
'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' => 'حذف همه',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'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' => 'همه موارد از لیست دلخواه شما حذف شده است',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'downloadable_products' => [
|
||||
'title' => 'محصولات دانلودی',
|
||||
'order-id' => 'شماره سفارش',
|
||||
'date' => 'تاریخ',
|
||||
'name' => 'عنوان',
|
||||
'status' => 'وضعیت',
|
||||
'pending' => 'در انتظار',
|
||||
'available' => 'در دسترس',
|
||||
'expired' => 'منقضی شده',
|
||||
'remaining-downloads' => 'بارگیری های باقی مانده',
|
||||
'unlimited' => 'نامحدود',
|
||||
'download-error' => 'لینک دانلود منقضی شده است',
|
||||
'payment-error' => 'Payment has not been done for this download.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'بررسی ها',
|
||||
'page-title' => 'مشتری - بررسی',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => '#:id بررسی',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'آیا شما مطمئن هستید که می خواهید این نظر را حذف کنید؟',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'حذف همه',
|
||||
'confirmation-message' => 'آیا مطمئن هستید که می خواهید همه بررسی ها را حذف کنید؟',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'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' => 'تنظیمات ها',
|
||||
'compare_options' => 'قابلیت مقایشه محصولات',
|
||||
'wishlist-options' => 'قابلیت لیست علاقه مندیها',
|
||||
'offers' => 'Buy :qty for :price each and save :discount%',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
// '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' => 'ادامه خرید',
|
||||
'continue-registration' => 'ادامه ثبت نام',
|
||||
'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.',
|
||||
],
|
||||
'minimum-order-message' => 'حداقل مقدار سفارش است :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'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' => 'مقدار',
|
||||
'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' => 'خلاصه فاکتور',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
|
||||
'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 عزیز',
|
||||
'dear-admin' => ':admin_name عزیز',
|
||||
'greeting' => '! خوش آمديد و از شما ممنونم كه با ما ثبت نام كرديد',
|
||||
'greeting-admin' => 'شما یک ثبت نام مشتری جدید دارید.',
|
||||
'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: بنجاح',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,769 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => 'L\'identifiant de TVA donné a un format incorrect',
|
||||
'security-warning' => 'Activité suspecte détectée !!!',
|
||||
'nothing-to-delete' => 'Rien à supprimer',
|
||||
|
||||
'layouts' => [
|
||||
'my-account' => 'Mon compte',
|
||||
'profile' => 'Profil',
|
||||
'address' => 'Adresse',
|
||||
'reviews' => 'Commentaires',
|
||||
'wishlist' => 'Liste de souhaits',
|
||||
'orders' => 'Ordres',
|
||||
'downloadable-products' => 'Produits téléchargeables',
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'Quelque chose c\'est mal passé. Merci d\'essayer plus tard.',
|
||||
'image-upload-limit' => 'La taille maximale de téléchargement de l\'image est de 2 Mo',
|
||||
'no-result-found' => 'Nous n\'avons pu trouver aucun enregistrement.',
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'page-title' => 'APP_NAME - Accueil',
|
||||
'featured-products' => 'Produits populaires',
|
||||
'new-products' => 'Nouveaux produits',
|
||||
'verify-email' => 'Vérifiez votre compte de messagerie',
|
||||
'resend-verify-email' => 'Renvoyer l\'e-mail de vérification',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'title' => 'Compte',
|
||||
'dropdown-text' => 'Gérer le panier, les commandes et la liste de souhaits',
|
||||
'sign-in' => 'S\'identifier',
|
||||
'sign-up' => 'S\'inscrire',
|
||||
'account' => 'Compte',
|
||||
'cart' => 'Chariot',
|
||||
'profile' => 'Profil',
|
||||
'wishlist' => 'Liste de souhaits',
|
||||
'logout' => 'Se déconnecter',
|
||||
'search-text' => 'Rechercher des produits ici',
|
||||
],
|
||||
|
||||
'minicart' => [
|
||||
'view-cart' => 'Voir Panier d\'achat',
|
||||
'checkout' => 'Vérifier',
|
||||
'cart' => 'Chariot',
|
||||
'zero' => '0',
|
||||
],
|
||||
|
||||
'footer' => [
|
||||
'subscribe-newsletter' => 'Abonnez-vous à la newsletter',
|
||||
'subscribe' => 'S\'abonner',
|
||||
'locale' => 'Lieu',
|
||||
'currency' => 'Devise',
|
||||
],
|
||||
|
||||
'subscription' => [
|
||||
'unsubscribe' => 'Se désinscrire',
|
||||
'subscribe' => 'S\'abonner',
|
||||
'subscribed' => 'Vous êtes maintenant abonné aux e-mails d\'abonnement.',
|
||||
'not-subscribed' => 'Erreur! Le courrier ne peut pas être envoyé actuellement, veuillez réessayer plus tard.',
|
||||
'already' => 'Vous êtes déjà inscrit à notre liste d\'abonnement.',
|
||||
'unsubscribed' => 'Vous êtes désabonné des mails d\'abonnement.',
|
||||
'already-unsub' => 'Vous êtes déjà désabonné.',
|
||||
],
|
||||
|
||||
'search' => [
|
||||
'no-results' => 'Aucun résultat trouvé',
|
||||
'page-title' => 'APP_NAME - Rechercher',
|
||||
'found-results' => 'Résultats de la recherche trouvés',
|
||||
'found-result' => 'Résultat de la recherche trouvé',
|
||||
'analysed-keywords' => 'Mots-clés analysés',
|
||||
'image-search-option' => 'Option de recherche d\'images',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'title' => 'Titre',
|
||||
'add-review-page-title' => 'Ajouter un commentaire',
|
||||
'write-review' => 'Écrire une critique',
|
||||
'review-title' => 'Donnez un titre à votre avis',
|
||||
'product-review-page-title' => 'Évaluation du produit',
|
||||
'rating-reviews' => 'Évaluation et commentaires',
|
||||
'submit' => 'NOUS FAIRE PARVENIR',
|
||||
'delete-all' => 'Tous les avis ont été supprimés avec succès',
|
||||
'ratingreviews' => ':rating Notes & :review Avis',
|
||||
'star' => 'Star',
|
||||
'percentage' => ':percentage %',
|
||||
'id-star' => 'Star',
|
||||
'name' => 'Nom',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' => 'Comparer',
|
||||
'compare_similar_items' => 'Comparer des articles similaires',
|
||||
'add-tooltip' => 'Ajouter un produit à la liste de comparaison',
|
||||
'added' => 'Article ajouté avec succès à la liste de comparaison',
|
||||
'already_added' => 'Article déjà ajouté à la liste de comparaison',
|
||||
'removed' => 'Article supprimé avec succès de la liste de comparaison',
|
||||
'removed-all' => 'Tous les éléments ont été supprimés avec succès de la liste de comparaison',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'empty-text' => 'Vous n\'avez aucun article dans votre liste de comparaison',
|
||||
'product_image' => 'Image du produit',
|
||||
'actions' => 'Actions',
|
||||
],
|
||||
|
||||
'signup-text' => [
|
||||
'account_exists' => 'Vous avez déjà un compte',
|
||||
'title' => 'S\'identifier',
|
||||
],
|
||||
|
||||
'signup-form' => [
|
||||
'page-title' => 'Créer un nouveau compte client',
|
||||
'title' => 'S\'inscrire',
|
||||
'firstname' => 'Prénom',
|
||||
'lastname' => 'Nom de famille',
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Mot de passe',
|
||||
'confirm_pass' => 'Confirmez le mot de passe',
|
||||
'button_title' => 'S\'inscrire',
|
||||
'agree' => 'Accepter',
|
||||
'terms' => 'termes',
|
||||
'conditions' => 'Conditions',
|
||||
'using' => 'en utilisant ce site',
|
||||
'agreement' => 'Accord',
|
||||
'subscribe-to-newsletter' => 'S\'inscrire à la Newsletter',
|
||||
'success' => 'Compte créé avec succès.',
|
||||
'success-verify' => 'Compte créé avec succès, un e-mail a été envoyé pour vérification.',
|
||||
'success-verify-email-unsent' => 'Compte créé avec succès, mais e-mail de vérification non envoyé.',
|
||||
'failed' => 'Erreur! Impossible de créer votre compte, veuillez réessayer plus tard.',
|
||||
'already-verified' => 'Votre compte est déjà vérifié Ou veuillez réessayer d\'envoyer un nouvel e-mail de vérification.',
|
||||
'verification-not-sent' => 'Erreur! Problème lors de l\'envoi de l\'e-mail de vérification, veuillez réessayer ultérieurement.',
|
||||
'verification-sent' => 'L\'email de vérification a été envoyé',
|
||||
'verified' => 'Votre compte a été vérifié, essayez de vous connecter maintenant.',
|
||||
'verify-failed' => 'Nous ne pouvons pas vérifier votre compte de messagerie.',
|
||||
'dont-have-account' => 'Vous n\'avez pas de compte chez nous.',
|
||||
'customer-registration' => 'Client enregistré avec succès',
|
||||
],
|
||||
|
||||
'login-text' => [
|
||||
'no_account' => 'Ne pas avoir de compte',
|
||||
'title' => 'S\'inscrire',
|
||||
],
|
||||
|
||||
'login-form' => [
|
||||
'page-title' => 'Connexion client',
|
||||
'title' => 'S\'identifier',
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Mot de passe',
|
||||
'forgot_pass' => 'Mot de passe oublié?',
|
||||
'button_title' => 'S\'identifier',
|
||||
'remember' => 'Souviens-toi de moi',
|
||||
'footer' => '© Copyright :year Webkul Software, Tous droits réservés',
|
||||
'invalid-creds' => 'Veuillez vérifier vos informations d\'identification et réessayer.',
|
||||
'verify-first' => 'Vérifiez d\'abord votre compte de messagerie.',
|
||||
'not-activated' => 'Votre activation demande l\'approbation de l\'administrateur',
|
||||
'resend-verification' => 'Renvoyer à nouveau l\'e-mail de vérification',
|
||||
'show-password' => 'montrer le mot de passe',
|
||||
],
|
||||
|
||||
'forgot-password' => [
|
||||
'title' => 'Récupérer mot de passe',
|
||||
'email' => 'E-mail',
|
||||
'submit' => 'Envoyer un e-mail de réinitialisation du mot de passe',
|
||||
'page_title' => 'Mot de passe oublié ?',
|
||||
],
|
||||
|
||||
'reset-password' => [
|
||||
'title' => 'réinitialiser le mot de passe',
|
||||
'email' => 'Email enregistré',
|
||||
'password' => 'Mot de passe',
|
||||
'confirm-password' => 'Confirmez le mot de passe',
|
||||
'back-link-title' => 'Retour à la connexion',
|
||||
'submit-btn-title' => 'réinitialiser le mot de passe',
|
||||
],
|
||||
|
||||
'account' => [
|
||||
'dashboard' => 'Editer le profil',
|
||||
'menu' => 'Menu',
|
||||
|
||||
'general' => [
|
||||
'no' => 'Non',
|
||||
'yes' => 'Oui',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'index' => [
|
||||
'page-title' => 'Profil',
|
||||
'title' => 'Profil',
|
||||
'edit' => 'Éditer',
|
||||
],
|
||||
|
||||
'edit-success' => 'Mise à jour du profil réussie.',
|
||||
'edit-fail' => 'Erreur! Le profil ne peut pas être mis à jour, veuillez réessayer plus tard.',
|
||||
'unmatch' => 'L\'ancien mot de passe ne correspond pas.',
|
||||
'fname' => 'Prénom',
|
||||
'lname' => 'Nom de famille',
|
||||
'gender' => 'Genre',
|
||||
'other' => 'Autre',
|
||||
'male' => 'Homme',
|
||||
'female' => 'Femelle',
|
||||
'dob' => 'Date de naissance',
|
||||
'phone' => 'Téléphoner',
|
||||
'email' => 'E-mail',
|
||||
'opassword' => 'ancien mot de passe',
|
||||
'password' => 'Mot de passe',
|
||||
'cpassword' => 'Confirmez le mot de passe',
|
||||
'submit' => 'Mettre à jour le profil',
|
||||
|
||||
'edit-profile' => [
|
||||
'title' => 'Editer le profil',
|
||||
'page-title' => 'Editer le profil',
|
||||
],
|
||||
],
|
||||
|
||||
'address' => [
|
||||
'index' => [
|
||||
'page-title' => 'Adresse',
|
||||
'title' => 'Adresse',
|
||||
'add' => 'Ajoutez l\'adresse',
|
||||
'edit' => 'Éditer',
|
||||
'empty' => 'Vous n\'avez aucune adresse enregistrée ici, veuillez essayer de la créer en cliquant sur le bouton Ajouter.',
|
||||
'create' => 'Créer une adresse',
|
||||
'delete' => 'Effacer',
|
||||
'make-default' => 'Faire défaut',
|
||||
'default' => 'Défaut',
|
||||
'contact' => 'Contacter',
|
||||
'confirm-delete' => 'Voulez-vous vraiment supprimer cette adresse ?',
|
||||
'default-delete' => 'L\'adresse par défaut ne peut pas être modifiée.',
|
||||
'enter-password' => 'Tapez votre mot de passe.',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'page-title' => 'Ajoutez l\'adresse',
|
||||
'company_name' => 'Nom de la compagnie',
|
||||
'first_name' => 'Prénom',
|
||||
'last_name' => 'Nom de famille',
|
||||
'vat_id' => 'Identifiant de TVA',
|
||||
'vat_help_note' => '[Remarque : Utilisez le code de pays avec l\'identifiant de TVA. Par exemple. INV01234567891]',
|
||||
'title' => 'Ajoutez l\'adresse',
|
||||
'street-address' => 'Adresse de rue',
|
||||
'country' => 'Pays',
|
||||
'state' => 'État',
|
||||
'select-state' => 'Sélectionnez une région, un état ou une province',
|
||||
'city' => 'Ville',
|
||||
'postcode' => 'code postal',
|
||||
'phone' => 'Téléphoner',
|
||||
'submit' => 'Enregistrer l\'adresse',
|
||||
'success' => 'L\'adresse a été ajoutée avec succès.',
|
||||
'error' => 'L\'adresse ne peut pas être ajoutée.',
|
||||
],
|
||||
|
||||
'edit' => [
|
||||
'page-title' => 'Modifier l\'adresse',
|
||||
'company_name' => 'Nom de la compagnie',
|
||||
'first_name' => 'Prénom',
|
||||
'last_name' => 'Nom de famille',
|
||||
'vat_id' => 'Identifiant de TVA',
|
||||
'title' => 'Modifier l\'adresse',
|
||||
'street-address' => 'Adresse de rue',
|
||||
'submit' => 'Enregistrer l\'adresse',
|
||||
'success' => 'Adresse mise à jour avec succès.',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'success' => 'Adresse supprimée avec succès',
|
||||
'failure' => 'L\'adresse ne peut pas être supprimée',
|
||||
'wrong-password' => 'Mauvais mot de passe !',
|
||||
],
|
||||
|
||||
'default-address' => 'Adresse par défaut',
|
||||
],
|
||||
|
||||
'order' => [
|
||||
'index' => [
|
||||
'page-title' => 'Ordres',
|
||||
'title' => 'Ordres',
|
||||
'order_id' => 'numéro de commande',
|
||||
'date' => 'Date',
|
||||
'status' => 'Statut',
|
||||
'total' => 'Le total',
|
||||
'order_number' => 'Numéro de commande',
|
||||
'processing' => 'Traitement',
|
||||
'completed' => 'Complété',
|
||||
'canceled' => 'Annulé',
|
||||
'closed' => 'Fermé',
|
||||
'pending' => 'En attente',
|
||||
'pending-payment' => 'En attente de paiement',
|
||||
'fraud' => 'Fraude',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'N° de commande :order_id',
|
||||
'info' => 'Informations',
|
||||
'placed-on' => 'Placé sur',
|
||||
'products-ordered' => 'Produits commandés',
|
||||
'invoices' => 'Factures',
|
||||
'shipments' => 'Expéditions',
|
||||
'SKU' => 'UGS',
|
||||
'product-name' => 'Nom',
|
||||
'qty' => 'Qté',
|
||||
'item-status' => 'Statut de l\'article',
|
||||
'item-ordered' => 'Commandé (:qty_ordered]',
|
||||
'item-invoice' => 'Facturé (:qty_invoiced]',
|
||||
'item-shipped' => 'expédié (:qty_shipped]',
|
||||
'item-canceled' => 'Annulé (:qty_cancelled]',
|
||||
'item-refunded' => 'Remboursé (:qty_refunded]',
|
||||
'price' => 'Prix',
|
||||
'total' => 'Le total',
|
||||
'subtotal' => 'Total',
|
||||
'shipping-handling' => 'Expédition et manutention',
|
||||
'tax' => 'Impôt',
|
||||
'discount' => 'Rabais',
|
||||
'tax-percent' => 'Pourcentage d\'impôt',
|
||||
'tax-amount' => 'Montant de la taxe',
|
||||
'discount-amount' => 'Montant de la remise',
|
||||
'grand-total' => 'Total',
|
||||
'total-paid' => 'Total payé',
|
||||
'total-refunded' => 'Total remboursé',
|
||||
'total-due' => 'Total dû',
|
||||
'shipping-address' => 'adresse de livraison',
|
||||
'billing-address' => 'adresse de facturation',
|
||||
'shipping-method' => 'Mode de livraison',
|
||||
'payment-method' => 'Mode de paiement',
|
||||
'individual-invoice' => 'Facture # :invoice_id',
|
||||
'individual-shipment' => 'N° d\'expédition :shipment_id',
|
||||
'print' => 'Imprimer',
|
||||
'invoice-id' => 'Identifiant de la facture',
|
||||
'order-id' => 'Numéro de commande',
|
||||
'order-date' => 'Date de commande',
|
||||
'invoice-date' => 'Date de la facture',
|
||||
'payment-terms' => 'Modalités de paiement',
|
||||
'bill-to' => 'facturer',
|
||||
'ship-to' => 'Envoyez à',
|
||||
'contact' => 'Contacter',
|
||||
'refunds' => 'Remboursements',
|
||||
'individual-refund' => 'Remboursement #:refund_id',
|
||||
'adjustment-refund' => 'Ajustement Remboursement',
|
||||
'adjustment-fee' => 'Frais d\'ajustement',
|
||||
'cancel-btn-title' => 'Annuler',
|
||||
'tracking-number' => 'Numéro de suivi',
|
||||
'cancel-confirm-msg' => 'Êtes-vous sûr de vouloir annuler cette commande ?',
|
||||
],
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'page-title' => 'Liste de souhaits',
|
||||
'title' => 'Liste de souhaits',
|
||||
'deleteall' => 'Tout supprimer',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'moveall' => 'Déplacer tous les produits vers le panier',
|
||||
'move-to-cart' => 'Passer au panier',
|
||||
'error' => 'Impossible d\'ajouter le produit à la liste de souhaits en raison de problèmes inconnus, veuillez vérifier plus tard',
|
||||
'add' => 'Article ajouté avec succès à la liste de souhaits',
|
||||
'remove' => 'Article supprimé avec succès de la liste de souhaits',
|
||||
'add-wishlist-text' => 'Ajouter un produit à la liste de souhaits',
|
||||
'remove-wishlist-text' => 'Supprimer le produit de la liste de souhaits',
|
||||
'moved' => 'Article déplacé avec succès Vers le panier',
|
||||
'option-missing' => 'Les options du produit sont manquantes, l\'article ne peut donc pas être déplacé vers la liste de souhaits.',
|
||||
'move-error' => 'L\'article ne peut pas être déplacé vers la liste de souhaits, veuillez réessayer plus tard',
|
||||
'success' => 'Article ajouté avec succès à la liste de souhaits',
|
||||
'failure' => 'L\'article ne peut pas être ajouté à la liste de souhaits, veuillez réessayer plus tard',
|
||||
'already' => 'Article déjà présent dans votre wishlist',
|
||||
'removed' => 'Article supprimé avec succès de la liste de souhaits',
|
||||
'remove-fail' => 'L\'article ne peut pas être supprimé de la liste de souhaits, veuillez réessayer plus tard',
|
||||
'empty' => 'Vous n\'avez aucun article dans votre liste de souhaits',
|
||||
'remove-all-success' => 'Tous les articles de votre liste de souhaits ont été supprimés',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'downloadable_products' => [
|
||||
'title' => 'Produits téléchargeables',
|
||||
'order-id' => 'Numéro de commande',
|
||||
'date' => 'Date',
|
||||
'name' => 'Titre',
|
||||
'status' => 'Statut',
|
||||
'pending' => 'En attente',
|
||||
'available' => 'Disponible',
|
||||
'expired' => 'Expiré',
|
||||
'remaining-downloads' => 'Téléchargements restants',
|
||||
'unlimited' => 'Illimité',
|
||||
'download-error' => 'Le lien de téléchargement a expiré.',
|
||||
'payment-error' => 'Le paiement n\'a pas été effectué pour ce téléchargement.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'Commentaires',
|
||||
'page-title' => 'Commentaires',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'Avis n° :id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'Êtes-vous sûr de vouloir supprimer cet avis ?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'Tout supprimer',
|
||||
'confirmation-message' => 'Êtes-vous sûr de vouloir supprimer tous les avis ?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'layered-nav-title' => 'Magasiner par',
|
||||
'price-label' => 'Aussi bas que',
|
||||
'remove-filter-link-title' => 'Tout effacer',
|
||||
'filter-to' => 'à',
|
||||
'sort-by' => 'Trier par',
|
||||
'from-a-z' => 'De A à Z',
|
||||
'from-z-a' => 'De Z-A',
|
||||
'newest-first' => 'Le plus récent d\'abord',
|
||||
'oldest-first' => 'Le plus vieux d\'abord',
|
||||
'cheapest-first' => 'Le moins cher d\'abord',
|
||||
'expensive-first' => 'Cher d\'abord',
|
||||
'show' => 'Spectacle',
|
||||
'pager-info' => 'Affichage :showing de :total Articles',
|
||||
'description' => 'La description',
|
||||
'specification' => 'spécification',
|
||||
'total-reviews' => ':total des avis',
|
||||
'total-rating' => ':total_rating Notes & :total_reviews Avis',
|
||||
'by' => 'De :name',
|
||||
'up-sell-title' => 'Nous avons trouvé d\'autres produits qui pourraient vous plaire !',
|
||||
'related-product-title' => 'Produits connexes',
|
||||
'cross-sell-title' => 'Plus de choix',
|
||||
'reviews-title' => 'Évaluations et commentaires',
|
||||
'write-review-btn' => 'Ecrire une critique',
|
||||
'choose-option' => 'Choisis une option',
|
||||
'sale' => 'Vente',
|
||||
'new' => 'Nouveau',
|
||||
'empty' => 'Aucun produit disponible dans cette catégorie',
|
||||
'add-to-cart' => 'Ajouter au panier',
|
||||
'book-now' => 'Reserve maintenant',
|
||||
'buy-now' => 'Acheter maintenant',
|
||||
'whoops' => 'Oups !',
|
||||
'quantity' => 'Quantité',
|
||||
'in-stock' => 'En stock',
|
||||
'out-of-stock' => 'En rupture de stock',
|
||||
'view-all' => 'Voir tout',
|
||||
'select-above-options' => 'Veuillez d\'abord sélectionner les options ci-dessus.',
|
||||
'less-quantity' => 'La quantité ne peut pas être inférieure à un.',
|
||||
'samples' => 'Échantillons',
|
||||
'links' => 'Liens',
|
||||
'sample' => 'Goûter',
|
||||
'name' => 'Nom',
|
||||
'qty' => 'Qté',
|
||||
'starting-at' => 'À partir de',
|
||||
'customize-options' => 'Personnaliser les options',
|
||||
'choose-selection' => 'Choisissez une sélection',
|
||||
'your-customization' => 'Votre personnalisation',
|
||||
'total-amount' => 'Montant total',
|
||||
'none' => 'Rien',
|
||||
'available-for-order' => 'Disponible à la commande',
|
||||
'settings' => 'Paramètres',
|
||||
'compare_options' => 'Comparer les options',
|
||||
'wishlist-options' => 'Options de liste de souhaits',
|
||||
'offers' => 'Achetez :qty pour :price chacun et économisez :discount%',
|
||||
'tax-inclusive' => 'Toutes taxes comprises',
|
||||
],
|
||||
|
||||
'buynow' => [
|
||||
'no-options' => 'Veuillez sélectionner des options avant d\'acheter ce produit.',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'cart' => [
|
||||
'integrity' => [
|
||||
'missing_fields' => 'Certains champs obligatoires sont manquants pour ce produit.',
|
||||
'missing_options' => 'Il manque des options pour ce produit.',
|
||||
'missing_links' => 'Il manque des liens téléchargeables pour ce produit.',
|
||||
'qty_missing' => 'Au moins un produit doit avoir plus d\'une quantité.',
|
||||
'qty_impossible' => 'Impossible d\'ajouter plus d\'un de ces produits au panier.',
|
||||
],
|
||||
|
||||
'create-error' => 'J\'ai rencontré un problème lors de la création d\'une instance de panier.',
|
||||
'title' => 'Panier',
|
||||
'empty' => 'Votre panier est vide',
|
||||
'update-cart' => 'Mise à jour panier',
|
||||
'continue-shopping' => 'Continuer vos achats',
|
||||
'continue-registration' => 'Continuer l inscription',
|
||||
'proceed-to-checkout' => 'Passer à la caisse',
|
||||
'remove' => 'Supprimer',
|
||||
'remove-link' => 'Supprimer',
|
||||
'move-to-wishlist' => 'Placer dans la liste de souhaits',
|
||||
'move-to-wishlist-success' => 'L\'article a été déplacé vers la liste de souhaits avec succès.',
|
||||
'move-to-wishlist-error' => 'Impossible de déplacer l\'élément vers la liste de souhaits, veuillez réessayer plus tard.',
|
||||
'add-config-warning' => 'Veuillez sélectionner l\'option avant d\'ajouter au panier.',
|
||||
|
||||
'quantity' => [
|
||||
'quantity' => 'Quantité',
|
||||
'success' => 'Article(s) du panier mis à jour avec succès.',
|
||||
'illegal' => 'La quantité ne peut pas être inférieure à un.',
|
||||
'inventory_warning' => 'La quantité demandée n\'est pas disponible, veuillez réessayer plus tard.',
|
||||
'error' => 'Impossible de mettre à jour le ou les éléments pour le moment, veuillez réessayer plus tard.',
|
||||
],
|
||||
|
||||
'item' => [
|
||||
'error_remove' => 'Aucun article à retirer du panier.',
|
||||
'success' => 'L\'article a été ajouté au panier avec succès.',
|
||||
'success-remove' => 'L\'article a été supprimé avec succès du panier.',
|
||||
'error-add' => 'L\'article ne peut pas être ajouté au panier, veuillez réessayer plus tard.',
|
||||
'inactive' => 'Un article est inactif et a été supprimé du panier.',
|
||||
'inactive-add' => 'L\'article inactif ne peut pas être ajouté au panier.',
|
||||
],
|
||||
|
||||
'quantity-error' => 'La quantité demandée n\'est pas disponible.',
|
||||
'cart-subtotal' => 'Sous-total du panier',
|
||||
'cart-remove-action' => 'Veux-tu vraiment faire ça ?',
|
||||
'partial-cart-update' => 'Seuls certains produits ont été mis à jour',
|
||||
'link-missing' => ' ',
|
||||
|
||||
'event' => [
|
||||
'expired' => 'Cet événement a expiré.',
|
||||
],
|
||||
|
||||
'minimum-order-message' => 'Le montant minimum de commande est de :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'onepage' => [
|
||||
'title' => 'Vérifier',
|
||||
'information' => 'Informations',
|
||||
'shipping' => 'Expédition',
|
||||
'payment' => 'Paiement',
|
||||
'complete' => 'Compléter',
|
||||
'review' => 'Revoir',
|
||||
'billing-address' => 'adresse de facturation',
|
||||
'sign-in' => 'S\'identifier',
|
||||
'company-name' => 'Nom de la compagnie',
|
||||
'first-name' => 'Prénom',
|
||||
'last-name' => 'Nom de famille',
|
||||
'email' => 'E-mail',
|
||||
'address1' => 'Adresse de rue',
|
||||
'city' => 'Ville',
|
||||
'state' => 'État',
|
||||
'select-state' => 'Sélectionnez une région, un état ou une province',
|
||||
'postcode' => 'Code postal/Zip',
|
||||
'phone' => 'Téléphone',
|
||||
'country' => 'Pays',
|
||||
'order-summary' => 'Récapitulatif de la commande',
|
||||
'shipping-address' => 'adresse de livraison',
|
||||
'use_for_shipping' => 'Envoyer à cette adresse',
|
||||
'continue' => 'Continuer',
|
||||
'shipping-method' => 'Sélectionnez le mode de livraison',
|
||||
'payment-methods' => 'Sélectionnez le mode de paiement',
|
||||
'payment-method' => 'Mode de paiement',
|
||||
'summary' => 'Récapitulatif de la commande',
|
||||
'price' => 'Prix',
|
||||
'quantity' => 'Quantité',
|
||||
'contact' => 'Contacter',
|
||||
'place-order' => 'Passer la commande',
|
||||
'new-address' => 'Ajouter une nouvelle adresse',
|
||||
'save_as_address' => 'Enregistrer cette adresse',
|
||||
'apply-coupon' => 'Appliquer Coupon',
|
||||
'amt-payable' => 'Montant payable',
|
||||
'got' => 'A obtenu',
|
||||
'free' => 'Libérer',
|
||||
'coupon-used' => 'Coupon utilisé',
|
||||
'applied' => 'Appliqué',
|
||||
'back' => 'Dos',
|
||||
'cash-desc' => 'Paiement à la livraison',
|
||||
'money-desc' => 'Transfert d\'argent',
|
||||
'paypal-desc' => 'Norme Paypal',
|
||||
'free-desc' => 'Ceci est une livraison gratuite',
|
||||
'flat-desc' => 'Il s\'agit d\'un forfait',
|
||||
'password' => 'Mot de passe',
|
||||
'login-exist-message' => 'Vous avez déjà un compte chez nous, connectez-vous ou continuez en tant qu\'invité.',
|
||||
'enter-coupon-code' => 'Entrer le code promotionnel',
|
||||
],
|
||||
|
||||
'total' => [
|
||||
'order-summary' => 'Récapitulatif de la commande',
|
||||
'sub-total' => 'Articles',
|
||||
'grand-total' => 'Total',
|
||||
'delivery-charges' => 'Frais de livraison',
|
||||
'tax' => 'Impôt',
|
||||
'discount' => 'Rabais',
|
||||
'price' => 'le prix',
|
||||
'disc-amount' => 'Montant escompté',
|
||||
'new-grand-total' => 'Nouveau total général',
|
||||
'coupon' => 'Coupon',
|
||||
'coupon-applied' => 'Coupon appliqué',
|
||||
'remove-coupon' => 'Supprimer le coupon',
|
||||
'cannot-apply-coupon' => 'Impossible d\'appliquer le coupon',
|
||||
'invalid-coupon' => 'Le code promo n\'est pas valide.',
|
||||
'success-coupon' => 'Code promo appliqué avec succès.',
|
||||
'coupon-apply-issue' => 'Le code promo ne peut pas être appliqué.',
|
||||
],
|
||||
|
||||
'success' => [
|
||||
'title' => 'Commande passée avec succès',
|
||||
'thanks' => 'Nous vous remercions de votre commande!',
|
||||
'order-id-info' => 'Votre identifiant de commande est #:order_id',
|
||||
'info' => 'Nous vous enverrons un e-mail, les détails de votre commande et les informations de suivi',
|
||||
],
|
||||
],
|
||||
|
||||
'mail' => [
|
||||
'order' => [
|
||||
'subject' => 'Confirmation de nouvelle commande',
|
||||
'heading' => 'Confirmation de commande!',
|
||||
'dear' => 'Cher :customer_name',
|
||||
'dear-admin' => 'Cher :admin_name',
|
||||
'greeting' => 'Merci pour votre commande :order_id passée sur :created_at',
|
||||
'greeting-admin' => 'Id de commande :order_id placé sur :created_at',
|
||||
'summary' => 'Résumé de la commande',
|
||||
'shipping-address' => 'adresse de livraison',
|
||||
'billing-address' => 'adresse de facturation',
|
||||
'contact' => 'Contacter',
|
||||
'shipping' => 'Mode de livraison',
|
||||
'payment' => 'Mode de paiement',
|
||||
'price' => 'Prix',
|
||||
'quantity' => 'Quantité',
|
||||
'subtotal' => 'Total',
|
||||
'shipping-handling' => 'Expédition et manutention',
|
||||
'tax' => 'Impôt',
|
||||
'discount' => 'Rabais',
|
||||
'grand-total' => 'Total',
|
||||
'final-summary' => 'Merci d\'avoir montré votre intérêt pour notre magasin, nous vous enverrons un numéro de suivi une fois expédié',
|
||||
'help' => 'Si vous avez besoin d\'aide, veuillez nous contacter à l\'adresse :support_email',
|
||||
'thanks' => 'Merci!',
|
||||
|
||||
'comment' => [
|
||||
'subject' => 'Nouveau commentaire ajouté à votre commande #:order_id',
|
||||
'dear' => 'Cher :customer_name',
|
||||
'final-summary' => 'Merci de montrer votre intérêt pour notre magasin',
|
||||
'help' => 'Si vous avez besoin d\'aide, veuillez nous contacter à l\'adresse :support_email',
|
||||
'thanks' => 'Merci!',
|
||||
],
|
||||
|
||||
'cancel' => [
|
||||
'subject' => 'Confirmation d\'annulation de commande',
|
||||
'heading' => 'Commande annulée',
|
||||
'dear' => 'Cher :customer_name',
|
||||
'greeting' => 'Votre commande avec l\'identifiant de commande :order_id passée sur :created_at a été annulée',
|
||||
'summary' => 'Résumé de la commande',
|
||||
'shipping-address' => 'adresse de livraison',
|
||||
'billing-address' => 'adresse de facturation',
|
||||
'contact' => 'Contacter',
|
||||
'shipping' => 'Mode de livraison',
|
||||
'payment' => 'Mode de paiement',
|
||||
'subtotal' => 'Total',
|
||||
'shipping-handling' => 'Expédition et manutention',
|
||||
'tax' => 'Impôt',
|
||||
'discount' => 'Rabais',
|
||||
'grand-total' => 'Total',
|
||||
'final-summary' => 'Merci de montrer votre intérêt pour notre magasin',
|
||||
'help' => 'Si vous avez besoin d\'aide, veuillez nous contacter à l\'adresse :support_email',
|
||||
'thanks' => 'Merci!',
|
||||
],
|
||||
],
|
||||
|
||||
'invoice' => [
|
||||
'heading' => 'Votre facture #:invoice_id pour la commande #:order_id',
|
||||
'subject' => 'Facture de votre commande n° :order_id',
|
||||
'summary' => 'Résumé de la facture',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
|
||||
'shipment' => [
|
||||
'heading' => 'L\'envoi #:shipment_id a été généré pour la commande #:order_id',
|
||||
'inventory-heading' => 'Un nouvel envoi #:shipment_id a été généré pour la commande #:order_id',
|
||||
'subject' => 'Expédition pour votre commande #:order_id',
|
||||
'inventory-subject' => 'Un nouvel envoi a été généré pour la commande n° :order_id',
|
||||
'summary' => 'Résumé de l\'expédition',
|
||||
'carrier' => 'Transporteur',
|
||||
'tracking-number' => 'Numéro de suivi',
|
||||
'greeting' => 'Une commande :order_id a été passée sur :created_at',
|
||||
],
|
||||
|
||||
'refund' => [
|
||||
'heading' => 'Votre numéro de remboursement :refund_id pour la commande #:order_id',
|
||||
'subject' => 'Remboursement de votre commande #:order_id',
|
||||
'summary' => 'Résumé du remboursement',
|
||||
'adjustment-refund' => 'Ajustement Remboursement',
|
||||
'adjustment-fee' => 'Frais d\'ajustement',
|
||||
],
|
||||
|
||||
'forget-password' => [
|
||||
'subject' => 'Mot de passe de réinitialisation du client',
|
||||
'dear' => 'Cher :name',
|
||||
'info' => 'Vous recevez cet e-mail car nous avons reçu une demande de réinitialisation de mot de passe pour votre compte',
|
||||
'reset-password' => 'réinitialiser le mot de passe',
|
||||
'final-summary' => 'Si vous n\'avez pas demandé de réinitialisation de mot de passe, aucune autre action n\'est requise',
|
||||
'thanks' => 'Merci!',
|
||||
],
|
||||
|
||||
'update-password' => [
|
||||
'subject' => 'Mot de passe mis à jour',
|
||||
'dear' => 'Cher :name',
|
||||
'info' => 'Vous recevez cet e-mail car vous avez mis à jour votre mot de passe.',
|
||||
'thanks' => 'Merci!',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'new' => [
|
||||
'dear' => 'Cher :customer_name',
|
||||
'username-email' => 'Nom d\'utilisateur/Email',
|
||||
'subject' => 'Enregistrement d\'un nouveau client',
|
||||
'password' => 'Mot de passe',
|
||||
'summary' => 'Votre compte a été créé. Les détails de votre compte sont ci-dessous :',
|
||||
'thanks' => 'Merci!',
|
||||
],
|
||||
|
||||
'registration' => [
|
||||
'subject' => 'Enregistrement d\'un nouveau client',
|
||||
'customer-registration' => 'Enregistrement d\'un nouveau client',
|
||||
'dear' => 'Cher :customer_name',
|
||||
'dear-admin' => 'Cher :admin_name',
|
||||
'greeting' => 'Bienvenue et merci de vous être inscrit chez nous !',
|
||||
'greeting-admin' => 'Vous avez un nouveau client enregistré.',
|
||||
'summary' => 'Votre compte a maintenant été créé avec succès et vous pouvez vous connecter en utilisant votre adresse e-mail et votre mot de passe. Une fois connecté, vous pourrez accéder à d\'autres services, notamment consulter les commandes passées, les listes de souhaits et modifier les informations de votre compte.',
|
||||
'thanks' => 'Merci!',
|
||||
],
|
||||
|
||||
'verification' => [
|
||||
'heading' => 'APP_NAME - Vérification des e-mails',
|
||||
'subject' => 'Courrier de vérification',
|
||||
'verify' => 'Vérifiez votre compte',
|
||||
'summary' => 'Ceci est l\'e-mail pour vérifier que l\'adresse e-mail que vous avez saisie est la vôtre.',
|
||||
],
|
||||
|
||||
'subscription' => [
|
||||
'subject' => 'Courriel d\'abonnement',
|
||||
'greeting' => 'Bienvenue dans APP_NAME - Abonnement par e-mail',
|
||||
'unsubscribe' => 'Se désabonner',
|
||||
'summary' => 'Merci de m\'avoir mis dans votre boîte de réception. Cela fait un moment que vous n\'avez pas lu l\'e-mail APP_NAME, et nous ne voulons pas surcharger votre boîte de réception. Si vous ne souhaitez toujours pas recevoir',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'webkul' => [
|
||||
'copy-right' => '© Copyright :year Webkul Software, Tous droits réservés',
|
||||
],
|
||||
|
||||
'response' => [
|
||||
'create-success' => ':name créé avec succès.',
|
||||
'update-success' => ':name mis à jour avec succès.',
|
||||
'delete-success' => ':name supprimé avec succès.',
|
||||
'submit-success' => ':name soumis avec succès.',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,772 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => 'למזהה המע"מ הנתון יש פורמט שגוי',
|
||||
'security-warning' => 'נמצאה פעילות חשודה!!!',
|
||||
'nothing-to-delete' => 'אין מה למחוק',
|
||||
|
||||
'layouts' => [
|
||||
'my-account' => 'החשבון שלי',
|
||||
'profile' => 'פּרוֹפִיל',
|
||||
'address' => 'כתובת',
|
||||
'reviews' => 'ביקורות',
|
||||
'wishlist' => 'רשימת משאלות',
|
||||
'orders' => 'הזמנות',
|
||||
'downloadable-products' => 'מוצרים להורדה',
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' =>'משהו השתבש, אנא נסה שוב מאוחר יותר.',
|
||||
'image-upload-limit' => 'גודל העלאת התמונה המקסימלי הוא 2MB',
|
||||
'no-result-found' => 'לא הצלחנו למצוא רשומות',
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'page-title' => config('app.name') . ' - בית',
|
||||
'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' => config('app.name') . ' - לחפש',
|
||||
'found-results' => 'נמצאו תוצאות חיפוש',
|
||||
'found-result' => 'נמצאה תוצאת חיפוש',
|
||||
'analysed-keywords' => 'מילות מפתח מנותחות',
|
||||
'image-search-option' => 'אפשרות חיפוש תמונות',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'title' => 'כותרת',
|
||||
'add-review-page-title' => 'הוסף ביקורת',
|
||||
'write-review' => 'כתוב ביקורת',
|
||||
'review-title' => 'תן לביקורת שלך כותרת',
|
||||
'product-review-page-title' => 'ביקורת מוצר',
|
||||
'rating-reviews' => 'דירוג וביקורות',
|
||||
'submit' => 'שלח',
|
||||
'delete-all' => 'כל הביקורות נמחקו בהצלחה',
|
||||
'ratingreviews' => ':דירוג דירוגים & :ביקורות ביקורות',
|
||||
'star' => 'כוכב',
|
||||
'percentage' => ':%%',
|
||||
'id-star' => 'כוכב',
|
||||
'name' => 'שֵׁם',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' => 'לְהַשְׁווֹת',
|
||||
'compare_similar_items' => 'השווה פריטים דומים',
|
||||
'add-tooltip' => 'הוסף מוצר לרשימת השוואה',
|
||||
'added' => 'פריט נוסף בהצלחה לרשימת השוואה',
|
||||
'already_added' => 'פריט כבר נוסף לרשימת השוואה',
|
||||
'removed' => 'פריט הוסר בהצלחה מרשימת ההשוואה',
|
||||
'removed-all' => 'כל הפריטים הוסרו בהצלחה מרשימת ההשוואה',
|
||||
'confirm-remove-all' => 'האם אתה בטוח שברצונך למחוק את כל פריטי ההשוואה?',
|
||||
'empty-text' => "אין לך פריטים ברשימת ההשוואה שלך",
|
||||
'product_image' => 'תמונת מוצר',
|
||||
'actions' => 'פעולות',
|
||||
],
|
||||
|
||||
'signup-text' => [
|
||||
'account_exists' => 'כבר יש לך חשבון',
|
||||
'title' => 'להתחבר',
|
||||
],
|
||||
|
||||
'signup-form' => [
|
||||
'page-title' => 'צור חשבון לקוח חדש',
|
||||
'title' => 'הירשם',
|
||||
'firstname' => 'שם פרטי',
|
||||
'lastname' => 'שם משפחה',
|
||||
'email' => 'אימייל',
|
||||
'password' => 'סיסמה',
|
||||
'confirm_pass' => 'אשר סיסמה',
|
||||
'button_title' => 'להירשם',
|
||||
'agree' => 'לְהַסכִּים',
|
||||
'terms' => 'תנאים',
|
||||
'conditions' => 'תנאים',
|
||||
'using' => 'על ידי שימוש באתר זה',
|
||||
'agreement' => 'הֶסכֵּם',
|
||||
'subscribe-to-newsletter' => 'הירשם לעדכונים',
|
||||
'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, כל הזכויות שמורות',
|
||||
'invalid-creds' => 'אנא בדוק את האישורים שלך ונסה שוב.',
|
||||
'verify-first' => 'אמת תחילה את חשבון הדוא"ל שלך.',
|
||||
'not-activated' => 'ההפעלה שלך מבקשת אישור מנהל',
|
||||
'resend-verification' => 'שלח שוב דואר אימות',
|
||||
'show-password' => 'הראה סיסמה',
|
||||
|
||||
],
|
||||
|
||||
'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' => 'מזהה מע"מ',
|
||||
'title' => 'ערוך כתובת',
|
||||
'street-address' => 'כתובת רחוב',
|
||||
'submit' => 'שמור כתובת',
|
||||
'success' => 'הכתובת עודכנה בהצלחה.',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'success' => 'הכתובת נמחקה בהצלחה',
|
||||
'failure' => 'לא ניתן למחוק כתובת',
|
||||
'wrong-password' => 'סיסמה שגויה !',
|
||||
],
|
||||
|
||||
'default-address' => 'כתובת ברירת מחדל',
|
||||
],
|
||||
|
||||
'order' => [
|
||||
'index' => [
|
||||
'page-title' => 'הזמנות',
|
||||
'title' => 'הזמנות',
|
||||
'order_id' => 'מספר הזמנה',
|
||||
'date' => 'תַאֲרִיך',
|
||||
'status' => 'סטָטוּס',
|
||||
'total' => 'סך הכל',
|
||||
'order_number' => 'מספר הזמנה',
|
||||
'processing' => 'מעבד',
|
||||
'completed' => 'הושלם',
|
||||
'canceled' => 'מבוטל',
|
||||
'closed' => 'סָגוּר',
|
||||
'pending' => 'ממתין ל',
|
||||
'pending-payment' => 'בהמתנה לתשלום',
|
||||
'fraud' => 'הונאה',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'Order #:order_id',
|
||||
'info' => 'מֵידָע',
|
||||
'placed-on' => 'ממוקם ב',
|
||||
'products-ordered' => 'מוצרים שהוזמנו',
|
||||
'invoices' => 'חשבוניות',
|
||||
'shipments' => 'משלוחים',
|
||||
'SKU' => 'SKU',
|
||||
'product-name' => 'שֵׁם',
|
||||
'qty' => 'כמות',
|
||||
'item-status' => 'סטטוס פריט',
|
||||
'item-ordered' => 'Ordered (:qty_ordered)',
|
||||
'item-invoice' => 'חשבונית (:qty_invoiced)',
|
||||
'item-shipped' => 'shipped (:qty_shipped)',
|
||||
'item-canceled' => 'מבוטל (:qty_cancelled)',
|
||||
'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 #:invoice_id',
|
||||
'individual-shipment' => "משלוח מס':מזהה_משלוח",
|
||||
'print' => 'הדפס',
|
||||
'invoice-id' => 'מזהה חשבונית',
|
||||
'order-id' => 'מספר הזמנה',
|
||||
'order-date' => 'תאריך הזמנה',
|
||||
'invoice-date' => 'תאריך חשבונית',
|
||||
'payment-terms' => 'תנאי תשלום',
|
||||
'bill-to' => 'ביל ל',
|
||||
'ship-to' => 'לשלוח ל',
|
||||
'contact' => 'איש קשר',
|
||||
'refunds' => 'החזרים',
|
||||
'individual-refund' => 'Refund #:refund_id',
|
||||
'adjustment-refund' => 'החזר התאמה',
|
||||
'adjustment-fee' => 'עמלת התאמה',
|
||||
'cancel-btn-title' => 'לְבַטֵל',
|
||||
'tracking-number' => 'מספר מעקב',
|
||||
'cancel-confirm-msg' => 'האם אתה בטוח שאתה רוצה לבטל את ההזמנה הזו?',
|
||||
],
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'page-title' => 'רשימת משאלות',
|
||||
'title' => 'רשימת משאלות',
|
||||
'deleteall' => 'מחק הכל',
|
||||
'confirm-delete-all' => 'האם אתה בטוח שאתה רוצה למחוק את כל רשימות המשאלות?',
|
||||
'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' => 'כל הפריטים מרשימת המשאלות שלך הוסרו',
|
||||
'save' => 'להציל',
|
||||
'share' => 'לַחֲלוֹק',
|
||||
'share-wishlist' => 'שתף משאלות',
|
||||
'wishlist-sharing' => 'שיתוף רשימת המשאלות',
|
||||
'shared-link' => 'קישור משותף',
|
||||
'visibility' => 'רְאוּת',
|
||||
'public' => 'פּוּמְבֵּי',
|
||||
'private' => 'פְּרָטִי',
|
||||
'enable' => 'לְאַפשֵׁר',
|
||||
'disable' => 'השבת',
|
||||
'customer-name' => ':name\'s wished shared',
|
||||
'enable-wishlist-info' => 'הפעל שיתוף רשימת משאלות כדי לקבל את הקישור.',
|
||||
'update-message' => 'הגדרות רשימת המשאלות המשותפת עודכנו בהצלחה',
|
||||
],
|
||||
|
||||
'downloadable_products' => [
|
||||
'title' => 'מוצרים להורדה',
|
||||
'order-id' => 'מספר הזמנה',
|
||||
'date' => 'תַאֲרִיך',
|
||||
'name' => 'כותרת',
|
||||
'status' => 'סטָטוּס',
|
||||
'pending' => 'ממתין ל',
|
||||
'available' => 'זמין',
|
||||
'expired' => 'לא בתוקף',
|
||||
'remaining-downloads' => 'הורדות שנותרו',
|
||||
'unlimited' => 'ללא הגבלה',
|
||||
'download-error' => 'פג תוקפו של קישור ההורדה.',
|
||||
'payment-error' => 'לא בוצע תשלום עבור הורדה זו.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'ביקורות',
|
||||
'page-title' => 'ביקורות',
|
||||
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'סקירה#:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'האם אתה בטוח שאתה רוצה למחוק את הביקורת הזו?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'מחק הכל',
|
||||
'confirmation-message' => 'האם אתה בטוח שאתה רוצה למחוק את כל הביקורות?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'layered-nav-title' => 'קנה לפי',
|
||||
'price-label' => 'נמוך כמו',
|
||||
'remove-filter-link-title' => 'נקה הכל',
|
||||
'filter-to' => 'ל',
|
||||
'sort-by' => 'מיין לפי',
|
||||
'from-a-z' => 'מא-ת',
|
||||
'from-z-a' => 'מז-א',
|
||||
'newest-first' => 'החדש ביותר יהיה ראשון',
|
||||
'oldest-first' => 'המבוגר ביותר ראשון',
|
||||
'cheapest-first' => 'הכי זול ראשון',
|
||||
'expensive-first' => 'יקר קודם',
|
||||
'show' => 'הופעה',
|
||||
'pager-info' => 'מציג :הצגה של :סה"כ פריטים',
|
||||
'description' => 'תיאור',
|
||||
'specification' => 'מִפרָט',
|
||||
'total-reviews' => ':סה"כ ביקורות',
|
||||
'total-rating' => ':total_rating דירוגים ו:total_reviews ביקורות',
|
||||
'by' => 'לפי שם',
|
||||
'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' => 'הגדרות',
|
||||
'compare_options' => 'השווה אפשרויות',
|
||||
'wishlist-options' => 'אפשרויות רשימת משאלות',
|
||||
'offers' => 'קנה :כמות עבור :price כל אחד וחסוך :discount%',
|
||||
'tax-inclusive' => 'כולל כל המסים',
|
||||
],
|
||||
|
||||
'buynow' => [
|
||||
'no-options' =>'אנא בחר אפשרויות לפני רכישת מוצר זה.',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'cart' => [
|
||||
'integrity' => [
|
||||
'missing_fields' => 'חסרים כמה שדות חובה עבור מוצר זה.',
|
||||
'missing_options' => 'חסרות אפשרויות עבור המוצר הזה.',
|
||||
'missing_links' => 'חסרים קישורים להורדה למוצר זה.',
|
||||
'qty_missing' => 'לפחות מוצר אחד צריך לכלול יותר מכמות אחת.',
|
||||
'qty_impossible' => 'לא ניתן להוסיף יותר מאחד מהמוצרים האלה לעגלה.',
|
||||
],
|
||||
'create-error' => 'נתקלתי בבעיה כלשהי בעת יצירת מופע של עגלה.',
|
||||
'title' => 'עגלת קניות',
|
||||
'empty' => 'עגלת הקניות שלך ריקה',
|
||||
'update-cart' => 'עדכן עגלת קניות',
|
||||
'continue-shopping' => 'המשך בקניות',
|
||||
'continue-registration' => 'המשך ההרשמה',
|
||||
'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' => 'פריט אינו פעיל והוסר מהסל.',
|
||||
'inactive-add' => 'לא ניתן להוסיף פריט לא פעיל לעגלה.',
|
||||
],
|
||||
'quantity-error' => 'הכמות המבוקשת לא זמינה.',
|
||||
'cart-subtotal' => 'סיכום ביניים של עגלת הקניות',
|
||||
'cart-remove-action' => 'אתה באמת רוצה לעשות את זה?',
|
||||
'partial-cart-update' => 'רק חלק מהמוצרים עודכנו',
|
||||
'link-missing' => '',
|
||||
'event' => [
|
||||
'expired' => 'פג תוקף האירוע הזה.',
|
||||
],
|
||||
'minimum-order-message' => 'כמות ההזמנה המינימלית היא :כמות',
|
||||
'suspended-account-message' => 'חשבונך הושעה.',
|
||||
'check-shipping-address' => 'אנא בדוק כתובת למשלוח.',
|
||||
'check-billing-address' => 'אנא בדוק את כתובת החיוב.',
|
||||
'specify-shipping-method' => 'אנא ציין את שיטת המשלוח.',
|
||||
'specify-payment-method' => 'אנא ציין אמצעי תשלום.',
|
||||
],
|
||||
|
||||
'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' => 'Paypal Standard',
|
||||
'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' => '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' => 'יקר :שם_לקוח',
|
||||
'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' => 'יקר :שם_לקוח',
|
||||
'final-summary' => 'תודה שהבעת את התעניינותך בחנות שלנו',
|
||||
'help' => 'אם אתה צריך כל סוג של עזרה, אנא צור איתנו קשר בכתובת:support_email',
|
||||
'thanks' => 'תודה!',
|
||||
],
|
||||
|
||||
'cancel' => [
|
||||
'subject' => 'אישור ביטול הזמנה',
|
||||
'heading' => 'ההזמנה בוטלה',
|
||||
'dear' => 'יקר :שם_לקוח',
|
||||
'greeting' => 'ההזמנה שלך עם מזהה ההזמנה :order_id שבוצעה ב-:created_at בוטלה',
|
||||
'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' => 'סיכום חשבונית',
|
||||
'reminder' => [
|
||||
'subject' => 'תזכורת חשבונית',
|
||||
'your-invoice-is-overdue' => 'החשבונית :invoice שלך הגיעה באיחור ב-:time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'אנא בצע את התשלום שלך בהקדם האפשרי.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'אם כבר שילמת, פשוט תתעלם מהמייל הזה.',
|
||||
],
|
||||
],
|
||||
|
||||
'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' => "החזר מס':refund_id עבור הזמנה מס':order_id",
|
||||
'subject' => 'החזר עבור ההזמנה שלך #:order_id',
|
||||
'summary' => 'סיכום החזר',
|
||||
'adjustment-refund' => 'החזר התאמה',
|
||||
'adjustment-fee' => 'עמלת התאמה',
|
||||
],
|
||||
|
||||
'forget-password' => [
|
||||
'subject' => 'איפוס סיסמא ללקוח',
|
||||
'dear' => 'יקירי :שם',
|
||||
'info' => 'אתה מקבל דוא"ל זה מכיוון שקיבלנו בקשה לאיפוס סיסמה עבור חשבונך',
|
||||
'reset-password' => 'לאפס את הסיסמה',
|
||||
'final-summary' => 'אם לא ביקשת איפוס סיסמה, אין צורך בפעולה נוספת',
|
||||
'thanks' => 'תודה!',
|
||||
],
|
||||
|
||||
'update-password' => [
|
||||
'subject' => 'הסיסמה עודכנה',
|
||||
'dear' => 'יקירי :שם',
|
||||
'info' => 'אתה מקבל דוא"ל זה כי עדכנת את הסיסמה שלך.',
|
||||
'thanks' => 'תודה!',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'new' => [
|
||||
'dear' => 'יקר :שם_לקוח',
|
||||
'username-email' => 'שם משתמש/אימייל',
|
||||
'subject' => 'רישום לקוח חדש',
|
||||
'password' => 'סיסמה',
|
||||
'summary' => 'החשבון שלך נוצר.
|
||||
פרטי החשבון שלך נמצאים להלן: ',
|
||||
'thanks' => 'תודה!',
|
||||
],
|
||||
|
||||
'registration' => [
|
||||
'subject' => 'רישום לקוח חדש',
|
||||
'customer-registration' => 'לקוח נרשם בהצלחה',
|
||||
'dear' => 'יקר :שם_לקוח',
|
||||
'dear-admin' => 'יקר :admin_name',
|
||||
'greeting' => 'ברוך הבא ותודה שנרשמת אלינו!',
|
||||
'greeting-admin' => 'יש לך רישום לקוח חדש אחד.',
|
||||
'summary' => 'החשבון שלך נוצר כעת בהצלחה ואתה יכול להתחבר באמצעות כתובת הדוא"ל והסיסמה שלך. לאחר הכניסה, תוכל לגשת לשירותים אחרים כולל סקירת הזמנות קודמות, רשימות משאלות ועריכת פרטי החשבון שלך.',
|
||||
'thanks' => 'תודה!',
|
||||
],
|
||||
|
||||
'verification' => [
|
||||
'heading' => config('app.name') . ' - אימות אימייל',
|
||||
'subject' => 'דואר אימות',
|
||||
'verify' => 'אמת את חשבונך',
|
||||
'summary' => 'זה הדואר לאימות שכתובת האימייל שהזנת היא שלך.
|
||||
אנא לחץ על הלחצן אמת את חשבונך למטה כדי לאמת את חשבונך.',
|
||||
],
|
||||
|
||||
'subscription' => [
|
||||
'subject' => 'דוא"ל מנוי',
|
||||
'greeting' => ' ברוך הבא ל ' . config('app.name') . ' - מנוי דוא"ל',
|
||||
'unsubscribe' => 'בטל את הרישום',
|
||||
'summary' => '״תודה שהכנסת אותי לתיבת הדואר הנכנס שלך. עבר זמן מאז שקראת את' . config('app.name') . ' דוא"ל, ואנחנו לא רוצים להציף את תיבת הדואר הנכנס שלך. אם אתה עדיין לא רוצה לקבל
|
||||
את החדשות האחרונות בתחום השיווק בדוא"ל, אז בוודאות לחץ על הלחצן למטה.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'webkul' => [
|
||||
'copy-right' => '© זכויות יוצרים: שנת תוכנת Webkul, כל הזכויות שמורות',
|
||||
],
|
||||
|
||||
'response' => [
|
||||
'create-success' => ':name נוצר בהצלחה.',
|
||||
'update-success' => ':name עודכן בהצלחה.',
|
||||
'delete-success' => ':name נמחק בהצלחה.',
|
||||
'submit-success' => ':name נשלח בהצלחה.',
|
||||
],
|
||||
];?>
|
||||
|
|
@ -1,775 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => 'दिए गए वैट आईडी का प्रारूप गलत है',
|
||||
'security-warning' => 'संदिग्ध गतिविधि मिली!!!',
|
||||
'nothing-to-delete' => 'हटाने के लिए कुछ नहीं',
|
||||
|
||||
'layouts' => [
|
||||
'my-account' => 'मेरा खाता',
|
||||
'profile' => 'प्रोफाइल',
|
||||
'address' => 'पता',
|
||||
'reviews' => 'समीक्षा',
|
||||
'wishlist' => 'इच्छा सूची',
|
||||
'orders' => 'आदेश',
|
||||
'downloadable-products' => 'डाउनलोड करने योग्य उत्पाद',
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'कुछ गलत हो गया है। कृपया बाद में दोबारा प्रयास करें।',
|
||||
'image-upload-limit' => 'छवि अधिकतम अपलोड आकार 2MB है',
|
||||
'no-result-found' => 'हमें कोई रिकॉर्ड नहीं मिला।',
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'page-title' => config('app.name') . ' - Home',
|
||||
'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' => config('app.name') . ' - खोज',
|
||||
'found-results' => 'खोज परिणाम मिले',
|
||||
'found-result' => 'खोज परिणाम मिला',
|
||||
'analysed-keywords' => 'विश्लेषण किए गए कीवर्ड',
|
||||
'image-search-option' => 'छवि खोज विकल्प',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'title' => 'शीर्षक',
|
||||
'add-review-page-title' => 'समीक्षा जोड़ें',
|
||||
'write-review' => 'एक समीक्षा लिखे',
|
||||
'review-title' => 'अपनी समीक्षा को एक शीर्षक दें',
|
||||
'product-review-page-title' => 'उत्पाद समीक्षा',
|
||||
'rating-reviews' => 'रेटिंग और समीक्षाएं',
|
||||
'submit' => 'प्रस्तुत',
|
||||
'delete-all' => 'सभी समीक्षाएं सफलतापूर्वक हटा दी गई हैं',
|
||||
'ratingreviews' => ': रेटिंग रेटिंग और: समीक्षा समीक्षा',
|
||||
'star' => 'तारा',
|
||||
'percentage' => ': प्रतिशत%',
|
||||
'id-star' => 'तारा',
|
||||
'name' => 'नाम',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' => 'तुलना करना',
|
||||
'compare_similar_items' => 'समान वस्तुओं की तुलना करें',
|
||||
'add-tooltip' => 'सूची की तुलना करने के लिए उत्पाद जोड़ें',
|
||||
'added' => 'सूची की तुलना करने के लिए आइटम सफलतापूर्वक जोड़ा गया',
|
||||
'already_added' => 'सूची की तुलना करने के लिए आइटम पहले ही जोड़ा जा चुका है',
|
||||
'removed' => 'आइटम को तुलना सूची से सफलतापूर्वक हटा दिया गया',
|
||||
'removed-all' => 'सभी आइटम सफलतापूर्वक तुलना सूची से हटा दिए गए',
|
||||
'confirm-remove-all' => 'क्या आप वाकई सभी तुलना आइटम हटाना चाहते हैं?',
|
||||
'empty-text' => "आपकी तुलना सूची में कोई आइटम नहीं है",
|
||||
'product_image' => 'उत्पाद का चित्र',
|
||||
'actions' => 'क्रियाएँ',
|
||||
],
|
||||
|
||||
'signup-text' => [
|
||||
'account_exists' => 'पहले से ही एक खाता है',
|
||||
'title' => 'साइन इन करें',
|
||||
],
|
||||
|
||||
'signup-form' => [
|
||||
'page-title' => 'नया ग्राहक खाता बनाएँ',
|
||||
'title' => 'साइन अप करें',
|
||||
'firstname' => 'पहला नाम',
|
||||
'lastname' => 'अंतिम नाम',
|
||||
'email' => 'ईमेल',
|
||||
'password' => 'कुंजिका',
|
||||
'confirm_pass' => 'पासवर्ड की पुष्टि कीजिये',
|
||||
'button_title' => 'रजिस्टर करें',
|
||||
'agree' => 'इस बात से सहमत',
|
||||
'terms' => 'शर्तें',
|
||||
'conditions' => 'शर्तेँ',
|
||||
'using' => 'इस वेबसाइट का उपयोग करके',
|
||||
'agreement' => 'समझौता',
|
||||
'subscribe-to-newsletter' => 'समाचार पत्रिका के लिए सदस्यता लें',
|
||||
'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' => '© कॉपीराइट: वर्ष वेबकुल सॉफ्टवेयर, सर्वाधिकार सुरक्षित',
|
||||
'invalid-creds' => 'कृपया अपने क्रेडेंशियल जांचें और पुनः प्रयास करें।',
|
||||
'verify-first' => 'पहले अपना ईमेल खाता सत्यापित करें।',
|
||||
'not-activated' => 'आपका सक्रियण व्यवस्थापक अनुमोदन चाहता है',
|
||||
'resend-verification' => 'सत्यापन मेल दोबारा भेजें',
|
||||
'show-password' => 'पासवर्ड दिखाए',
|
||||
|
||||
],
|
||||
|
||||
'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' => 'वैट पहचान पत्र',
|
||||
'title' => 'पता संपादित करें',
|
||||
'street-address' => 'गली का पता',
|
||||
'submit' => 'पता सहेजें',
|
||||
'success' => 'पता सफलतापूर्वक अपडेट किया गया।',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'success' => 'पता सफलतापूर्वक हटाया गया',
|
||||
'failure' => 'पता हटाया नहीं जा सकता',
|
||||
'wrong-password' => 'गलत पासवर्ड !',
|
||||
],
|
||||
|
||||
'default-address' => 'डिफ़ॉल्ट पता',
|
||||
],
|
||||
|
||||
'order' => [
|
||||
'index' => [
|
||||
'page-title' => 'आदेश',
|
||||
'title' => 'आदेश',
|
||||
'order_id' => 'आदेश ID',
|
||||
'date' => 'तारीख',
|
||||
'status' => 'स्थिति',
|
||||
'total' => 'संपूर्ण',
|
||||
'order_number' => 'क्रम संख्या',
|
||||
'processing' => 'प्रसंस्करण',
|
||||
'completed' => 'पुरा होना',
|
||||
'canceled' => 'रद्द',
|
||||
'closed' => 'बंद किया हुआ',
|
||||
'pending' => 'लंबित',
|
||||
'pending-payment' => 'लंबित भुगतान',
|
||||
'fraud' => 'धोखा',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'ऑर्डर #: ऑर्डर_आईडी',
|
||||
'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' => 'चालान #: चालान_आईडी',
|
||||
'individual-shipment' => 'शिपमेंट #:शिपमेंट_आईडी',
|
||||
'print' => 'प्रिंट',
|
||||
'invoice-id' => 'चालान आईडी',
|
||||
'order-id' => 'आदेश ID',
|
||||
'order-date' => 'आर्डर की तारीख',
|
||||
'invoice-date' => 'चालान की तारीख',
|
||||
'payment-terms' => 'भुगतान की शर्तें',
|
||||
'bill-to' => 'बिल प्राप्तकर्ता',
|
||||
'ship-to' => 'यहां भेजें',
|
||||
'contact' => 'संपर्क करें',
|
||||
'refunds' => 'रिफंड',
|
||||
'individual-refund' => 'धनवापसी #: धनवापसी_आईडी',
|
||||
'adjustment-refund' => 'समायोजन वापसी',
|
||||
'adjustment-fee' => 'समायोजन शुल्क',
|
||||
'cancel-btn-title' => 'रद्द करें',
|
||||
'tracking-number' => 'ट्रैकिंग नंबर',
|
||||
'cancel-confirm-msg' => 'क्या आप वाकई इस आदेश को रद्द करना चाहते हैं?',
|
||||
],
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'page-title' => 'इच्छा सूची',
|
||||
'title' => 'इच्छा सूची',
|
||||
'deleteall' => 'सभी हटा दो',
|
||||
'confirm-delete-all' => 'क्या आप वाकई सभी इच्छा सूची हटाना चाहते हैं?',
|
||||
'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' => 'आपकी इच्छा सूची से सभी आइटम हटा दिए गए हैं',
|
||||
'save' => 'सहेजें',
|
||||
'share' => 'साझा करना',
|
||||
'share-wishlist' => 'शेयर विशलिस्ट',
|
||||
'wishlist-sharing' => 'विशलिस्ट शेयरिंग',
|
||||
'shared-link' => 'साझा लिंक',
|
||||
'visibility' => 'दृश्यता',
|
||||
'public' => 'जनता',
|
||||
'private' => 'निजी',
|
||||
'enable' => 'सक्षम',
|
||||
'disable' => 'अक्षम करना',
|
||||
'customer-name' => ':name\'s साझा विशलिस्ट',
|
||||
'enable-wishlist-info' => 'लिंक प्राप्त करने के लिए इच्छा सूची साझाकरण सक्षम करें।',
|
||||
'update-message' => 'साझा इच्छा-सूची सेटिंग सफलतापूर्वक अपडेट की गईं',
|
||||
],
|
||||
|
||||
'downloadable_products' => [
|
||||
'title' => 'डाउनलोड करने योग्य उत्पाद',
|
||||
'order-id' => 'आदेश ID',
|
||||
'date' => 'तारीख',
|
||||
'name' => 'शीर्षक',
|
||||
'status' => 'स्थिति',
|
||||
'pending' => 'लंबित',
|
||||
'available' => 'उपलब्ध',
|
||||
'expired' => 'समाप्त',
|
||||
'remaining-downloads' => 'शेष डाउनलोड',
|
||||
'unlimited' => 'असीमित',
|
||||
'download-error' => 'डाउनलोड लिंक की समय सीमा समाप्त हो गई है।',
|
||||
'payment-error' => 'इस डाउनलोड के लिए भुगतान नहीं किया गया है।',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'समीक्षा',
|
||||
'page-title' => 'समीक्षा',
|
||||
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'समीक्षा #:आईडी',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'क्या आप इस समीक्षा को मिटाना चाहते हैं?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'सभी हटा दो',
|
||||
'confirmation-message' => 'क्या आप वाकई सभी समीक्षाओं को हटाना चाहते हैं?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'layered-nav-title' => 'द्वारा खरीदारी',
|
||||
'price-label' => 'जितना कम',
|
||||
'remove-filter-link-title' => 'सभी साफ करें',
|
||||
'filter-to' => 'प्रति',
|
||||
'sort-by' => 'इसके अनुसार क्रमबद्ध करें',
|
||||
'from-a-z' => 'ए-जेड से',
|
||||
'from-z-a' => 'जेड-ए से',
|
||||
'newest-first' => 'नवीनतम पहले',
|
||||
'oldest-first' => 'सबसे पुराना पहले',
|
||||
'cheapest-first' => 'सबसे सस्ता पहला',
|
||||
'expensive-first' => 'महंगा पहले',
|
||||
'show' => 'प्रदर्शन',
|
||||
'pager-info' => 'दिखा रहा है: दिखा रहा है: कुल आइटम',
|
||||
'description' => 'विवरण',
|
||||
'specification' => 'विनिर्देश',
|
||||
'total-reviews' => ':कुल समीक्षाएं',
|
||||
'total-rating' => ':total_rating रेटिंग और :total_reviews समीक्षाएं',
|
||||
'by' => 'नाम से',
|
||||
'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' => 'समायोजन',
|
||||
'compare_options' => 'विकल्पों की तुलना करें',
|
||||
'wishlist-options' => 'इच्छा सूची विकल्प',
|
||||
'offers' => 'खरीदें: मात्रा के लिए: प्रत्येक की कीमत और बचत करें: छूट%',
|
||||
'tax-inclusive' => 'सभी करों सहित',
|
||||
],
|
||||
|
||||
'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' => 'खरीदारी जारी रखें',
|
||||
'continue-registration' => 'पंजीकरण जारी रखें',
|
||||
'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' => 'एक आइटम निष्क्रिय है और उसे कार्ट से निकाल दिया गया था।',
|
||||
'inactive-add' => 'निष्क्रिय आइटम कार्ट में नहीं जोड़ा जा सकता है।',
|
||||
],
|
||||
'quantity-error' => 'अनुरोधित मात्रा उपलब्ध नहीं है।',
|
||||
'cart-subtotal' => 'सामान का पूर्ण योग',
|
||||
'cart-remove-action' => 'क्या आप वाकई ऐसा करना चाहते हैं?',
|
||||
'partial-cart-update' => 'केवल कुछ उत्पाद अपडेट किए गए थे',
|
||||
'link-missing' => '',
|
||||
'event' => [
|
||||
'expired' => 'This event has been expired.',
|
||||
],
|
||||
'minimum-order-message' => 'न्यूनतम आदेश राशि है: राशि',
|
||||
'suspended-account-message' => 'आपका खाता निरस्त कर दिया गया है।',
|
||||
'check-shipping-address' => 'कृपया शिपिंग पता जांचें।',
|
||||
'check-billing-address' => 'कृपया बिलिंग पता जांचें।',
|
||||
'specify-shipping-method' => 'कृपया शिपिंग विधि निर्दिष्ट करें।',
|
||||
'specify-payment-method' => 'कृपया भुगतान विधि निर्दिष्ट करें।',
|
||||
],
|
||||
|
||||
'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' => 'आपका ऑर्डर ऑर्डर आईडी के साथ :order_id :created_at पर रखा गया रद्द कर दिया गया है',
|
||||
'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 के लिए चालान_आईडी',
|
||||
'subject' => 'आपके आदेश के लिए चालान #:order_id',
|
||||
'summary' => 'चालान का सारांश',
|
||||
'reminder' => [
|
||||
'subject' => 'चालान अनुस्मारक',
|
||||
'your-invoice-is-overdue' => 'आपका चालान: चालान समय से अतिदेय है।',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'कृपया अपना भुगतान यथाशीघ्र करें।',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'यदि आप पहले ही भुगतान कर चुके हैं, तो इस ईमेल पर ध्यान न दें।',
|
||||
],
|
||||
],
|
||||
|
||||
'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 के लिए धनवापसी_आईडी',
|
||||
'subject' => 'आपके आदेश के लिए धनवापसी #:order_id',
|
||||
'summary' => 'धनवापसी का सारांश',
|
||||
'adjustment-refund' => 'समायोजन वापसी',
|
||||
'adjustment-fee' => 'समायोजन शुल्क',
|
||||
],
|
||||
|
||||
'forget-password' => [
|
||||
'subject' => 'ग्राहक रीसेट पासवर्ड',
|
||||
'dear' => 'प्रिय: नाम',
|
||||
'info' => 'आपको यह ईमेल इसलिए प्राप्त हो रहा है क्योंकि हमें आपके खाते के लिए पासवर्ड रीसेट करने का अनुरोध प्राप्त हुआ है',
|
||||
'reset-password' => 'पासवर्ड रीसेट',
|
||||
'final-summary' => 'यदि आपने पासवर्ड रीसेट करने का अनुरोध नहीं किया है, तो आगे किसी कार्रवाई की आवश्यकता नहीं है',
|
||||
'thanks' => 'धन्यवाद!',
|
||||
],
|
||||
|
||||
'update-password' => [
|
||||
'subject' => 'पासवर्ड अपडेट किया गया',
|
||||
'dear' => 'प्रिय: नाम',
|
||||
'info' => 'आपको यह ईमेल इसलिए प्राप्त हो रहा है क्योंकि आपने अपना पासवर्ड अपडेट कर लिया है।',
|
||||
'thanks' => 'धन्यवाद!',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'new' => [
|
||||
'dear' => 'प्रिय :customer_name',
|
||||
'username-email' => 'उपयोगकर्ता नाम/ईमेल',
|
||||
'subject' => 'नया ग्राहक पंजीकरण',
|
||||
'password' => 'कुंजिका',
|
||||
'summary' => 'आपका खाता तैयार कर दिया गया है।
|
||||
आपके खाते का विवरण नीचे है: ',
|
||||
'thanks' => 'धन्यवाद!',
|
||||
],
|
||||
|
||||
'registration' => [
|
||||
'subject' => 'नया ग्राहक पंजीकरण',
|
||||
'customer-registration' => 'ग्राहक सफलतापूर्वक पंजीकृत',
|
||||
'dear' => 'प्रिय :customer_name',
|
||||
'dear-admin' => 'प्रिय: admin_name',
|
||||
'greeting' => 'स्वागत है और हमारे साथ पंजीकरण करने के लिए धन्यवाद!',
|
||||
'greeting-admin' => 'आपके पास एक नया ग्राहक पंजीकरण है।',
|
||||
'summary' => 'आपका खाता अब सफलतापूर्वक बनाया गया है और आप अपने ईमेल पते और पासवर्ड क्रेडेंशियल्स का उपयोग करके लॉगिन कर सकते हैं। लॉग इन करने पर, आप पिछले आदेशों, इच्छा-सूचियों की समीक्षा करने और अपने खाते की जानकारी संपादित करने सहित अन्य सेवाओं तक पहुँचने में सक्षम होंगे।',
|
||||
'thanks' => 'धन्यवाद!',
|
||||
],
|
||||
|
||||
'verification' => [
|
||||
'heading' => config('app.name')."। - ईमेल सत्यापन",
|
||||
'subject' => 'सत्यापन मेल',
|
||||
'verify' => 'अपने खाते को सत्यापित करें',
|
||||
'summary' => 'यह सत्यापित करने के लिए मेल है कि आपके द्वारा दर्ज किया गया ईमेल पता आपका है।
|
||||
कृपया अपना खाता सत्यापित करने के लिए नीचे अपना खाता सत्यापित करें बटन क्लिक करें।',
|
||||
],
|
||||
|
||||
'subscription' => [
|
||||
'subject' => 'सदस्यता ईमेल',
|
||||
'greeting' => "आपका स्वागत है |". config ('app.name')."|- ईमेल सदस्यता",
|
||||
'unsubscribe' => 'सदस्यता समाप्त करें',
|
||||
'summary' => "मुझे अपने इनबॉक्स में डालने के लिए धन्यवाद। आपको पढ़े हुए काफी समय हो गया है' . कॉन्फिग ('app.name')। ' ईमेल, और हम आपके इनबॉक्स को अभिभूत नहीं करना चाहते हैं। यदि आप अभी भी प्राप्त नहीं करना चाहते हैं
|
||||
नवीनतम ईमेल मार्केटिंग समाचार तो निश्चित रूप से नीचे दिए गए बटन पर क्लिक करें।",
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'webkul' => [
|
||||
'copy-right' => '© कॉपीराइट: वर्ष वेबकुल सॉफ्टवेयर, सर्वाधिकार सुरक्षित',
|
||||
],
|
||||
|
||||
'response' => [
|
||||
'create-success' => ': name सफलतापूर्वक बनाया गया।',
|
||||
'update-success' => ': name सफलतापूर्वक अपडेट किया गया।',
|
||||
'delete-success' => ': name सफलतापूर्वक हटा दिया गया।',
|
||||
'submit-success' => ': name सफलतापूर्वक सबमिट किया गया।',
|
||||
],
|
||||
];
|
||||
|
||||
?>
|
||||
|
|
@ -1,772 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => '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.',
|
||||
'image-upload-limit' => 'La dimensione massima di caricamento dell\'immagine è 2 MB',
|
||||
'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',
|
||||
'image-search-option' => 'Image Search Option',
|
||||
],
|
||||
|
||||
'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',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'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',
|
||||
'show-password' => 'mostra password',
|
||||
],
|
||||
|
||||
'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 !',
|
||||
],
|
||||
|
||||
'default-address' => 'Default Address',
|
||||
],
|
||||
|
||||
'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',
|
||||
'invoice-date' => 'Data fattura',
|
||||
'payment-terms' => 'Termini di pagamento',
|
||||
'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',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'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',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'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.',
|
||||
'payment-error' => 'Payment has not been done for this download.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'Recensioni',
|
||||
'page-title' => 'Recensioni',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'Recensione #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'Sei sicuro di voler eliminare questa recensione?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'Cancella tutto',
|
||||
'confirmation-message' => 'Sei sicuro di voler eliminare tutte le recensioni?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'wishlist-options' => 'Wishlist Options',
|
||||
'offers' => 'Buy :qty for :price each and save :discount%',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
// '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',
|
||||
'continue-registration' => 'Continua la registrazione',
|
||||
'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.',
|
||||
],
|
||||
'minimum-order-message' => 'L\'importo minimo dell\'ordine è :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'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',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'dear-admin' => 'Gentile :admin_name',
|
||||
'greeting' => 'Benvenuto e grazie per esserti registrato!',
|
||||
'greeting-admin' => 'Hai una nuova registrazione cliente.',
|
||||
'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.',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,712 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'security-warning' => 'セキュリティの警告',
|
||||
'nothing-to-delete' => '削除するアイテムはありません',
|
||||
|
||||
'layouts' => [
|
||||
'my-account' => 'マイアカウント',
|
||||
'profile' => 'プロフィール',
|
||||
'address' => 'アドレス',
|
||||
'reviews' => 'レビュー',
|
||||
'wishlist' => 'お気に入り',
|
||||
'orders' => '注文',
|
||||
'downloadable-products' => 'ダウンロードアイテム',
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'エラーが発生しました。しばらく待ってから、再度アクセスしてください。',
|
||||
'image-upload-limit' => '画像の最大アップロードサイズは2MBです',
|
||||
],
|
||||
|
||||
'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',
|
||||
'image-search-option' => 'Image Search Option',
|
||||
],
|
||||
|
||||
'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' => '比較リストからすべてのアイテムを削除しました',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'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' => 'アカウント確認メールが再送信',
|
||||
'show-password' => '顯示密碼',
|
||||
],
|
||||
|
||||
'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' => 'パスワードが正しくありません',
|
||||
],
|
||||
|
||||
'default-address' => 'Default Address',
|
||||
],
|
||||
|
||||
'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' => '注文日',
|
||||
'invoice-date' => '請求書の日付',
|
||||
'payment-terms' => '支払い条件',
|
||||
'bill-to' => '請求先',
|
||||
'ship-to' => '送り先',
|
||||
'contact' => '連絡先',
|
||||
'refunds' => '返金',
|
||||
'individual-refund' => '返金 #:refund_id',
|
||||
'adjustment-refund' => '返金調整',
|
||||
'adjustment-fee' => '調整手数料',
|
||||
'tracking-number' => '追跡番号',
|
||||
'cancel-confirm-msg' => 'この注文をキャンセルしてもよろしいですか ?',
|
||||
],
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'page-title' => 'お気に入り',
|
||||
'title' => 'お気に入り',
|
||||
'deleteall' => '全て削除',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'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' => '全てのアイテムがお気に入りから削除されました。',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'downloadable_products' => [
|
||||
'title' => 'ダウンロードアイテム',
|
||||
'order-id' => '注文番号',
|
||||
'date' => '日時',
|
||||
'name' => 'アイテム名',
|
||||
'status' => 'ステータス',
|
||||
'pending' => '処理中',
|
||||
'available' => 'ダウンロード可能',
|
||||
'expired' => '期限切れ',
|
||||
'remaining-downloads' => '残りのダウンロード数',
|
||||
'unlimited' => '無制限',
|
||||
'download-error' => 'ダウンロードリンクの有効期限が切れています.',
|
||||
'payment-error' => 'Payment has not been done for this download.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'レビュー',
|
||||
'page-title' => 'レビュー',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'レビュー #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'このレビューを削除してもよろしいですか?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'すべて削除',
|
||||
'confirmation-message' => 'すべてのレビューを削除してもよろしいですか?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'wishlist-options' => 'Wishlist Options',
|
||||
'offers' => 'Buy :qty for :price each and save :discount%',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'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' => '買い物を続ける',
|
||||
'continue-registration' => '登録を続ける',
|
||||
'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' => '',
|
||||
'minimum-order-message' => '最小注文額は :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'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' => '注文内容',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
'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',
|
||||
'dear-admin' => '様 :admin_name',
|
||||
'greeting' => '¡Bienvenido y gracias por registrarte en Bassar!',
|
||||
'greeting-admin' => '新規顧客登録が1つあります。',
|
||||
'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.',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,778 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => 'Het opgegeven btw-nummer heeft een verkeerd formaat',
|
||||
'security-warning' => 'Verdachte activiteit gevonden!',
|
||||
'nothing-to-delete' => 'Er valt niets te verwijderen',
|
||||
|
||||
'layouts' => [
|
||||
'my-account' => 'Mijn account',
|
||||
'profile' => 'Profiel',
|
||||
'address' => 'Mijn adressen',
|
||||
'reviews' => 'Reviews',
|
||||
'wishlist' => 'Verlanglijst',
|
||||
'orders' => 'Bestellingen',
|
||||
'downloadable-products' => 'Downloadbare producten',
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'Er is iets misgegaan, probeer het later opnieuw.',
|
||||
'image-upload-limit' => 'De maximale uploadgrootte van de afbeelding is 2 MB',
|
||||
'no-result-found' => 'We hebben geen records kunnen vinden.',
|
||||
],
|
||||
|
||||
'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',
|
||||
'image-search-option' => 'Image Search Option',
|
||||
],
|
||||
|
||||
'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' => 'Naam',
|
||||
],
|
||||
|
||||
'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',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'empty-text' => "You don't have any items in your compare list",
|
||||
'product_image' => 'Product afbeelding',
|
||||
'actions' => 'Acties',
|
||||
],
|
||||
|
||||
'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 succesvol aangemaakt, er is een e-mail verzonden ter verificatie.',
|
||||
'success-verify-email-unsent' => 'Account aangemaakt, maar de verificatie-e-mail is niet verzonden.',
|
||||
'failed' => 'Fout! Kan uw account niet aanmaken, probeer het later opnieuw.',
|
||||
'already-verified' => 'Je account is al geverifieerd.',
|
||||
'verification-not-sent' => 'Fout! Probleem bij het verzenden van een verificatie-e-mail. Probeer het later opnieuw.',
|
||||
'verification-sent' => 'Verificatie email verzonden',
|
||||
'verified' => 'Uw account is geverifieerd, probeer nu in te loggen.',
|
||||
'verify-failed' => 'We kunnen uw e-mailaccount niet verifiëren.',
|
||||
'dont-have-account' => 'U heeft geen account bij ons.',
|
||||
'success' => 'Account succesvol aangemaakt',
|
||||
'failed' => 'Fout! Kan uw account niet maken. Probeer het later opnieuw',
|
||||
'already-verified' => 'Uw account is al geverifieerd of probeer nogmaals een nieuwe verificatie-e-mail te verzenden',
|
||||
'verification-not-sent' => 'Fout! Probleem bij het verzenden van verificatie-e-mail, probeer het later opnieuw',
|
||||
'verify-failed' => 'We kunnen uw e-mailaccount niet verifiëren',
|
||||
'dont-have-account' => 'U heeft geen account bij ons',
|
||||
'customer-registration' => 'Klant succesvol geregistreerd',
|
||||
],
|
||||
|
||||
'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' => 'Onthoud me',
|
||||
'footer' => '© Copyright :year Webkul Software, All rights reserved',
|
||||
'invalid-creds' => 'Controleer uw inloggegevens en probeer het opnieuw.',
|
||||
'verify-first' => 'Verifieer eerst uw e-mailaccount.',
|
||||
'not-activated' => 'Uw activering vraagt om goedkeuring van de beheerder.',
|
||||
'resend-verification' => 'Verzend de verificatie-e-mail opnieuw',
|
||||
'show-password' => 'Vis passord',
|
||||
],
|
||||
|
||||
'forgot-password' => [
|
||||
'title' => 'Wachtwoord herstellen',
|
||||
'email' => 'Email',
|
||||
'submit' => 'Stuur wachtwoord reset e-mail',
|
||||
'page_title' => 'Uw wachtwoord vergeten ?',
|
||||
],
|
||||
|
||||
'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' => 'Profiel wijzigen',
|
||||
'menu' => 'Menu',
|
||||
|
||||
'general' => [
|
||||
'no' => 'Nee',
|
||||
'yes' => 'Ja',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'index' => [
|
||||
'page-title' => 'Profiel',
|
||||
'title' => 'Profiel',
|
||||
'edit' => 'Wijzig',
|
||||
],
|
||||
|
||||
'edit-success' => 'Profiel succesvol bijgewerkt.',
|
||||
'edit-fail' => 'Fout! Profiel kan niet worden bijgewerkt. Probeer het later opnieuw.',
|
||||
'unmatch' => 'Het oude wachtwoord komt niet overeen.',
|
||||
|
||||
'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' => 'Nieuw adres toevoegen',
|
||||
'delete' => 'Verwijderen',
|
||||
'make-default' => 'Maak standaard',
|
||||
'default' => 'Standaard',
|
||||
'contact' => 'Contact',
|
||||
'confirm-delete' => 'Wilt u dit adres echt verwijderen?',
|
||||
'default-delete' => 'Het standaard adres kan niet worden gewijzigd.',
|
||||
'enter-password' => 'Voer uw wachtwoord in.',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'page-title' => 'Nieuw adres toevoegen',
|
||||
'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' => '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 !',
|
||||
],
|
||||
|
||||
'default-address' => 'Default Address',
|
||||
],
|
||||
|
||||
'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' => 'BTW',
|
||||
'discount' => 'Korting',
|
||||
'tax-percent' => 'BTWpercentage',
|
||||
'tax-amount' => 'BTWbedrag',
|
||||
'discount-amount' => 'Korting hoeveelheid',
|
||||
'grand-total' => 'Eindtotaal',
|
||||
'total-paid' => 'Totaal betaald',
|
||||
'total-refunded' => 'Totaal terugbetaald ',
|
||||
'total-due' => 'Totaal verschuldigd',
|
||||
'shipping-address' => 'Verzendingsadres',
|
||||
'billing-address' => 'Facturatie 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',
|
||||
'invoice-date' => 'Factuur datum',
|
||||
'payment-terms' => 'Betaalvoorwaarden',
|
||||
'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',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'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',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'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.',
|
||||
'payment-error' => 'Payment has not been done for this download.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'Recensies',
|
||||
'page-title' => 'Recensies',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'Recensies #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'Weet je zeker dat je deze recensie wilt verwijderen?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'Verwijder alles',
|
||||
'confirmation-message' => 'Weet u zeker dat u alle beoordelingen wilt verwijderen?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'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' => 'In winkelwagen',
|
||||
'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',
|
||||
'wishlist-options' => 'Wishlist Options',
|
||||
'offers' => 'Buy :qty for :price each and save :discount%',
|
||||
'tax-inclusive' => 'Inclusief BTW',
|
||||
],
|
||||
|
||||
// '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',
|
||||
'continue-registration' => 'Doorgaan met registratie',
|
||||
'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.',
|
||||
],
|
||||
'minimum-order-message' => 'Minimum orderbedrag is :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'onepage' => [
|
||||
'title' => 'Uitchecken',
|
||||
'information' => 'Informatie',
|
||||
'shipping' => 'Verzending',
|
||||
'payment' => 'Betaling',
|
||||
'complete' => 'Complete',
|
||||
'review' => 'Beoordeling',
|
||||
'billing-address' => 'Facturatie 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' => 'Postcode',
|
||||
'phone' => 'Telefoon',
|
||||
'country' => 'Land',
|
||||
'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' => 'Facturatie 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 ordernummer is #:order_id',
|
||||
'info' => 'We sturen u een e-mail met uw bestelgegevens en trackinginformatie',
|
||||
],
|
||||
],
|
||||
|
||||
'mail' => [
|
||||
'order' => [
|
||||
'subject' => 'Nieuwe orderbevestiging',
|
||||
'heading' => 'Order bevestiging!',
|
||||
'dear' => 'Beste :customer_name',
|
||||
'dear-admin' => 'Beste :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' => 'Facturatie adres ',
|
||||
'contact' => 'Contact',
|
||||
'shipping' => 'Verzendmethode',
|
||||
'payment' => 'Betalingswijze',
|
||||
'price' => 'Prijs',
|
||||
'quantity' => 'Aantal',
|
||||
'subtotal' => 'Subtotal',
|
||||
'shipping-handling' => 'Verzending en afhandeling',
|
||||
'tax' => 'BTW',
|
||||
'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' => 'Beste :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' => 'Beste :customer_name',
|
||||
'greeting' => 'Uw bestelling met ordernummer #:order_id geplaatst op :created_at is geannuleerd',
|
||||
'summary' => 'Samenvatting van de bestelling',
|
||||
'shipping-address' => 'Verzendingsadres',
|
||||
'billing-address' => 'Facturatie adres ',
|
||||
'contact' => 'Contact',
|
||||
'shipping' => 'Verzendmethode',
|
||||
'payment' => 'Betalingswijze',
|
||||
'subtotal' => 'Subtotaal',
|
||||
'shipping-handling' => 'Verzending en afhandeling',
|
||||
'tax' => 'BTW',
|
||||
'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',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
|
||||
'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' => 'Beste :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' => 'Beste :name',
|
||||
'info' => 'Je ontvangt deze e-mail omdat je je wachtwoord hebt bijgewerkt.',
|
||||
'thanks' => 'Bedankt!',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'new' => [
|
||||
'dear' => 'Beste :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' => 'Beste :customer_name',
|
||||
'dear-admin' => 'Beste :admin_name',
|
||||
'greeting' => 'Welkom en bedankt voor uw registratie bij ons!',
|
||||
'greeting-admin' => 'U heeft één nieuwe klantregistratie.',
|
||||
'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.',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,771 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => '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.',
|
||||
'image-upload-limit' => 'Maksymalny rozmiar przesyłanego obrazu to 2 MB',
|
||||
'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',
|
||||
'image-search-option' => 'Image Search Option',
|
||||
],
|
||||
|
||||
'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',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'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ą',
|
||||
'show-password' => 'Pokaż hasło',
|
||||
],
|
||||
|
||||
'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!',
|
||||
],
|
||||
|
||||
'default-address' => 'Default Address',
|
||||
],
|
||||
|
||||
'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',
|
||||
'invoice-date' => 'Data wystawienia faktury',
|
||||
'payment-terms' => 'Zasady płatności',
|
||||
'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',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'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',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'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ł.',
|
||||
'payment-error' => 'Payment has not been done for this download.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'Recenzje',
|
||||
'page-title' => 'Recenzje',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'Recenzja #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'Czy na pewno chcesz usunąć tę recenzję?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'Usuń wszystko',
|
||||
'confirmation-message' => 'Czy na pewno chcesz usunąć wszystkie opinie?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'wishlist-options' => 'Wishlist Options',
|
||||
'offers' => 'Buy :qty for :price each and save :discount%',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
// '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',
|
||||
'continue-registration' => 'Kontynuuj rejestrację',
|
||||
'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.',
|
||||
],
|
||||
'minimum-order-message' => 'Minimalna kwota zamówienia to :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'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',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'dear-admin' => 'Drogi/a :admin_name',
|
||||
'greeting' => 'Witamy i dziękujemy za rejestrację w naszym sklepie!',
|
||||
'greeting-admin' => 'Masz jedną rejestrację nowego klienta.',
|
||||
'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.',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,746 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => '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.',
|
||||
'image-upload-limit' => 'O tamanho máximo de upload da imagem é 2 MB',
|
||||
'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',
|
||||
'image-search-option' => 'Image Search Option',
|
||||
],
|
||||
|
||||
'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',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'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',
|
||||
'show-password' => 'show-password',
|
||||
],
|
||||
|
||||
'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 !',
|
||||
],
|
||||
|
||||
'default-address' => 'Default Address',
|
||||
],
|
||||
|
||||
'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',
|
||||
'invoice-date' => 'Data da fatura',
|
||||
'payment-terms' => 'Termos de pagamento',
|
||||
'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',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'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',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'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.',
|
||||
'payment-error' => 'Payment has not been done for this download.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'Avaliação',
|
||||
'page-title' => 'Cliente - Avaliação',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'Avaliação #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'Tem certeza de que deseja excluir este comentário?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'Apagar tudo',
|
||||
'confirmation-message' => 'Tem certeza de que deseja excluir todos os comentários?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'wishlist-options' => 'Wishlist Options',
|
||||
'offers' => 'Buy :qty for :price each and save :discount%',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
// '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',
|
||||
'continue-registration' => 'Continuar o registro',
|
||||
'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.',
|
||||
],
|
||||
'minimum-order-message' => 'O valor mínimo do pedido é :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'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',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'dear-admin' => 'Caro :admin_name',
|
||||
'greeting' => 'Bem vindo e obrigado por se cadastrar conosco!',
|
||||
'greeting-admin' => 'Você tem um novo registro de cliente.',
|
||||
'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.',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,774 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => 'Данный идентификатор НДС имеет неправильный формат',
|
||||
'security-warning' => 'Обнаружена подозрительная активность!!!',
|
||||
'nothing-to-delete' => 'Нечего удалять',
|
||||
|
||||
'layouts' => [
|
||||
'my-account' => 'Мой счет',
|
||||
'profile' => 'Профиль',
|
||||
'address' => 'Адрес',
|
||||
'reviews' => 'Отзывы',
|
||||
'wishlist' => 'список желаний',
|
||||
'orders' => 'Заказы',
|
||||
'downloadable-products' => 'Загружаемые продукты',
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'Что-то пошло не так. Пожалуйста, повторите попытку позже.',
|
||||
'image-upload-limit' => 'Максимальный размер загружаемого изображения – 2 МБ',
|
||||
'no-result-found' => 'Нам не удалось найти никаких записей.',
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'page-title' => config('app.name') . ' - Home',
|
||||
'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' => config('app.name') . ' - Поиск',
|
||||
'found-results' => 'Результаты поиска найдены',
|
||||
'found-result' => 'Результат поиска найден»',
|
||||
'analysed-keywords' => 'Проанализированные ключевые слова',
|
||||
'image-search-option' => 'Вариант поиска изображения',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'title' => 'Заголовок',
|
||||
'add-review-page-title' => 'Добавить отзыв',
|
||||
'write-review' => 'Написать рецензию',
|
||||
'review-title' => 'Дайте вашему отзыву название',
|
||||
'product-review-page-title' => 'Обзор продукта',
|
||||
'rating-reviews' => 'Рейтинг и обзоры',
|
||||
'submit' => 'ПРЕДСТАВИТЬ',
|
||||
'delete-all' => 'Все отзывы успешно удалены',
|
||||
'ratingreviews' => ':rating Рейтинги и :review Обзоры',
|
||||
'star' => 'Звезда',
|
||||
'percentage' => ':процент %',
|
||||
'id-star' => 'звезда',
|
||||
'name' => 'Имя',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' => 'Сравнивать',
|
||||
'compare_similar_items' => 'Сравнить похожие товары',
|
||||
'add-tooltip' => 'Добавить товар в список сравнения',
|
||||
'added' => 'Товар успешно добавлен в список сравнения',
|
||||
'already_added' => 'Товар уже добавлен в список сравнения',
|
||||
'removed' => 'Товар успешно удален из списка сравнения',
|
||||
'removed-all' => 'Все элементы успешно удалены из списка сравнения',
|
||||
'confirm-remove-all' => 'Вы уверены, что хотите удалить все элементы сравнения?',
|
||||
'empty-text' => "У вас нет товаров в списке сравнения",
|
||||
'product_image' => 'Изображение продукта',
|
||||
'actions' => 'Действия',
|
||||
],
|
||||
|
||||
'signup-text' => [
|
||||
'account_exists' => 'Уже есть аккаунт',
|
||||
'title' => 'Войти',
|
||||
],
|
||||
|
||||
'signup-form' => [
|
||||
'page-title' => '«Создать новую учетную запись клиента»',
|
||||
'title' => 'Зарегистрироваться',
|
||||
'firstname' => 'Имя',
|
||||
'lastname' => 'Фамилия',
|
||||
'email' => 'Эл. адрес',
|
||||
'password' => 'Пароль',
|
||||
'confirm_pass' => 'Подтвердить Пароль',
|
||||
'button_title' => 'Регистр',
|
||||
'agree' => 'Согласен',
|
||||
'terms' => 'Условия',
|
||||
'conditions' => 'Условия',
|
||||
'using' => 'используя этот веб-сайт',
|
||||
'agreement' => 'Соглашение',
|
||||
'subscribe-to-newsletter' => 'Подписаться на новостную рассылку',
|
||||
'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 :год Webkul Software, Все права защищены',
|
||||
'invalid-creds' => 'Пожалуйста, проверьте свои учетные данные и повторите попытку.',
|
||||
'verify-first' => 'Сначала подтвердите свою учетную запись электронной почты.',
|
||||
'not-activated' => '«Ваша активация требует одобрения администратора»',
|
||||
'resend-verification' => 'Повторно отправить письмо с подтверждением',
|
||||
'show-password' => 'Показать пароль',
|
||||
|
||||
],
|
||||
|
||||
'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' => '[Примечание: используйте код страны с идентификатором НДС. Например. ИНВ01234567891]',
|
||||
'title' => '«Добавить адрес»',
|
||||
'street-address' => 'Адрес улицы',
|
||||
'country' => 'Страна',
|
||||
'state' => 'Состояние',
|
||||
'select-state' => 'Выберите регион, штат или провинцию',
|
||||
'city' => 'Город',
|
||||
'postcode' => 'Почтовый Код',
|
||||
'phone' => 'Телефон',
|
||||
'submit' => '«Сохранить адрес»',
|
||||
'success' => 'Адрес был успешно добавлен.',
|
||||
'error' => 'Невозможно добавить адрес.',
|
||||
],
|
||||
|
||||
'edit' => [
|
||||
'page-title' => 'Редактировать адрес',
|
||||
'company_name' => 'Название организации',
|
||||
'first_name' => 'Имя',
|
||||
'last_name' => 'Фамилия',
|
||||
'vat_id' => 'Код плательщика НДС',
|
||||
'title' => 'Редактировать адрес',
|
||||
'street-address' => 'Адрес улицы',
|
||||
'submit' => 'Сохранить адрес',
|
||||
'success' => 'Адрес успешно обновлен.',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'success' => 'Адрес успешно удален',
|
||||
'failure' => 'Адрес не может быть удален',
|
||||
'wrong-password' => 'Неправильный пароль !',
|
||||
],
|
||||
|
||||
'default-address' => 'Адрес по умолчанию',
|
||||
],
|
||||
|
||||
'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' => 'Дата заказа',
|
||||
'invoice-date' => 'Дата счета',
|
||||
'payment-terms' => 'Условия оплаты',
|
||||
'bill-to' => 'Плательщик',
|
||||
'ship-to' => 'Доставка до',
|
||||
'contact' => 'Контакт',
|
||||
'refunds' => '«Возврат»',
|
||||
'individual-refund' => 'Возврат №:refund_id',
|
||||
'adjustment-refund' => '«Возврат корректировки»',
|
||||
'adjustment-fee' => '«Плата за корректировку»',
|
||||
'cancel-btn-title' => 'Отмена',
|
||||
'tracking-number' => 'Номер Отслеживания',
|
||||
'cancel-confirm-msg' => '«Вы уверены, что хотите отменить этот заказ?»',
|
||||
],
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'page-title' => 'список желаний',
|
||||
'title' => 'список желаний',
|
||||
'deleteall' => 'Удалить все',
|
||||
'confirm-delete-all' => '«Вы уверены, что хотите удалить весь список желаний?»',
|
||||
'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' => '«Все товары из вашего списка желаний удалены»',
|
||||
'save' => 'Сохранять',
|
||||
'share' => 'Делиться',
|
||||
'share-wishlist' => '«Поделиться списком желаний»',
|
||||
'wishlist-sharing' => '«Обмен списком желаний»',
|
||||
'shared-link' => '«Общая ссылка»',
|
||||
'visibility' => '«Видимость»',
|
||||
'public' => '«Общественный»',
|
||||
'private' => 'Частный',
|
||||
'enable' => 'Давать возможность',
|
||||
'disable' => 'Запрещать',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Включите общий доступ к списку желаний, чтобы получить ссылку.',
|
||||
'update-message' => 'Настройки общего списка желаний успешно обновлены',
|
||||
],
|
||||
|
||||
'downloadable_products' => [
|
||||
'title' => '«Загружаемые продукты»',
|
||||
'order-id' => 'Номер заказа',
|
||||
'date' => 'Дата',
|
||||
'name' => 'Заголовок',
|
||||
'status' => 'Положение дел',
|
||||
'pending' => 'В ожидании',
|
||||
'available' => 'Доступный',
|
||||
'expired' => 'Истекший',
|
||||
'remaining-downloads' => '«Оставшиеся загрузки»',
|
||||
'unlimited' => '«Безлимитный»',
|
||||
'download-error' => 'Срок действия ссылки для скачивания устарел.',
|
||||
'payment-error' => 'Плата за эту загрузку не произведена.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'Отзывы»',
|
||||
'page-title' => 'Отзывы»',
|
||||
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'Review #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'Вы уверены, что хотите удалить этот обзор?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'Удалить все',
|
||||
'confirmation-message' => '«Вы уверены, что хотите удалить все отзывы?»',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'layered-nav-title' => '«Купить по»',
|
||||
'price-label' => 'Так низко, как',
|
||||
'remove-filter-link-title' => 'Очистить все',
|
||||
'filter-to' => 'к',
|
||||
'sort-by' => 'Сортировать по',
|
||||
'from-a-z' => '«От А до Я»',
|
||||
'from-z-a' => 'От З-А',
|
||||
'newest-first' => 'Новички вперед',
|
||||
'oldest-first' => 'Старейший первый',
|
||||
'cheapest-first' => '«Сначала самые дешевые»',
|
||||
'expensive-first' => '«Сначала дорого»',
|
||||
'show' => 'Показывать',
|
||||
'pager-info' => 'Показ :показ :всего предметов',
|
||||
'description' => 'Описание',
|
||||
'specification' => 'Технические характеристики',
|
||||
'total-reviews' => ':всего отзывов',
|
||||
'total-rating' => ':total_rating Рейтинги и :total_reviews Обзоры',
|
||||
'by' => 'По имени',
|
||||
'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' => 'Настройки',
|
||||
'compare_options' => '«Сравнить параметры»',
|
||||
'wishlist-options' => '«Параметры списка желаний»',
|
||||
'offers' => 'Купите :кол-во по :цене за штуку и сэкономьте :скидка%',
|
||||
'tax-inclusive' => '«Включая все налоги»',
|
||||
],
|
||||
|
||||
'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' => 'Продолжить покупки',
|
||||
'continue-registration' => '«Продолжить регистрацию»',
|
||||
'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' => 'Товар неактивен и был удален из корзины.',
|
||||
'inactive-add' => 'Неактивный товар нельзя добавить в корзину.',
|
||||
],
|
||||
'quantity-error' => 'Запрошенное количество недоступно.',
|
||||
'cart-subtotal' => '«Итог корзины»',
|
||||
'cart-remove-action' => '«Вы действительно хотите это сделать?»',
|
||||
'partial-cart-update' => '«Обновлены только некоторые продукты»',
|
||||
'link-missing' => '',
|
||||
'event' => [
|
||||
'expired' => 'Срок действия этого события истек.',
|
||||
],
|
||||
'minimum-order-message' => 'Минимальная сумма заказа: сумма',
|
||||
'suspended-account-message' => 'Ваша учетная запись была приостановлена.',
|
||||
'check-shipping-address' => 'Пожалуйста, проверьте адрес доставки.',
|
||||
'check-billing-address' => 'Пожалуйста, проверьте платежный адрес.',
|
||||
'specify-shipping-method' => '«Укажите способ доставки».',
|
||||
'specify-payment-method' => 'Укажите способ оплаты.',
|
||||
],
|
||||
|
||||
'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' => '«Стандарт PayPal»',
|
||||
'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' => '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' => '«Подтверждение отмены заказа»',
|
||||
'heading' => 'Заказ отменен',
|
||||
'dear' => '«Уважаемый :customer_name»',
|
||||
'greeting' => '«Ваш заказ с идентификатором заказа :order_id, размещенный на :created_at, был отменен»',
|
||||
'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' => '«Сводка счета-фактуры»',
|
||||
'reminder' => [
|
||||
'subject' => '«Напоминание о счете»',
|
||||
'your-invoice-is-overdue' => 'Ваш счет :invoice просрочен на :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Пожалуйста, произведите оплату как можно скорее.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'Если вы уже заплатили, просто проигнорируйте это письмо.',
|
||||
],
|
||||
],
|
||||
|
||||
'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' => 'Ваш возврат #:refund_id для заказа #:order_id',
|
||||
'subject' => 'Возврат средств за ваш заказ #:order_id',
|
||||
'summary' => '«Сводка возврата»',
|
||||
'adjustment-refund' => '«Возврат корректировки»',
|
||||
'adjustment-fee' => '«Плата за корректировку»',
|
||||
],
|
||||
|
||||
'forget-password' => [
|
||||
'subject' => '«Сброс пароля клиента»',
|
||||
'dear' => '«Дорогой: имя»',
|
||||
'info' => '«Вы получили это письмо, потому что мы получили запрос на сброс пароля для вашей учетной записи»',
|
||||
'reset-password' => 'Сброс пароля',
|
||||
'final-summary' => '«Если вы не запрашивали сброс пароля, никаких дальнейших действий не требуется»',
|
||||
'thanks' => 'Спасибо!',
|
||||
],
|
||||
|
||||
'update-password' => [
|
||||
'subject' => '«Пароль обновлен»',
|
||||
'dear' => '«Дорогой: имя»',
|
||||
'info' => 'Вы получили это письмо, потому что обновили свой пароль.',
|
||||
'thanks' => 'Спасибо!',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'new' => [
|
||||
'dear' => '«Уважаемый :customer_name»',
|
||||
'username-email' => 'Имя пользователя/электронная почта',
|
||||
'subject' => '«Регистрация нового клиента»',
|
||||
'password' => 'Пароль',
|
||||
'summary' => 'Ваш аккаунт был создан.
|
||||
Данные вашей учетной записи приведены ниже: ',
|
||||
'thanks' => 'Спасибо!',
|
||||
],
|
||||
|
||||
'registration' => [
|
||||
'subject' => '«Регистрация нового клиента»',
|
||||
'customer-registration' => '«Клиент успешно зарегистрирован»',
|
||||
'dear' => '«Уважаемый :customer_name»',
|
||||
'dear-admin' => 'Уважаемый :admin_name',
|
||||
'greeting' => '«Добро пожаловать и спасибо за регистрацию у нас!»',
|
||||
'greeting-admin' => 'У вас есть одна новая регистрация клиента.',
|
||||
'summary' => '«Ваша учетная запись успешно создана, и вы можете войти в систему, используя свой адрес электронной почты и пароль. После входа в систему вы сможете получить доступ к другим услугам, включая просмотр прошлых заказов, списков желаний и редактирование информации вашей учетной записи.',
|
||||
'thanks' => 'Спасибо!',
|
||||
],
|
||||
|
||||
'verification' => [
|
||||
'heading' => config('приложение.имя') . ' - Подтверждение адреса электронной почты',
|
||||
'subject' => '«Проверочная почта»',
|
||||
'verify' => 'Подтвердите ваш аккаунт',
|
||||
'summary' => 'Это письмо для подтверждения того, что введенный вами адрес электронной почты принадлежит вам.
|
||||
Пожалуйста, нажмите кнопку «Подтвердить свою учетную запись» ниже, чтобы подтвердить свою учетную запись.',
|
||||
],
|
||||
|
||||
'subscription' => [
|
||||
'subject' => '«Электронная почта для подписки»',
|
||||
'greeting' => ' Добро пожаловать в ' . config('приложение.имя') . '- Подписка по электронной почте',
|
||||
'unsubscribe' => '«Отписаться»',
|
||||
'summary' => "«Спасибо, что отправили меня в свой почтовый ящик. Давно вы не читали». config('приложение.имя') . ', и мы не хотим перегружать ваш почтовый ящик. Если вы все еще не хотите получать
|
||||
последние новости маркетинга по электронной почте, тогда обязательно нажмите кнопку ниже.",
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'webkul' => [
|
||||
'copy-right' => '© Copyright :год Webkul Software, Все права защищены',
|
||||
],
|
||||
|
||||
'response' => [
|
||||
'create-success' => ':имя успешно создано.',
|
||||
'update-success' => ':имя успешно обновлено.',
|
||||
'delete-success' => ':имя успешно удалено.',
|
||||
'submit-success' => ': имя успешно отправлено.',
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
|
@ -1,774 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => 'දී ඇති වට් හැඳුනුම්පතේ වැරදි ආකෘතියක් ඇත',
|
||||
'security-warning' => 'සැක සහිත ක්රියාකාරකමක් හමු විය!!!',
|
||||
'nothing-to-delete' => 'මැකීමට කිසිවක් නැත',
|
||||
|
||||
'layouts' => [
|
||||
'my-account' => 'මගේ ගිණුම',
|
||||
'profile' => 'පැතිකඩ',
|
||||
'address' => 'ලිපිනය',
|
||||
'reviews' => 'සමාලෝචන',
|
||||
'wishlist' => 'පැතුම් ලැයිස්තුව',
|
||||
'orders' => 'නියෝග',
|
||||
'downloadable-products' => 'බාගත හැකි නිෂ්පාදන',
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' => 'යම් දෙයක් වැරදී ඇත, කරුණාකර පසුව නැවත උත්සාහ කරන්න.',
|
||||
'image-upload-limit' => 'පින්තූර උඩුගත කිරීමේ උපරිම ප්රමාණය 2MB',
|
||||
'no-result-found' => 'අපට කිසිදු වාර්තාවක් සොයාගත නොහැකි විය.',
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'page-title' => config('app.name') . ' - නිවස',
|
||||
'featured-products' => 'විශේෂිත නිෂ්පාදන',
|
||||
'new-products' => 'නව නිෂ්පාදන',
|
||||
'verify-email' => 'ඔබේ විද්යුත් තැපැල් ගිණුම සත්යාපනය කරන්න',
|
||||
'resend-verify-email' => 'සත්යාපන විද්යුත් තැපෑල නැවත යවන්න',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'title' => 'ගිණුම',
|
||||
'dropdown-text' => 'කරත්තය, ඇණවුම් සහ පැතුම් ලැයිස්තුව කළමනාකරණය කරන්න',
|
||||
'sign-in' => 'පුරන්න',
|
||||
'sign-up' => 'ලියාපදිංචි වන්න',
|
||||
'account' => 'ගිණුම',
|
||||
'cart' => 'කරත්තය',
|
||||
'profile' => 'පැතිකඩ',
|
||||
'wishlist' => 'පැතුම් ලැයිස්තුව',
|
||||
'cart' => 'කරත්තය',
|
||||
'logout' => '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' => config('app.name') . ' - සෙවීම',
|
||||
'found-results' => 'සෙවුම් ප්රතිඵල හමු විය',
|
||||
'found-result' => 'සෙවුම් ප්රතිඵලය හමු විය',
|
||||
'analysed-keywords' => 'විශ්ලේෂණාත්මක මූල පද',
|
||||
'image-search-option' => 'රූප සෙවුම් විකල්පය',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'title' => 'ශීර්ෂය',
|
||||
'add-review-page-title' => 'සමාලෝචනය එක් කරන්න',
|
||||
'write-review' => 'සමාලෝචනයක් ලියන්න',
|
||||
'review-title' => 'ඔබේ සමාලෝචනයට මාතෘකාවක් දෙන්න',
|
||||
'product-review-page-title' => 'නිෂ්පාදන සමාලෝචනය',
|
||||
'rating-reviews' => 'ශ්රේණිගත කිරීම් සහ සමාලෝචන',
|
||||
'submit' => 'ඉදිරිපත් කරන්න',
|
||||
'delete-all' => 'සියලු සමාලෝචන සාර්ථකව මකා ඇත',
|
||||
'ratingreviews' => ': ශ්රේණිගත කිරීම් සහ: සමාලෝචන සමාලෝචන',
|
||||
'star' => 'තරුව',
|
||||
'percentage' => ': ප්රතිශතය %',
|
||||
'id-star' => 'තරුව',
|
||||
'name' => 'නම',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' => 'සසඳන්න',
|
||||
'compare_similar_items' => 'සමාන අයිතම සසඳන්න',
|
||||
'add-tooltip' => 'ලැයිස්තුව සංසන්දනය කිරීමට නිෂ්පාදනයක් එක් කරන්න',
|
||||
'added' => 'ලැයිස්තුව සංසන්දනය කිරීමට අයිතමය සාර්ථකව එකතු කරන ලදී',
|
||||
'already_added' => 'ලැයිස්තුව සංසන්දනය කිරීමට අයිතමය දැනටමත් එකතු කර ඇත',
|
||||
'removed' => 'අයිතමය සංසන්දනය කිරීමේ ලැයිස්තුවෙන් සාර්ථකව ඉවත් කර ඇත',
|
||||
'removed-all' => 'සැසඳීමේ ලැයිස්තුවෙන් සියලුම අයිතම සාර්ථකව ඉවත් කර ඇත',
|
||||
'confirm-remove-all' => 'ඔබට සියලු සංසන්දන අයිතම මැකීමට අවශ්ය බව විශ්වාසද?',
|
||||
'empty-text' => "ඔබේ සංසන්දන ලැයිස්තුවේ ඔබට අයිතම කිසිවක් නැත",
|
||||
'product_image' => 'නිෂ්පාදන රූපය',
|
||||
'actions' => 'ක්රියා',
|
||||
],
|
||||
|
||||
'signup-text' => [
|
||||
'account_exists' => 'දැනටමත් ගිණුමක් තිබේ',
|
||||
'title' => 'පුරන්න',
|
||||
],
|
||||
|
||||
'signup-form' => [
|
||||
'page-title' => 'නව පාරිභෝගික ගිණුමක් සාදන්න',
|
||||
'title' => 'ලියාපදිංචි වන්න',
|
||||
'firstname' => 'මුල් නම',
|
||||
'lastname' => 'අවසන් නම',
|
||||
'email' => 'විද්යුත් තැපෑල',
|
||||
'password' => 'මුරපදය',
|
||||
'confirm_pass' => 'මුරපදය තහවුරු කරන්න',
|
||||
'button_title' => 'ලියාපදිංචිය',
|
||||
'agree' => 'එකඟයි',
|
||||
'terms' => 'කොන්දේසි',
|
||||
'conditions' => 'කොන්දේසි',
|
||||
'using' => 'මෙම වෙබ් අඩවිය භාවිතා කිරීමෙන්',
|
||||
'agreement' => 'ගිවිසුම',
|
||||
'subscribe-to-newsletter' => 'පුවත් පත්රිකාවට දායක වන්න',
|
||||
'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 මෘදුකාංගය, සියලුම හිමිකම් ඇවිරිණි',
|
||||
'invalid-creds' => 'කරුණාකර ඔබේ අක්තපත්ර පරීක්ෂා කර නැවත උත්සාහ කරන්න.',
|
||||
'verify-first' => 'පළමුව ඔබගේ විද්යුත් තැපැල් ගිණුම සත්යාපනය කරන්න.',
|
||||
'not-activated' => 'ඔබේ සක්රිය කිරීම පරිපාලක අනුමැතිය අපේක්ෂා කරයි',
|
||||
'resend-verification' => 'සත්යාපන තැපෑල නැවත යවන්න',
|
||||
'show-password' => 'මුරපදය පෙන්වන්න',
|
||||
|
||||
],
|
||||
|
||||
'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' => '[සටහන: VAT Id සමඟ රටේ කේතය භාවිතා කරන්න. උදා. 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' => 'වැට් හැඳුනුම්පත',
|
||||
'title' => 'ලිපිනය සංස්කරණය කරන්න',
|
||||
'street-address' => 'වීථි ලිපිනය',
|
||||
'submit' => 'ලිපිනය සුරකින්න',
|
||||
'success' => 'ලිපිනය සාර්ථකව යාවත්කාලීන කරන ලදී.',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'success' => 'ලිපිනය සාර්ථකව මකා දමන ලදී',
|
||||
'failure' => 'ලිපිනය මකා දැමිය නොහැක',
|
||||
'wrong-password' => 'වැරදි මුරපදයක්!',
|
||||
],
|
||||
|
||||
'default-address' =>'පෙරනිමි ලිපිනය',
|
||||
],
|
||||
|
||||
'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' => 'Qty',
|
||||
'item-status' => 'අයිතම තත්ත්වය',
|
||||
'item-ordered' => 'ඇණවුම් කරන ලදී (:qty_ordered)',
|
||||
'item-invoice' => 'ඉන්වොයිස් කළ (:qty_invoiced)',
|
||||
'item-shipped' => 'නැව්ගත කරන ලදී (:qty_shipped)',
|
||||
'item-canceled' => 'අවලංගු කරන ලදී (:qty_cancelled)',
|
||||
'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' => 'ඉන්වොයිසිය #:ඉන්වොයිස්_id',
|
||||
'individual-shipment' => 'නැව්ගත කිරීම #: නැව්ගත කිරීම_id',
|
||||
'print' => 'මුද්රණය',
|
||||
'invoice-id' => 'ඉන්වොයිස් හැඳුනුම්පත',
|
||||
'order-id' => 'ඕඩර අංකය',
|
||||
'order-date' => 'ඇණවුම් දිනය',
|
||||
'invoice-date' => 'ඉන්වොයිස් දිනය',
|
||||
'payment-terms' => 'ගෙවීම් කොන්දේසි',
|
||||
'bill-to' => 'බිලගත කරන්නේ',
|
||||
'ship-to' => 'වෙත නැව්ගත කරන්න',
|
||||
'contact' => 'අමතන්න',
|
||||
'refunds' => 'ආපසු',
|
||||
'individual-refund' => 'ආපසු #:refund_id',
|
||||
'adjustment-refund' => 'ගැළපුම් ආපසු ගෙවීම',
|
||||
'adjustment-fee' => 'ගැලපුම් ගාස්තුව',
|
||||
'cancel-btn-title' => 'අවලංගු කරන්න',
|
||||
'tracking-number' => 'සෙවුම් අංකය',
|
||||
'cancel-confirm-msg' => 'ඔබට මෙම ඇණවුම අවලංගු කිරීමට අවශ්ය බව විශ්වාසද?',
|
||||
],
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'page-title' => 'පැතුම් ලැයිස්තුව',
|
||||
'title' => 'පැතුම් ලැයිස්තුව',
|
||||
'deleteall' => 'සියල්ල මකන්න',
|
||||
'confirm-delete-all' => 'ඔබට සියලු පැතුම් ලැයිස්තු මකා දැමීමට අවශ්ය බව විශ්වාසද?',
|
||||
'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' => 'ඔබගේ පැතුම් ලැයිස්තුවෙන් සියලුම අයිතම ඉවත් කර ඇත',
|
||||
'save' => 'සුරකින්න',
|
||||
'share' => 'බෙදාගන්න',
|
||||
'share-wishlist' => 'පැතුම් ලැයිස්තුව බෙදාගන්න',
|
||||
'wishlist-sharing' => 'පැතුම් ලැයිස්තු බෙදාගැනීම',
|
||||
'shared-link' => 'බෙදාගත් සබැඳිය',
|
||||
'visibility' => 'දෘෂ්යතාව',
|
||||
'public' => 'මහජන',
|
||||
'private' => 'පුද්ගලික',
|
||||
'enable' => 'සක්රීය කරන්න',
|
||||
'disable' => 'අක්රිය කරන්න',
|
||||
'customer-name' => ': නම බෙදාගත් පැතුම් ලැයිස්තුව',
|
||||
'enable-wishlist-info' => 'සබැඳිය ලබා ගැනීමට පැතුම් ලැයිස්තු බෙදාගැනීම සබල කරන්න.',
|
||||
'update-message' => 'බෙදාගත් පැතුම් ලැයිස්තු සැකසීම් සාර්ථකව යාවත්කාලීන කරන ලදී',
|
||||
],
|
||||
|
||||
'downloadable_products' => [
|
||||
'title' => 'බාගත හැකි නිෂ්පාදන',
|
||||
'order-id' => 'ඕඩර අංකය',
|
||||
'date' => 'දිනය',
|
||||
'name' => 'ශීර්ෂය',
|
||||
'status' => 'තත්ත්වය',
|
||||
'pending' => 'පොරොත්තු',
|
||||
'available' => 'පවතින',
|
||||
'expired' => 'කල් ඉකුත් වූ',
|
||||
'remaining-downloads' => 'ඉතිරි බාගැනීම්',
|
||||
'unlimited' => 'අසීමිත',
|
||||
'download-error' => 'බාගැනීම් සබැඳිය කල් ඉකුත් වී ඇත.',
|
||||
'payment-error' => 'මෙම බාගත කිරීම සඳහා ගෙවීම් සිදු කර නොමැත.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'සමාලෝචන',
|
||||
'page-title' => 'සමාලෝචන',
|
||||
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'සමාලෝචනය #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'ඔබට මෙම සමාලෝචනය මැකීමට අවශ්ය බව විශ්වාසද?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'සියල්ල මකන්න',
|
||||
'confirmation-message' => 'ඔබට සියලු සමාලෝචන මකා දැමීමට අවශ්ය බව විශ්වාසද?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'layered-nav-title' => 'සාප්පුවෙන් යන්න',
|
||||
'price-label' => 'අඩු තරම්',
|
||||
'remove-filter-link-title' => 'සියල්ල හිස් කරන්න',
|
||||
'filter-to' => 'දක්වා',
|
||||
'sort-by' => 'අනුව තෝරන්න',
|
||||
'from-a-z' => 'A-Z වෙතින්',
|
||||
'from-z-a' => 'Z-A වෙතින්',
|
||||
'newest-first' => 'නවතම පළමු',
|
||||
'oldest-first' => 'පැරණිම පළමු',
|
||||
'cheapest-first' => 'ලාභම පළමු',
|
||||
'expensive-first' => 'මිල අධික පළමු',
|
||||
'show' => 'පෙන්වන්න',
|
||||
'pager-info' => 'පෙන්වීම:පෙන්වීම::මුළු අයිතම',
|
||||
'description' => 'විස්තර',
|
||||
'specification' => 'පිරිවිතර',
|
||||
'total-reviews' => ': සම්පූර්ණ සමාලෝචන',
|
||||
'total-rating' => ':total_rating Ratings & :total_reviews Reviews',
|
||||
'by' => 'නම විසින්',
|
||||
'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' => 'Qty',
|
||||
'starting-at' => 'දී ආරම්භ',
|
||||
'customize-options' => 'අභිරුචිකරණය විකල්ප',
|
||||
'choose-selection' => 'තේරීමක් තෝරන්න',
|
||||
'your-customization' => 'ඔබේ අභිරුචිකරණය',
|
||||
'total-amount' => 'මුලු වටිනාකම',
|
||||
'none' => 'කිසිවක් නැත',
|
||||
'available-for-order' => 'ඇණවුම සඳහා තිබේ',
|
||||
'settings' => 'සැකසුම්',
|
||||
'compare_options' => 'විකල්ප සසඳන්න',
|
||||
'wishlist-options' => 'කැමති ලැයිස්තු විකල්ප',
|
||||
'offers' => 'එක් එක් මිලට: Qty මිලදී ගෙන: වට්ටම්% ඉතිරි කරන්න',
|
||||
'tax-inclusive' => 'සියලු බදු ඇතුළත්',
|
||||
],
|
||||
|
||||
'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' => 'තවත් දෑ මිලදී ගන්න',
|
||||
'continue-registration' => 'ලියාපදිංචිය දිගටම කරගෙන යන්න',
|
||||
'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' => 'අයිතමයක් අක්රිය වන අතර කරත්තයෙන් ඉවත් කර ඇත.',
|
||||
'inactive-add' => 'අක්රිය අයිතමය කරත්තයට එක් කළ නොහැක.',
|
||||
],
|
||||
'quantity-error' => 'ඉල්ලන ලද ප්රමාණය නොමැත.',
|
||||
'cart-subtotal' => 'කරත්ත උප එකතුව',
|
||||
'cart-remove-action' => 'ඔබට ඇත්තටම මෙය කිරීමට අවශ්යද?',
|
||||
'partial-cart-update' => 'නිෂ්පාදන(ය) සමහරක් පමණක් යාවත්කාලීන කර ඇත',
|
||||
'link-missing' => '',
|
||||
'event' => [
|
||||
'expired' => 'මෙම සිදුවීම කල් ඉකුත් වී ඇත.',
|
||||
],
|
||||
'minimum-order-message' => 'අවම ඇණවුම් මුදල: මුදල',
|
||||
'suspended-account-message' => 'ඔබේ ගිණුම අත්හිටුවා ඇත.',
|
||||
'check-shipping-address' => 'කරුණාකර නැව්ගත කිරීමේ ලිපිනය පරීක්ෂා කරන්න.',
|
||||
'check-billing-address' => 'කරුණාකර බිල්පත් ලිපිනය පරීක්ෂා කරන්න.',
|
||||
'specify-shipping-method' => 'කරුණාකර නැව්ගත කිරීමේ ක්රමය සඳහන් කරන්න.',
|
||||
'specify-payment-method' => 'කරුණාකර ගෙවීමේ ක්රමය සඳහන් කරන්න.',
|
||||
],
|
||||
|
||||
'onepage' => [
|
||||
'title' => 'පරීක්ෂාකාරී වන්න',
|
||||
'information' => 'විස්තර',
|
||||
'shipping' => 'නාවික',
|
||||
'payment' => 'ගෙවීම',
|
||||
'complete' => 'සම්පූර්ණ',
|
||||
'review' => 'සමාලෝචනය',
|
||||
'billing-address' => 'බිල්කරණ ලිපිනය',
|
||||
'sign-in' => 'පුරන්න',
|
||||
'company-name' => 'සමාගම් නාමය',
|
||||
'first-name' => 'මුල් නම',
|
||||
'last-name' => 'අවසන් නම',
|
||||
'email' => 'විද්යුත් තැපෑල',
|
||||
'address1' => 'වීථි ලිපිනය',
|
||||
'city' => 'නගරය',
|
||||
'state' => 'රජයේ',
|
||||
'select-state' => 'කලාපයක්, ප්රාන්තයක් හෝ පළාතක් තෝරන්න',
|
||||
'postcode' => 'Zip/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' => 'Paypal Standard',
|
||||
'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' => 'ඔබේ ඇණවුම් id #:order_id',
|
||||
'info' => 'අපි ඔබට, ඔබේ ඇණවුම් විස්තර සහ ලුහුබැඳීමේ තොරතුරු විද්යුත් තැපැල් කරන්නෙමු',
|
||||
],
|
||||
],
|
||||
|
||||
'mail' => [
|
||||
'order' => [
|
||||
'subject' => 'නව ඇණවුම තහවුරු කිරීම',
|
||||
'heading' => 'ඇණවුම තහවුරු කිරීම!',
|
||||
'dear' => 'හිතවත් :පාරිභෝගික_නම',
|
||||
'dear-admin' => 'හිතවත් :admin_name',
|
||||
'greeting' => "ඔබගේ ඇණවුම සඳහා ස්තූතියි:order_id:created_at' මත තබා",
|
||||
'greeting-admin' => 'Order Id :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' => 'හිතවත් :පාරිභෝගික_නම',
|
||||
'final-summary' => 'අපගේ වෙළඳසැල ගැන ඔබේ උනන්දුව පෙන්වීමට ස්තූතියි',
|
||||
'help' => "ඔබට කිසියම් ආකාරයක උපකාරයක් අවශ්ය නම් කරුණාකර අපව :support_email' හි අමතන්න",
|
||||
'thanks' => 'ස්තුතියි!',
|
||||
],
|
||||
|
||||
'cancel' => [
|
||||
'subject' => 'ඇණවුම අවලංගු කිරීම තහවුරු කිරීම',
|
||||
'heading' => 'ඇණවුම අවලංගුයි',
|
||||
'dear' => 'හිතවත් :පාරිභෝගික_නම',
|
||||
'greeting' => ':created_at මත තබා ඇති ඇණවුම් id :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' => 'ඉන්වොයිසියේ සාරාංශය',
|
||||
'reminder' => [
|
||||
'subject' => 'ඉන්වොයිස් මතක් කිරීම',
|
||||
'your-invoice-is-overdue' => 'ඔබේ ඉන්වොයිසිය: ඉන්වොයිසිය කල් ඉකුත් වී ඇත: කාලය.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'කරුණාකර ඔබේ ගෙවීම හැකි ඉක්මනින් කරන්න.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'ඔබ දැනටමත් ගෙවා ඇත්නම්, මෙම විද්යුත් තැපෑල නොසලකා හරින්න.',
|
||||
],
|
||||
],
|
||||
|
||||
'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' => 'ඔබේ මුදල් ආපසු #:ඇණවුම සඳහා #:refund_id #:order_id',
|
||||
'subject' => 'ඔබගේ ඇණවුම සඳහා මුදල් ආපසු #:order_id',
|
||||
'summary' => 'ආපසු ගෙවීමේ සාරාංශය',
|
||||
'adjustment-refund' => 'ගැළපුම් ආපසු ගෙවීම',
|
||||
'adjustment-fee' => 'ගැලපුම් ගාස්තුව',
|
||||
],
|
||||
|
||||
'forget-password' => [
|
||||
'subject' =>'පාරිභෝගික මුරපදය යළි පිහිටුවන්න',
|
||||
'dear' => 'ආදරණීය: නම',
|
||||
'info' => 'ඔබට මෙම විද්යුත් තැපෑල ලැබෙන්නේ ඔබගේ ගිණුම සඳහා මුරපද යළි පිහිටුවීමේ ඉල්ලීමක් අපට ලැබුණු නිසා',
|
||||
'reset-password' => 'මුරපදය නැවත සකසන්න',
|
||||
'final-summary' => 'ඔබ මුරපදය යළි පිහිටුවීමක් ඉල්ලා නොසිටියේ නම්, වැඩිදුර ක්රියාමාර්ග අවශ්ය නොවේ',
|
||||
'thanks' => 'ස්තුතියි!',
|
||||
],
|
||||
|
||||
'update-password' => [
|
||||
'subject' => 'මුරපදය යාවත්කාලීන',
|
||||
'dear' => 'ආදරණීය: නම',
|
||||
'info' => 'ඔබට මෙම විද්යුත් තැපෑල ලැබෙන්නේ ඔබ ඔබේ මුරපදය යාවත්කාලීන කර ඇති බැවිනි.',
|
||||
'thanks' => 'ස්තුතියි!',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'new' => [
|
||||
'dear' => 'හිතවත් :පාරිභෝගික_නම',
|
||||
'username-email' => 'පරිශීලක නාමය/ඊමේල්',
|
||||
'subject' => 'නව පාරිභෝගික ලියාපදිංචිය',
|
||||
'password' => 'මුරපදය',
|
||||
'summary' => 'ඔබේ ගිණුම නිර්මාණය කර ඇත.
|
||||
ඔබගේ ගිණුම් විස්තර පහත දැක්වේ: ',
|
||||
'thanks' => 'ස්තුතියි!',
|
||||
],
|
||||
|
||||
'registration' => [
|
||||
'subject' => 'නව පාරිභෝගික ලියාපදිංචිය',
|
||||
'customer-registration' => 'පාරිභෝගිකයා සාර්ථකව ලියාපදිංචි විය',
|
||||
'dear' => 'හිතවත් :පාරිභෝගික_නම',
|
||||
'dear-admin' => 'හිතවත් :admin_name',
|
||||
'greeting' => 'සාදරයෙන් පිළිගනිමු සහ අප සමඟ ලියාපදිංචි වීම ගැන ස්තුතියි!',
|
||||
'greeting-admin' => 'ඔබට නව පාරිභෝගික ලියාපදිංචියක් ඇත.',
|
||||
'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 මෘදුකාංගය, සියලුම හිමිකම් ඇවිරිණි',
|
||||
],
|
||||
|
||||
'response' => [
|
||||
'create-success' => ':name සාර්ථකව නිර්මාණය කරන ලදී.',
|
||||
'update-success' => ':name සාර්ථකව යාවත්කාලීන කරන ලදී.',
|
||||
'delete-success' => ':name සාර්ථකව මකා දමන ලදී.',
|
||||
'submit-success' => ':name සාර්ථකව ඉදිරිපත් කර ඇත.',
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
|
@ -1,768 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => '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.',
|
||||
'image-upload-limit' => 'Maksimum resim yükleme boyutu 2 MB',
|
||||
'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ı',
|
||||
'image-search-option' => 'Image Search Option',
|
||||
],
|
||||
|
||||
'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ı.',
|
||||
'confirm-remove-all' => 'Are you sure you want to delete all compare items?',
|
||||
'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',
|
||||
'show-password' => 'Şifreyi göster',
|
||||
],
|
||||
|
||||
'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üzenle',
|
||||
'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!',
|
||||
],
|
||||
|
||||
'default-address' => 'Default Address',
|
||||
],
|
||||
|
||||
'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',
|
||||
'invoice-date' => 'Fatura tarihi',
|
||||
'payment-terms' => 'Ödeme şartları',
|
||||
'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',
|
||||
'confirm-delete-all' => 'Are you sure you want to delete all wishlist?',
|
||||
'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ı.',
|
||||
'save' => 'Save',
|
||||
'share' => 'Share',
|
||||
'share-wishlist' => 'Share Wishlist',
|
||||
'wishlist-sharing' => 'Wishlist Sharing',
|
||||
'shared-link' => 'Shared Link',
|
||||
'visibility' => 'Visibility',
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'customer-name' => ':name\'s Shared Wishlist',
|
||||
'enable-wishlist-info' => 'Enable wishlist sharing to get the link.',
|
||||
'update-message' => 'Shared wishlist settings updated successfully',
|
||||
],
|
||||
|
||||
'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.',
|
||||
'payment-error' => 'Payment has not been done for this download.',
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => 'İncelemeler',
|
||||
'page-title' => 'İncelemeler',
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => 'İnceleme #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => 'Bu incelemeyi silmek istediğinizden emin misiniz?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'Hepsini sil',
|
||||
'confirmation-message' => 'Tüm yorumları silmek istediğinizden emin misiniz?',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'wishlist-options' => 'Wishlist Options',
|
||||
'offers' => 'Buy :qty for :price each and save :discount%',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
// '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',
|
||||
'continue-registration' => 'Kayda 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.',
|
||||
],
|
||||
'minimum-order-message' => 'Minimum order amount is :amount',
|
||||
'suspended-account-message' => 'Your account has been suspended.',
|
||||
'check-shipping-address' => 'Please check shipping address.',
|
||||
'check-billing-address' => 'Please check billing address.',
|
||||
'specify-shipping-method' => 'Please specify shipping method.',
|
||||
'specify-payment-method' => 'Please specify payment method.',
|
||||
],
|
||||
|
||||
'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',
|
||||
'reminder' => [
|
||||
'subject' => 'Invoice reminder',
|
||||
'your-invoice-is-overdue' => 'Your invoice :invoice is overdue by :time.',
|
||||
'please-make-your-payment-as-soon-as-possible' => 'Please make your payment as soon as possible.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => 'If you\'ve already paid, just disregard this email.',
|
||||
],
|
||||
],
|
||||
|
||||
'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',
|
||||
'dear-admin' => 'Sayın :admin_name',
|
||||
'greeting' => 'Bizi tercih ettiğiniz için teşekkür ederiz. Aramıza hoşgeldiniz!',
|
||||
'greeting-admin' => 'Bir yeni müşteri kaydınız var.',
|
||||
'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.',
|
||||
],
|
||||
];
|
||||
|
|
@ -1,772 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'invalid_vat_format' => '给定的增值税ID格式错误',
|
||||
'security-warning' => '发现可疑活动!!!',
|
||||
'nothing-to-delete' => '没有什么可删除的',
|
||||
|
||||
'layouts' => [
|
||||
'my-account' => '我的帐户',
|
||||
'profile' => '简介',
|
||||
'address' => '地址',
|
||||
'reviews' => '评论',
|
||||
'wishlist' => '愿望清单',
|
||||
'orders' => '订单',
|
||||
'downloadable-products' => '可下载产品'
|
||||
],
|
||||
|
||||
'common' => [
|
||||
'error' => '发生错误。请稍后再试.',
|
||||
'image-upload-limit' => '图片最大上传大小为2MB',
|
||||
'no-result-found' => '我们找不到任何记录.'
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'page-title' => config('app.name') . ' - 主页',
|
||||
'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' => config('app.name') . ' - 搜索',
|
||||
'found-results' => '找到搜索结果',
|
||||
'found-result' => '找到搜索结果',
|
||||
'analysed-keywords' => '已分析关键字',
|
||||
'image-search-option' => '图片搜索选项'
|
||||
],
|
||||
|
||||
'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' => '从比较列表中删除所有成功的项目',
|
||||
'confirm-remove-all' => '您确定要删除所有比较项目吗?',
|
||||
'empty-text' => "您的比较列表中没有任何项目",
|
||||
'product_image' => '产品图片',
|
||||
'actions' => '行动',
|
||||
],
|
||||
|
||||
'signup-text' => [
|
||||
'account_exists' => '已有账号',
|
||||
'title' => '登入'
|
||||
],
|
||||
|
||||
'signup-form' => [
|
||||
'page-title' => '创建新的客户帐户',
|
||||
'title' => '注册',
|
||||
'firstname' => '名',
|
||||
'lastname' => '姓',
|
||||
'email' => '电子邮件',
|
||||
'password' => '密码',
|
||||
'confirm_pass' => '确认密码',
|
||||
'button_title' => '注册',
|
||||
'agree' => '同意',
|
||||
'terms' => '条款',
|
||||
'conditions' => '条件',
|
||||
'using' => '通过使用本网站',
|
||||
'agreement' => '协议',
|
||||
'subscribe-to-newsletter' => '订阅邮件列表',
|
||||
'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' => '重新发送验证邮件',
|
||||
'show-password' => '显示密码',
|
||||
],
|
||||
|
||||
'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' => 'No',
|
||||
'yes' => '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' => '增值税号',
|
||||
'title' => '编辑地址',
|
||||
'street-address' => '街道地址',
|
||||
'submit' => '保存地址',
|
||||
'success' => '地址已更新成功.',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'success' => '地址成功删除',
|
||||
'failure' => '地址无法删除',
|
||||
'wrong-password' => '错误密码 !'
|
||||
],
|
||||
|
||||
'default-address' => '默认地址',
|
||||
],
|
||||
|
||||
'order' => [
|
||||
'index' => [
|
||||
'page-title' => '订单',
|
||||
'title' => '订单',
|
||||
'order_id' => '订单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' => '发票Id',
|
||||
'order-id' => '订单Id',
|
||||
'order-date' => '订单日期',
|
||||
'invoice-date' => '发票日期',
|
||||
'payment-terms' => '支付协议',
|
||||
'bill-to' => '记账到',
|
||||
'ship-to' => '运输到',
|
||||
'contact' => '联系',
|
||||
'refunds' => '退款',
|
||||
'individual-refund' => '退款 #:refund_id',
|
||||
'adjustment-refund' => '调整退款',
|
||||
'adjustment-fee' => '调整费',
|
||||
'cancel-btn-title' => '取消',
|
||||
'tracking-number' => '追踪号码',
|
||||
'cancel-confirm-msg' => '您确定要取消此订单吗?'
|
||||
]
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'page-title' => '愿望清单',
|
||||
'title' => '愿望清单',
|
||||
'deleteall' => '删除全部',
|
||||
'confirm-delete-all' => '您确定要删除所有愿望清单吗?',
|
||||
'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' => '您的愿望清单中的所有项目已被删除',
|
||||
'save' => '保存',
|
||||
'share' => '分享',
|
||||
'share-wishlist' => '分享愿望清单',
|
||||
'wishlist-sharing' => '愿望清单分享',
|
||||
'shared-link' => '已共享链接',
|
||||
'visibility' => '可见度',
|
||||
'public' => '公开的',
|
||||
'private' => '私有的',
|
||||
'enable' => '启用',
|
||||
'disable' => '禁用',
|
||||
'customer-name' => ':name 的共享愿望清单',
|
||||
'enable-wishlist-info' => '启用愿望清单共享以获取链接.',
|
||||
'update-message' => '已成功更新共享心愿单设置',
|
||||
],
|
||||
|
||||
'downloadable_products' => [
|
||||
'title' => '可下载产品',
|
||||
'order-id' => '订单ID',
|
||||
'date' => '日期',
|
||||
'name' => '标题',
|
||||
'status' => '状态',
|
||||
'pending' => '待批准',
|
||||
'available' => '可用的',
|
||||
'expired' => '已到期',
|
||||
'remaining-downloads' => '剩余下载',
|
||||
'unlimited' => '无限',
|
||||
'download-error' => '下载链接已过期.',
|
||||
'payment-error' => '此下载尚未付款.'
|
||||
],
|
||||
|
||||
'review' => [
|
||||
'index' => [
|
||||
'title' => '评论',
|
||||
'page-title' => '评论',
|
||||
|
||||
],
|
||||
|
||||
'view' => [
|
||||
'page-tile' => '评论 #:id',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation-message' => '您确定要删除此评论吗?',
|
||||
],
|
||||
|
||||
'delete-all' => [
|
||||
'title' => 'Delete All',
|
||||
'confirmation-message' => '您确定要删除所有评论吗?',
|
||||
],
|
||||
]
|
||||
]
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'layered-nav-title' => '购物方式',
|
||||
'price-label' => '低至',
|
||||
'remove-filter-link-title' => '全部清除',
|
||||
'filter-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' => '可订购',
|
||||
'settings' => '设置',
|
||||
'compare_options' => '比较选项',
|
||||
'wishlist-options' => '愿望清单选项',
|
||||
'offers' => '购买 :qty 为了 :price 每个和保存 :discount%',
|
||||
'tax-inclusive' => '包括所有税费'
|
||||
],
|
||||
|
||||
'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' => '商品处于非活动状态并已从购物车中移除.',
|
||||
'inactive-add' => '不活跃商品无法添加到购物车.',
|
||||
],
|
||||
'quantity-error' => '请求的数量不可用.',
|
||||
'cart-subtotal' => '购物车小计',
|
||||
'cart-remove-action' => '你真的想这样做吗?',
|
||||
'partial-cart-update' => '仅更新了部分产品',
|
||||
'link-missing' => '',
|
||||
'event' => [
|
||||
'expired' => '此活动已过期.'
|
||||
],
|
||||
'minimum-order-message' => '最低订购金额为 :amount',
|
||||
'suspended-account-message' => '您的帐户已被暂停.',
|
||||
'check-shipping-address' => '请检查收货地址.',
|
||||
'check-billing-address' => '请检查帐单地址.',
|
||||
'specify-shipping-method' => '请指定送货方式.',
|
||||
'specify-payment-method' => '请指定付款方式.',
|
||||
],
|
||||
|
||||
'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' => 'Paypal标准',
|
||||
'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' => '订单ID :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 上的订单, ID为 :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' => '发票摘要',
|
||||
'reminder' => [
|
||||
'subject' => '发票提醒',
|
||||
'your-invoice-is-overdue' => '您的发票 :invoice 在 :time 已逾期.',
|
||||
'please-make-your-payment-as-soon-as-possible' => '请尽快付款.',
|
||||
'if-you-ve-already-paid-just-disregard-this-email' => '如果您已经付款,请忽略此电子邮件.',
|
||||
],
|
||||
],
|
||||
|
||||
'shipment' => [
|
||||
'heading' => '已为订单 #:order_id 生成快递单 #:shipment_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',
|
||||
'dear-admin' => '亲爱的 :admin_name',
|
||||
'greeting' => '欢迎并感谢您注册我们!',
|
||||
'greeting-admin' => '您有一个新客户注册.',
|
||||
'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, All rights reserved',
|
||||
],
|
||||
|
||||
'response' => [
|
||||
'create-success' => ':name 已创建成功.',
|
||||
'update-success' => ':name 已更新成功.',
|
||||
'delete-success' => ':name 已删除成功.',
|
||||
'submit-success' => ':name 已提交成功.'
|
||||
],
|
||||
];
|
||||
|
|
@ -1,317 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'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' => '● السرعة',
|
||||
'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' => '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' => 'البيانات الوصفية السرعة',
|
||||
'activate-slider' => 'تنشيط شريط التمرير',
|
||||
'home-page-content' => 'محتوى الصفحة الرئيسية',
|
||||
'footer-left-content' => 'تذييل يسار المحتوى',
|
||||
'subscription-content' => 'محتوى شريط الاشتراك',
|
||||
'sidebar-categories' => 'فئات الشريط الجانبي',
|
||||
'header_content_count' => 'Header Content Count',
|
||||
'footer-left-raw-content' => '<p>نحن نحب صياغة البرامج وحل مشاكل العالم الحقيقي مع الثنائيات. نحن ملتزمون للغاية بأهدافنا. نحن نستثمر مواردنا لإنشاء برامج وتطبيقات سهلة الاستخدام على مستوى عالمي للأعمال التجارية مع أرفع مستوى ، على أعلى مستوى من الخبرة التقنية.</p>',
|
||||
'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' => 'إضافة صورة',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'About Us',
|
||||
'customer-service' => 'Customer Service',
|
||||
'whats-new' => 'What\'s New',
|
||||
'contact-us' => 'Contact Us',
|
||||
'order-and-returns' => 'Order and Returns',
|
||||
'payment-policy' => 'Payment Policy',
|
||||
'shipping-policy' => 'Shipping Policy',
|
||||
'privacy-and-cookies-policy' => 'Privacy and Cookies Policy'
|
||||
]
|
||||
],
|
||||
'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' => 'كن أول من يكتب نقد',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'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' => 'أزل المنتج من قائمة الأمنيات'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'في تقدم',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'greeting' => ':customer, أهلا بك ',
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
?>
|
||||
|
|
@ -1,339 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'system' => [
|
||||
'velocity' => [
|
||||
'general' => 'সাধারণ',
|
||||
'category' => 'বিভাগ',
|
||||
'settings' => 'সেটিংস',
|
||||
'extension_name' => 'বেগ থিম',
|
||||
'error-module-inactive' => 'সতর্কতা: বেগ থিম স্ট্যাটাস নিষ্ক্রিয়',
|
||||
],
|
||||
|
||||
'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' => 'সিএমএস পেজ',
|
||||
'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' => 'নির্বাচিত বিষয়বস্তু সফলভাবে মুছে ফেলা হয়েছে।',
|
||||
'mass-update-success' => 'নির্বাচিত বিষয়বস্তু সফলভাবে আপডেট হয়েছে।',
|
||||
'tab' => [
|
||||
'page' => 'Page Setting',
|
||||
'content' => 'Content Setting',
|
||||
'meta_content' => 'Meta Data',
|
||||
],
|
||||
'page' => [
|
||||
'title' => 'Title',
|
||||
'status' => 'Status',
|
||||
'position' => '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' =>'আইডি',
|
||||
'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' => '<p>আমরা সফ্টওয়্যার তৈরি করতে এবং বাইনারিগুলির সাথে বাস্তব বিশ্বের সমস্যাগুলি সমাধান করতে পছন্দ করি। আমরা আমাদের লক্ষ্যে অত্যন্ত প্রতিশ্রুতিবদ্ধ। আমরা এন্টারপ্রাইজ ব্যবসার জন্য বিশ্বমানের সহজ ব্যবহারযোগ্য সফ্টওয়্যার এবং অ্যাপ্লিকেশন তৈরি করতে আমাদের সংস্থানগুলি বিনিয়োগ করি, শীর্ষস্থানীয় প্রযুক্তির দক্ষতার সাথে।</p>',
|
||||
'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' => 'ছবি যোগ কর',
|
||||
'image-four-resolution' => 'প্রথম ছবির রেজোলিউশন 427px X 41 এর মতো হওয়া উচিতX 410px ,
|
||||
দ্বিতীয় ছবির রেজোলিউশন 397px X এর মত হওয়া উচিতx X 180px ,
|
||||
তৃতীয় ছবির রেজোলিউশন 397px X 1 এর মত হওয়া উচিত X 180px ,
|
||||
চতুর্থ ছবির রেজোলিউশন 427px X 41 এর মত হওয়া উচিতX 410px',
|
||||
'image-three-resolution' => 'প্রথম ছবির রেজোলিউশন 635px X 465 এর মতো হওয়া উচিত 465px ,
|
||||
দ্বিতীয় ছবির রেজোলিউশন 620px X 2 এর মত হওয়া উচিত X 225px,
|
||||
তৃতীয় ছবির রেজোলিউশন 620px X 22 এর মত হওয়া উচিতX 225px',
|
||||
'image-two-resolution' => 'প্রথম ছবির রেজোলিউশন 953px X 447 এর মতো হওয়া উচিত 447px ,
|
||||
দ্বিতীয় ছবির রেজোলিউশন 303px X 44 এর মত হওয়া উচিতX 446px',
|
||||
'image-locale-resolution' => 'ছবির রেজোলিউশন 20px X 20px এর মতো হওয়া উচিত',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'আমাদের সম্পর্কে',
|
||||
'customer-service' => 'গ্রাহক সেবা',
|
||||
'whats-new' => 'নতুন কী',
|
||||
'contact-us' => 'যোগাযোগ করুন',
|
||||
'order-and-returns' => 'অর্ডার এবং রিটার্নস',
|
||||
'payment-policy' => 'পেমেন্ট পলিসি',
|
||||
'shipping-policy' => 'চালান নীতি',
|
||||
'privacy-and-cookies-policy' => 'গোপনীয়তা এবং কুকিজ নীতি'
|
||||
]
|
||||
],
|
||||
'category' => [
|
||||
'image-four-resolution' => "প'রথম ছবির রেজোলিউশন 427px X 410px এর মতো হওয়া উচিত,
|
||||
দ্বিতীয় ছবির রেজোলিউশন 397px X 180px এর মতো হওয়া উচিত,
|
||||
তৃতীয় ছবির রেজোলিউশন 397px X 180px এর মতো হওয়া উচিত,
|
||||
চতুর্থ ছবির রেজোলিউশন 427px X 410px' এর মতো হওয়া উচিত",
|
||||
'image-three-resolution' => "প্রথম ছবির রেজোলিউশন 635px X 465px এর মতো হওয়া উচিত,
|
||||
দ্বিতীয় ছবির রেজোলিউশন 620px X 225px এর মতো হওয়া উচিত,
|
||||
তৃতীয় ছবির রেজোলিউশন 620px X 225px' এর মতো হওয়া উচিত",
|
||||
'image-two-resolution' => "প্রথম ছবির রেজোলিউশন 953px X 447px এর মতো হওয়া উচিত,
|
||||
দ্বিতীয় ছবির রেজোলিউশন 303px X 446px' এর মতো হওয়া উচিত,
|
||||
'image-locale-resolution' => 'ছবির রেজোলিউশন 20px X 20px এর মতো হওয়া উচিত",
|
||||
'save-btn-title' => 'সেভ মেনু',
|
||||
'title' => 'বিভাগের মেনু তালিকা',
|
||||
'add-title' => 'মেনু সামগ্রী যোগ করুন',
|
||||
'edit-title' => 'মেনু বিষয়বস্তু সম্পাদনা করুন',
|
||||
'btn-add-category' => 'বিভাগের বিষয়বস্তু যোগ করুন',
|
||||
'datagrid' => [
|
||||
'category-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' => 'পণ্যের ছবি',
|
||||
'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' => ':টোটাল রেটিং রেটিং',
|
||||
'reviews-count' => ':টোটাল রিভিউ রিভিউ',
|
||||
'customer-rating' => 'গ্রাহক রেটিং',
|
||||
'more-infomation' => 'অধিক তথ্য',
|
||||
'view-all-reviews' => 'সব পর্যালোচনা দেখুন',
|
||||
'write-your-review' => 'আপনার পর্যালোচনা লিখুন',
|
||||
'short-description' => 'সংক্ষিপ্ত বিবরণ',
|
||||
'recently-viewed' => 'সম্প্রতি দেখা পণ্য',
|
||||
'be-first-review' => 'একটি পর্যালোচনা লিখুন করুন',
|
||||
'tax-inclusive' => 'সমস্ত ট্যাক্স সহ',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'gender' => [
|
||||
'male' => 'পুরুষ',
|
||||
'other' => 'অন্য',
|
||||
'female' => 'মহিলা',
|
||||
],
|
||||
'general' => [
|
||||
'no' => 'না',
|
||||
'yes' => 'হ্যাঁ',
|
||||
'view' => 'দেখুন',
|
||||
'filter' => 'ছাঁকনি',
|
||||
'orders' => 'আদেশ',
|
||||
'update' => 'হালনাগাদ',
|
||||
'reviews' => 'রিভিউ',
|
||||
'download' => 'ডাউনলোড',
|
||||
'currencies' => 'মুদ্রা',
|
||||
'addresses' => 'ঠিকানা',
|
||||
'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' => 'ইচ্ছা তালিকা থেকে পণ্য সরান'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' =>'চলমান',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'সম্পন্ন',
|
||||
'languages' => 'ভাষা',
|
||||
'greeting' => 'স্বাগত, :গ্রাহক!',
|
||||
]
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
|
@ -1,318 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'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' => '<p>Wir lieben es, Software zu erstellen und die Probleme der realen Welt mit den Binärdateien zu lösen. Wir fühlen uns unseren Zielen sehr verpflichtet. Wir investieren unsere Ressourcen, um benutzerfreundliche Software und Anwendungen von Weltklasse für das Unternehmensgeschäft mit erstklassiger Technologie zu entwickeln.</p>',
|
||||
'slider-path' => 'Slider Pfad',
|
||||
'category-logo' => 'Kategorielogo',
|
||||
'product-policy' => 'Produktrichtlinie',
|
||||
'update-meta-data' => 'Metadaten aktualisieren',
|
||||
'product-view-image' => 'Produktansicht Bild',
|
||||
'advertisement-two' => 'Werbung Zwei Bilder',
|
||||
'advertisement-one' => 'Werbung Eins Bilder',
|
||||
'footer-middle-content' => 'Fußzeile Mittlerer Inhalt',
|
||||
'advertisement-four' => 'Werbung Vier Bilder',
|
||||
'advertisement-three' => 'Werbung Drei Bilder',
|
||||
'images' => 'Bilder',
|
||||
'general' => 'Allgemein',
|
||||
'add-image-btn-title' => 'Bild hinzufügen',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'About Us',
|
||||
'customer-service' => 'Customer Service',
|
||||
'whats-new' => 'What\'s New',
|
||||
'contact-us' => 'Contact Us',
|
||||
'order-and-returns' => 'Order and Returns',
|
||||
'payment-policy' => 'Payment Policy',
|
||||
'shipping-policy' => 'Shipping Policy',
|
||||
'privacy-and-cookies-policy' => 'Privacy and Cookies Policy'
|
||||
]
|
||||
],
|
||||
'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',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'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'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'Im Gange',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'languages' => 'Sprachen',
|
||||
'greeting' => 'Herzlich willkommen, :customer !',
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
?>
|
||||
|
|
@ -1,338 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'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.',
|
||||
'mass-update-success' => 'Selected content updated 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' => '<p>We love to craft softwares and solve the real world problems with the binaries. We are highly committed to our goals. We invest our resources to create world class easy to use softwares and applications for the enterprise business with the top notch, on the edge technology expertise.</p>',
|
||||
'slider-path' => 'Slider Path',
|
||||
'category-logo' => 'Category logo',
|
||||
'product-policy' => 'Product Policy',
|
||||
'update-meta-data' => 'Update',
|
||||
'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',
|
||||
'image-four-resolution' => 'First image resolutions should be like 427px X 410px ,
|
||||
Second images resolutions should be like 397px X 180px ,
|
||||
Third images resolutions should be like 397px X 180px ,
|
||||
Fouth image resolutions should be like 427px X 410px',
|
||||
'image-three-resolution' => 'First image resolution should be like 635px X 465px ,
|
||||
Second image resolutions should be like 620px X 225px,
|
||||
Third image resolutions should be like 620px X 225px',
|
||||
'image-two-resolution' => 'First image resolution should be like 953px X 447px ,
|
||||
Second image resolution should be like 303px X 446px',
|
||||
'image-locale-resolution' => 'Image resolution should be like 20px X 20px',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'About Us',
|
||||
'customer-service' => 'Customer Service',
|
||||
'whats-new' => 'What\'s New',
|
||||
'contact-us' => 'Contact Us',
|
||||
'order-and-returns' => 'Order and Returns',
|
||||
'payment-policy' => 'Payment Policy',
|
||||
'shipping-policy' => 'Shipping Policy',
|
||||
'privacy-and-cookies-policy' => 'Privacy and Cookies Policy'
|
||||
]
|
||||
],
|
||||
'category' => [
|
||||
'image-four-resolution' => 'First image resolutions should be like 427px X 410px ,
|
||||
Second images resolutions should be like 397px X 180px ,
|
||||
Third images resolutions should be like 397px X 180px ,
|
||||
Fouth image resolutions should be like 427px X 410px',
|
||||
'image-three-resolution' => 'First image resolution should be like 635px X 465px ,
|
||||
Second image resolutions should be like 620px X 225px,
|
||||
Third image resolutions should be like 620px X 225px',
|
||||
'image-two-resolution' => 'First image resolution should be like 953px X 447px ,
|
||||
Second image resolution should be like 303px X 446px',
|
||||
'image-locale-resolution' => 'Image resolution should be like 20px X 20px',
|
||||
'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',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'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'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'In Progress',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'Done',
|
||||
'languages' => 'Languages',
|
||||
'greeting' => 'Welcome, :customer !',
|
||||
]
|
||||
],
|
||||
];
|
||||
|
|
@ -1,319 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'system' => [
|
||||
'velocity' => [
|
||||
'general' => 'General',
|
||||
'category' => 'Categoría',
|
||||
'settings' => 'Ajustes',
|
||||
'extension_name' => 'Tema Velocity',
|
||||
'error-module-inactive' => 'Advertencia: El estado del tema Velocity está inactivo',
|
||||
],
|
||||
|
||||
'settings' => [
|
||||
'channels'=> [
|
||||
'subscription_bar' => 'Contenido de la barra de subscripción'
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'status' => 'Estado',
|
||||
'active' => 'Activo',
|
||||
'inactive' => 'Inactivo',
|
||||
],
|
||||
'category' => [
|
||||
'all' => 'Todo',
|
||||
'left' => 'Izquierda',
|
||||
'right' => 'Derecha',
|
||||
'active' => 'Activo',
|
||||
'custom' => 'Personalizado',
|
||||
'inactive' => 'Inactivo',
|
||||
'image-alignment' => 'Alineación de Imágen',
|
||||
'icon-status' => 'Estado del Icono de Categoría',
|
||||
'image-status' => 'Estado de Imágen de Categoría',
|
||||
'sub-category-show' => 'Mostrar Subcategoría',
|
||||
'image-height' => 'Altura de la Imágen [en Píxeles]',
|
||||
'image-width' => 'Ancho de la Imágen [en Píxeles]',
|
||||
'show-tooltip' => 'Mostrar Descripción Emergente de la Categoría',
|
||||
'num-sub-category' => 'Número de Categoría',
|
||||
]
|
||||
],
|
||||
'layouts' => [
|
||||
'velocity' => 'Velocity',
|
||||
'cms-pages' => 'Páginas CMS',
|
||||
'meta-data' => 'Metadatos',
|
||||
'category-menu' => 'Menú de Categorías',
|
||||
'header-content' => 'Contenido del Encabezado',
|
||||
],
|
||||
'contents' => [
|
||||
'self' => 'Auto',
|
||||
'active' => 'Activo',
|
||||
'new-tab' => 'Nueva Pestaña',
|
||||
'inactive' => 'Inactivo',
|
||||
'title' => 'Lista de Contenido',
|
||||
'select' => '-- Seleccione --',
|
||||
'add-title' => 'Agregar Contenido',
|
||||
'btn-add-content' => 'Agregar Contenido',
|
||||
'save-btn-title' => 'Guardar Contenido',
|
||||
'autocomplete' => '[Autocompletar]',
|
||||
'no-result-found' => 'Ningún registro encontrado.',
|
||||
'search-hint' => 'Buscar producto aquí...',
|
||||
'mass-delete-success' => 'El contenido seleccionado se eliminó correctamente.',
|
||||
'tab' => [
|
||||
'page' => 'Configuración de Página',
|
||||
'content' => 'Configuración de Contenido',
|
||||
'meta_content' => 'Metadatos',
|
||||
],
|
||||
'page' => [
|
||||
'title' => 'Título',
|
||||
'status' => 'Estado',
|
||||
'position' => 'Posición',
|
||||
],
|
||||
'content' => [
|
||||
'content-type' => 'Tipo de Contenido',
|
||||
'custom-title' => 'Título Personalizado',
|
||||
'category-slug' => 'Slug de Categoría',
|
||||
'link-target' => 'Destino de enlace de página',
|
||||
'custom-product' => 'Productos de la Tienda',
|
||||
'custom-heading' => 'Encabezado Personalizado',
|
||||
'catalog-type' => 'Tipo de Catálogos de Productos',
|
||||
'static-description' => 'Descripción del Contenido',
|
||||
'page-link' => 'Enlace de Página [p.ej. http://ejemplo.com/../../]',
|
||||
],
|
||||
'datagrid' => [
|
||||
'id' => 'Id',
|
||||
'title' => 'Título',
|
||||
'status' => 'Estado',
|
||||
'position' => 'Posición',
|
||||
'content-type' => 'Tipo de Contenido',
|
||||
]
|
||||
],
|
||||
'meta-data' => [
|
||||
'footer' => 'Pié de Página',
|
||||
'title' => 'Metadatos de Velocity',
|
||||
'activate-slider' => 'Activar Slider',
|
||||
'home-page-content' => 'Contenido de Página de Inicio',
|
||||
'footer-left-content' => 'Contenido del Pié de Página a la Izquierda',
|
||||
'subscription-content' => 'Contenido de la barra de Suscripción',
|
||||
'sidebar-categories' => 'Categorías de la barra Lateral',
|
||||
'header_content_count' => 'Recuento de Contenido de Encabezado',
|
||||
'footer-left-raw-content' => '<p>Nos encanta crear software y resolver los problemas del mundo real con los binarios. Estamos muy comprometidos con nuestros objetivos. Invertimos nuestros recursos para crear aplicaciones y softwares fáciles de usar de clase mundial para el negocio empresarial con la mejor experiencia en tecnología de vanguardia.</p>',
|
||||
'slider-path' => 'Ruta del Slider',
|
||||
'category-logo' => 'Logotipo de Categoría',
|
||||
'product-policy' => 'Política de Producto',
|
||||
'update-meta-data' => 'Actualizar Metadatos',
|
||||
'product-view-image' => 'Imágen de Vista del Producto',
|
||||
'advertisement-two' => 'Anuncio de Dos Imágenes',
|
||||
'advertisement-one' => 'Anuncio de Una Imágen',
|
||||
'footer-middle-content' => 'Contenido Intermedio del Pié de Página',
|
||||
'advertisement-four' => 'Anuncio de Cuatro Imágenes',
|
||||
'advertisement-three' => 'Anuncio de Tres Imágenes',
|
||||
'images' => 'Imágenes',
|
||||
'general' => 'General',
|
||||
'add-image-btn-title' => 'Añadir Imágen',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'Nosotros',
|
||||
'customer-service' => 'Servicio al Cliente',
|
||||
'whats-new' => 'Lo Nuevo',
|
||||
'contact-us' => 'Contactanos',
|
||||
'order-and-returns' => 'Pedidos y Devoluciones',
|
||||
'payment-policy' => 'Política de Pago',
|
||||
'shipping-policy' => 'Política de Envios',
|
||||
'privacy-and-cookies-policy' => 'Política de privacidad y cookies'
|
||||
]
|
||||
],
|
||||
'category' => [
|
||||
'save-btn-title' => 'Guardar Menú',
|
||||
'title' => 'Lista de Menú de Categorías',
|
||||
'add-title' => 'Agregar Contenido de Menú',
|
||||
'edit-title' => 'Edita Contenido del Menú',
|
||||
'btn-add-category' => 'Agregar Contenido de Categoría',
|
||||
'datagrid' => [
|
||||
'category-id' => 'Categoría Id',
|
||||
'category-name' => 'Nombre de Categoría',
|
||||
'category-icon' => 'Icono de Categoría',
|
||||
'category-status' => 'Estado',
|
||||
],
|
||||
'tab' => [
|
||||
'general' => 'General',
|
||||
],
|
||||
'status' => 'Estado',
|
||||
'active' => 'Activo',
|
||||
'inactive' => 'Inactivo',
|
||||
'select' => '-- Seleccione --',
|
||||
'icon-class' => 'Icono de Clase',
|
||||
'select-category' => 'Elegir Categoría',
|
||||
'tooltip-content' => 'Contenido de Información sobre Herramienta',
|
||||
'mass-delete-success' => 'El menú de categorías seleccionadas se ha eliminado correctamente.',
|
||||
],
|
||||
'general' => [
|
||||
'locale_logo' => 'Logotipo de Configuración Regional',
|
||||
],
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'view-all' => 'Ver Todo',
|
||||
'add-to-cart' => 'Añadir al Carrito',
|
||||
'hot-categories' => 'Categorías Calientes',
|
||||
'payment-methods' => 'Métodos de Pago',
|
||||
'customer-reviews' => 'Opiniones de los Clientes',
|
||||
'shipping-methods' => 'Métodos de Envío',
|
||||
'popular-categories' => 'Categorías Populares',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'cart' => 'Carrito',
|
||||
'cart' => 'Carrito',
|
||||
'guest' => 'Invitado',
|
||||
'logout' => 'Cerrar Sesión',
|
||||
'title' => 'Cuenta',
|
||||
'account' => 'Cuenta',
|
||||
'profile' => 'Perfil',
|
||||
'wishlist' => 'Lista de Deseos',
|
||||
'all-categories' => 'Todas las Categorías',
|
||||
'search-text' => 'Buscar productos aquí',
|
||||
'welcome-message' => 'Bienvenido, :customer_name',
|
||||
'dropdown-text' => 'Administrar Carrito, Pedidos & Lista de Deseos',
|
||||
],
|
||||
|
||||
'menu-navbar' => [
|
||||
'text-more' => 'Más',
|
||||
'text-category' => 'Compra por Categoría',
|
||||
],
|
||||
|
||||
'minicart' => [
|
||||
'cart' => 'Carrito',
|
||||
'view-cart' => 'Ver Carrito',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'qty' => 'Cant.',
|
||||
'checkout' => 'Revisa tu Pedido',
|
||||
'cart' => [
|
||||
'view-cart' => 'Ver Carrito',
|
||||
'cart-summary' => 'Resumen de la Compra',
|
||||
],
|
||||
'qty' => 'Cant.',
|
||||
'items' => 'Artículos',
|
||||
'subtotal' => 'Subtotal',
|
||||
'sub-total' => 'Sub Total',
|
||||
'proceed' => 'Comprar Ahora',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' => 'Comparar',
|
||||
'compare_similar_items' => 'Comparar Artículos Similares',
|
||||
'add-tooltip' => 'Agregar producto a la lista de comparación',
|
||||
'added' => 'Artículo agregado exitosamente a la lista de comparación',
|
||||
'already_added' => 'El artículo ya se agregó a la lista de comparación',
|
||||
'removed' => 'Elemento eliminado correctamente de la lista de comparación',
|
||||
'removed-all' => 'Todos los artículos se eliminaron correctamente de la lista de comparación',
|
||||
'empty-text' => "No tienes ningún artículo en tu lista de comparación",
|
||||
'product_image' => 'Imágen del Producto',
|
||||
'actions' => 'Acción',
|
||||
],
|
||||
'login-form' => [
|
||||
'sign-up' => 'Regístrate',
|
||||
'new-customer' => 'Nuevo Cliente',
|
||||
'customer-login' => 'Inicio de Sesión del Cliente',
|
||||
'registered-user' => 'Usuario Registrado',
|
||||
'your-email-address' => 'Tu correo electrónico',
|
||||
'form-login-text' => 'Si tiene una cuenta, inicie sesión con su dirección de correo electrónico.',
|
||||
],
|
||||
'signup-form' => [
|
||||
'login' => 'Iniciar Sesión',
|
||||
'become-user' => 'Convertirse en Usuario',
|
||||
'user-registration' => 'Registro de Usuario',
|
||||
'form-sginup-text' => 'Si es nuevo en nuestra tienda, nos complace tenerlo como miembro.',
|
||||
],
|
||||
'forget-password' => [
|
||||
'login' => 'Iniciar Sesión',
|
||||
'forgot-password' => '¿Has olvidado la contraseña?',
|
||||
'recover-password' => 'Recuperar contraseña',
|
||||
'recover-password-text' => 'Si olvidó su contraseña, recupérela ingresando su dirección de correo electrónico.',
|
||||
],
|
||||
'wishlist' => [
|
||||
'remove-all-success' => 'Se han eliminado todos los elementos de su lista de deseos',
|
||||
],
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'go-to-home' => 'Ir a Inicio',
|
||||
'page-lost-short' => 'Contenido de la página perdido',
|
||||
'something_went_wrong' => 'algo salió mal',
|
||||
'page-lost-description' => "La página que está buscando no está disponible. Intente buscar de nuevo o utilice el botón Volver a continuación.",
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'text' => 'Productos',
|
||||
'details' => 'Detalles',
|
||||
'reviews-title' => 'Calificación y Opiniones',
|
||||
'reviewed' => 'Calificado',
|
||||
'review-by' => 'Calificado por',
|
||||
'quick-view' => 'Vista Rápida',
|
||||
'not-available' => 'No Disponible',
|
||||
'submit-review' => 'Enviar Opinión',
|
||||
'ratings' => ':totalRatings Calificaciones',
|
||||
'reviews-count' => ':totalReviews Opiniones',
|
||||
'customer-rating' => 'Calificación de los Clientes',
|
||||
'more-infomation' => 'Más Información',
|
||||
'view-all-reviews' => 'Ver Todas las Opiniones',
|
||||
'write-your-review' => 'Escribe tu Opinión',
|
||||
'short-description' => 'Descripción Breve',
|
||||
'recently-viewed' => 'Productos Vistos Recientemente',
|
||||
'be-first-review' => 'Sé el primero en escribir una reseña',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'gender' => [
|
||||
'male' => 'Masculino',
|
||||
'other' => 'Otro',
|
||||
'female' => 'Femenino',
|
||||
],
|
||||
'general' => [
|
||||
'no' => 'No',
|
||||
'yes' => 'Si',
|
||||
'view' => 'Ver',
|
||||
'filter' => 'Filtrar',
|
||||
'orders' => 'Pedidos',
|
||||
'update' => 'Actualizar',
|
||||
'reviews' => 'Reseñas',
|
||||
'download' => 'Descargar',
|
||||
'currencies' => 'Monedas',
|
||||
'addresses' => 'Direcciones',
|
||||
'top-brands' => 'Mejores Marcas',
|
||||
'new-password' => 'Nueva contraseña',
|
||||
'no-file-available' => 'Ningún Archivo Disponible!',
|
||||
'downloadables' => 'Productos Descargables',
|
||||
'confirm-new-password' => 'Confirmar nueva contraseña',
|
||||
'enter-current-password' => 'Introduzca su contraseña actual',
|
||||
|
||||
'alert' => [
|
||||
'info' => 'Info',
|
||||
'error' => 'Error',
|
||||
'success' => 'Éxito',
|
||||
'warning' => 'Advertencia',
|
||||
],
|
||||
],
|
||||
'wishlist' => [
|
||||
'add-wishlist-text' => 'Agregar producto a la lista de deseos',
|
||||
'remove-wishlist-text' => 'Eliminar producto de la lista de deseos'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'En curso',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'Hecho',
|
||||
'languages' => 'Idiomas',
|
||||
'greeting' => 'Bienvenido, :customer !',
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
?>
|
||||
|
|
@ -1,316 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'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' => '<p>ما دوست داریم که نرم افزارهایی را تهیه کرده و مشکلات دنیای واقعی را با باینری حل کنیم. ما به اهداف خود بسیار متعهد هستیم. ما منابع خود را برای ایجاد کلاس های نرم افزاری و برنامه های کاربردی برای تجارت سازمانی با درجه برتر ، در لبه تخصص فناوری سرمایه گذاری می کنیم..</p>',
|
||||
'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' => 'تصویر اضافه کن',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'About Us',
|
||||
'customer-service' => 'Customer Service',
|
||||
'whats-new' => 'What\'s New',
|
||||
'contact-us' => 'Contact Us',
|
||||
'order-and-returns' => 'Order and Returns',
|
||||
'payment-policy' => 'Payment Policy',
|
||||
'shipping-policy' => 'Shipping Policy',
|
||||
'privacy-and-cookies-policy' => 'Privacy and Cookies Policy'
|
||||
]
|
||||
],
|
||||
'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' => 'مورد با موفقیت از لیست مقایسه حذف شد',
|
||||
'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' => 'اولین نفری باشید که نظر می دهد',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'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' => 'محصول را از لیست دلخواه حذف کنید'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'در حال پیش رفت',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'greeting' => ':customer ! خوش آمدی',
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
?>
|
||||
|
|
@ -1,338 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'system' => [
|
||||
'velocity' => [
|
||||
'general' => 'Général',
|
||||
'category' => 'Catégorie',
|
||||
'settings' => 'Paramètres',
|
||||
'extension_name' => 'Thème de la vitesse',
|
||||
'error-module-inactive' => 'Avertissement : L\'état du thème Velocity est inactif',
|
||||
],
|
||||
|
||||
'settings' => [
|
||||
'channels' => [
|
||||
'subscription_bar' => 'Contenu de la barre d\'abonnement',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'status' => 'Statut',
|
||||
'active' => 'actif',
|
||||
'inactive' => 'Inactif',
|
||||
],
|
||||
|
||||
'category' => [
|
||||
'all' => 'Tout',
|
||||
'left' => 'La gauche',
|
||||
'right' => 'Droite',
|
||||
'active' => 'actif',
|
||||
'custom' => 'Personnalisé',
|
||||
'inactive' => 'Inactif',
|
||||
'image-alignment' => 'Alignement des images',
|
||||
'icon-status' => 'Statut de l\'icône de catégorie',
|
||||
'image-status' => 'Statut de l\'image de la catégorie',
|
||||
'sub-category-show' => 'Afficher la sous-catégorie',
|
||||
'image-height' => 'Hauteur de l\'image [en pixels]',
|
||||
'image-width' => 'Largeur de l\'image [en pixels]',
|
||||
'show-tooltip' => 'Afficher l\'info-bulle de la catégorie',
|
||||
'num-sub-category' => 'Nombre de sous-catégorie',
|
||||
],
|
||||
],
|
||||
|
||||
'layouts' => [
|
||||
'velocity' => 'Rapidité',
|
||||
'cms-pages' => 'Pages CMS',
|
||||
'meta-data' => 'Métadonnées',
|
||||
'category-menu' => 'Menu Catégorie',
|
||||
'header-content' => 'Contenu de l\'en-tête',
|
||||
],
|
||||
|
||||
'contents' => [
|
||||
'self' => 'Soi',
|
||||
'active' => 'actif',
|
||||
'new-tab' => 'Nouvel onglet',
|
||||
'inactive' => 'Inactif',
|
||||
'title' => 'Liste de contenu',
|
||||
'select' => '-- Sélectionnez --',
|
||||
'add-title' => 'Ajouter du contenu',
|
||||
'btn-add-content' => 'Ajouter du contenu',
|
||||
'save-btn-title' => 'Enregistrer le contenu',
|
||||
'autocomplete' => '[Saisie automatique]',
|
||||
'no-result-found' => 'Aucun Enregistrement Trouvé.',
|
||||
'search-hint' => 'Rechercher un produit ici...',
|
||||
'mass-delete-success' => 'Contenu sélectionné supprimé avec succès.',
|
||||
|
||||
'tab' => [
|
||||
'page' => 'Paramétrage des pages',
|
||||
'content' => 'Réglage du contenu',
|
||||
'meta_content' => 'Métadonnées',
|
||||
],
|
||||
|
||||
'page' => [
|
||||
'title' => 'Titre',
|
||||
'status' => 'Statut',
|
||||
'position' => 'Positionner',
|
||||
],
|
||||
|
||||
'content' => [
|
||||
'content-type' => 'Type de contenu',
|
||||
'custom-title' => 'Titre personnalisé',
|
||||
'category-slug' => 'Catégorie Limace',
|
||||
'link-target' => 'Cible du lien de page',
|
||||
'custom-product' => 'Magasiner les produits',
|
||||
'custom-heading' => 'En-tête personnalisé',
|
||||
'catalog-type' => 'Type de catalogue de produits',
|
||||
'static-description' => 'Description du contenu',
|
||||
'page-link' => 'Lien de page [par ex. http://exemple.com/../../]',
|
||||
],
|
||||
|
||||
'datagrid' => [
|
||||
'id' => 'Identifiant',
|
||||
'title' => 'Titre',
|
||||
'status' => 'Statut',
|
||||
'position' => 'Positionner',
|
||||
'content-type' => 'Type de contenu',
|
||||
],
|
||||
],
|
||||
|
||||
'meta-data' => [
|
||||
'footer' => 'Bas de page',
|
||||
'title' => 'Métadonnées de vitesse',
|
||||
'activate-slider' => 'Activer le curseur',
|
||||
'home-page-content' => 'Contenu de la page d\'accueil',
|
||||
'footer-left-content' => 'Contenu du pied de page gauche',
|
||||
'subscription-content' => 'Barre d\'abonnement Contenu',
|
||||
'sidebar-categories' => 'Catégories de la barre latérale',
|
||||
'header_content_count' => 'Nombre de contenus d\'en-tête',
|
||||
'footer-left-raw-content' => '<p>Nous aimons créer des logiciels et résoudre les problèmes du monde réel avec les binaires. Nous sommes très attachés à nos objectifs. Nous investissons nos ressources pour créer des logiciels et des applications faciles à utiliser et de classe mondiale pour les entreprises avec une expertise technologique de pointe et de pointe.</p>',
|
||||
'slider-path' => 'Chemin du curseur',
|
||||
'category-logo' => 'Logo de la catégorie',
|
||||
'product-policy' => 'Politique de produit',
|
||||
'update-meta-data' => 'Mettre à jour les métadonnées',
|
||||
'product-view-image' => 'Image du produit',
|
||||
'advertisement-two' => 'Publicité Deux Images',
|
||||
'advertisement-one' => 'Publicité One Images',
|
||||
'footer-middle-content' => 'Contenu intermédiaire du pied de page',
|
||||
'advertisement-four' => 'Publicité Quatre Images',
|
||||
'advertisement-three' => 'Publicité Trois Images',
|
||||
'images' => 'Images',
|
||||
'general' => 'Général',
|
||||
'add-image-btn-title' => 'Ajouter une image',
|
||||
|
||||
'footer-middle' => [
|
||||
'about-us' => 'À propos de nous',
|
||||
'customer-service' => 'Service Clients',
|
||||
'whats-new' => 'Quoi de neuf',
|
||||
'contact-us' => 'Nous contacter',
|
||||
'order-and-returns' => 'Commande et retours',
|
||||
'payment-policy' => 'Politique de paiement',
|
||||
'shipping-policy' => 'Politique d\'expédition',
|
||||
'privacy-and-cookies-policy' => 'Politique de confidentialité et de cookies',
|
||||
],
|
||||
],
|
||||
|
||||
'category' => [
|
||||
'save-btn-title' => 'Enregistrer le menu',
|
||||
'title' => 'Liste des menus des catégories',
|
||||
'add-title' => 'Ajouter du contenu de menu',
|
||||
'edit-title' => 'Modifier le contenu du menu',
|
||||
'btn-add-category' => 'Ajouter du contenu de catégorie',
|
||||
|
||||
'datagrid' => [
|
||||
'category-id' => 'Identifiant de la catégorie',
|
||||
'category-name' => 'Nom de catégorie',
|
||||
'category-icon' => 'Icône de catégorie',
|
||||
'category-status' => 'Statut',
|
||||
],
|
||||
|
||||
'tab' => [
|
||||
'general' => 'Général',
|
||||
],
|
||||
|
||||
'status' => 'Statut',
|
||||
'active' => 'actif',
|
||||
'inactive' => 'Inactif',
|
||||
'select' => '-- Sélectionnez --',
|
||||
'icon-class' => 'Classe d\'icônes',
|
||||
'select-category' => 'Choisissez la catégorie',
|
||||
'tooltip-content' => 'Contenu de l\'info-bulle',
|
||||
'mass-delete-success' => 'Le menu des catégories sélectionnées a été supprimé avec succès.',
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'locale_logo' => 'Logo de la région',
|
||||
],
|
||||
],
|
||||
|
||||
'home' => [
|
||||
'view-all' => 'Voir tout',
|
||||
'add-to-cart' => 'Ajouter au panier',
|
||||
'hot-categories' => 'Catégories chaudes',
|
||||
'payment-methods' => 'méthodes de payement',
|
||||
'customer-reviews' => 'Avis des clients',
|
||||
'shipping-methods' => 'méthodes de livraison',
|
||||
'popular-categories' => 'Catégories populaires',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'cart' => 'Chariot',
|
||||
'guest' => 'Invité',
|
||||
'logout' => 'Se déconnecter',
|
||||
'title' => 'Compte',
|
||||
'account' => 'Compte',
|
||||
'profile' => 'Profil',
|
||||
'wishlist' => 'Liste de souhaits',
|
||||
'all-categories' => 'toutes catégories',
|
||||
'search-text' => 'Rechercher des produits ici',
|
||||
'welcome-message' => 'Bienvenue, :customer_name',
|
||||
'dropdown-text' => 'Gérer le panier, les commandes et la liste de souhaits',
|
||||
],
|
||||
|
||||
'menu-navbar' => [
|
||||
'text-more' => 'Suite',
|
||||
'text-category' => 'Acheter par catégorie',
|
||||
],
|
||||
|
||||
'minicart' => [
|
||||
'cart' => 'Chariot',
|
||||
'view-cart' => 'Voir le panier',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'qty' => 'Qté',
|
||||
'checkout' => 'Vérifier',
|
||||
|
||||
'cart' => [
|
||||
'view-cart' => 'Voir le panier',
|
||||
'cart-summary' => 'Sommaire du panier',
|
||||
],
|
||||
|
||||
'items' => 'Articles',
|
||||
'subtotal' => 'Total',
|
||||
'sub-total' => 'Sous-total',
|
||||
'proceed' => 'Passer à la caisse',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' => 'Comparer',
|
||||
'compare_similar_items' => 'Comparer des articles similaires',
|
||||
'add-tooltip' => 'Ajouter un produit à la liste de comparaison',
|
||||
'added' => 'Article ajouté avec succès à la liste de comparaison',
|
||||
'already_added' => 'Article déjà ajouté à la liste de comparaison',
|
||||
'removed' => 'Article supprimé avec succès de la liste de comparaison',
|
||||
'removed-all' => 'Tous les articles ont été supprimés avec succès de la liste de comparaison',
|
||||
'empty-text' => 'Vous n\'avez aucun article dans votre liste de comparaison',
|
||||
'product_image' => 'Image du produit',
|
||||
'actions' => 'Actions',
|
||||
],
|
||||
|
||||
'login-form' => [
|
||||
'sign-up' => 'S\'inscrire',
|
||||
'new-customer' => 'Nouveau client',
|
||||
'customer-login' => 'Connexion client',
|
||||
'registered-user' => 'Utilisateur enregistré',
|
||||
'your-email-address' => 'Votre adresse email',
|
||||
'form-login-text' => 'Si vous avez un compte, connectez-vous avec votre adresse e-mail.',
|
||||
],
|
||||
|
||||
'signup-form' => [
|
||||
'login' => 'Connexion',
|
||||
'become-user' => 'Devenir utilisateur',
|
||||
'user-registration' => 'Enregistrement de l\'utilisateur',
|
||||
'form-sginup-text' => 'Si vous êtes nouveau dans notre magasin, nous sommes heureux de vous compter parmi nos membres.',
|
||||
],
|
||||
|
||||
'forget-password' => [
|
||||
'login' => 'Connexion',
|
||||
'forgot-password' => 'Mot de passe oublié',
|
||||
'recover-password' => 'Récupérer mot de passe',
|
||||
'recover-password-text' => 'Si vous avez oublié votre mot de passe, récupérez-le en saisissant votre adresse e-mail.',
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'remove-all-success' => 'Tous les articles de votre liste de souhaits ont été supprimés',
|
||||
],
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'go-to-home' => 'Aller à la maison',
|
||||
'page-lost-short' => 'Contenu perdu de la page',
|
||||
'something_went_wrong' => 'quelque chose s\'est mal passé',
|
||||
'page-lost-description' => 'La page que vous recherchez n\'est pas disponible. Essayez de rechercher à nouveau ou utilisez le bouton Retour ci-dessous.',
|
||||
],
|
||||
|
||||
'products' => [
|
||||
'text' => 'Des produits',
|
||||
'details' => 'Des détails',
|
||||
'reviews-title' => 'Commentaires',
|
||||
'reviewed' => 'Révisé',
|
||||
'review-by' => 'Examen par',
|
||||
'quick-view' => 'Aperçu rapide',
|
||||
'not-available' => 'Indisponible',
|
||||
'submit-review' => 'Poster le commentaire',
|
||||
'ratings' => ':totalRatings Notes',
|
||||
'reviews-count' => ':totalReviews Avis',
|
||||
'customer-rating' => 'Évaluation du client',
|
||||
'more-infomation' => 'Plus d\'information',
|
||||
'view-all-reviews' => 'Voir tous les avis',
|
||||
'write-your-review' => 'Donnez votre avis',
|
||||
'short-description' => 'Brèves descriptions',
|
||||
'recently-viewed' => 'Derniers produits consultés',
|
||||
'be-first-review' => 'Soyez le premier à rédiger un avis',
|
||||
'tax-inclusive' => 'Toutes taxes comprises',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'gender' => [
|
||||
'male' => 'Homme',
|
||||
'other' => 'Autre',
|
||||
'female' => 'Femelle',
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'no' => 'Non',
|
||||
'yes' => 'Oui',
|
||||
'view' => 'Vue',
|
||||
'filter' => 'Filtre',
|
||||
'orders' => 'Ordres',
|
||||
'update' => 'Mettre à jour',
|
||||
'reviews' => 'Commentaires',
|
||||
'download' => 'Télécharger',
|
||||
'currencies' => 'Devises',
|
||||
'addresses' => 'Adresses',
|
||||
'top-brands' => 'Les meilleures marques',
|
||||
'new-password' => 'Nouveau mot de passe',
|
||||
'no-file-available' => 'Aucun fichier disponible !',
|
||||
'downloadables' => 'Produits téléchargeables',
|
||||
'confirm-new-password' => 'Confirmer le nouveau mot de passe',
|
||||
'enter-current-password' => 'Entrer votre mot de passe actuel',
|
||||
|
||||
'alert' => [
|
||||
'info' => 'Info',
|
||||
'error' => 'Erreur',
|
||||
'success' => 'Succès',
|
||||
'warning' => 'Avertissement',
|
||||
],
|
||||
],
|
||||
|
||||
'wishlist' => [
|
||||
'add-wishlist-text' => 'Ajouter un produit à la liste de souhaits',
|
||||
'remove-wishlist-text' => 'Supprimer le produit de la liste de souhaits',
|
||||
],
|
||||
|
||||
'overlay-loader' => [
|
||||
'message' => 'En cours',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'Fait',
|
||||
'languages' => 'Langues',
|
||||
'greeting' => 'Bienvenue, :customer !',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
@ -1,339 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'system' => [
|
||||
'velocity' => [
|
||||
'general' => 'כללי',
|
||||
'category' => 'קטגוריה',
|
||||
'settings' => 'הגדרות',
|
||||
'extension_name' => 'נושא מהירות',
|
||||
'error-module-inactive' => 'אזהרה: סטטוס נושא המהירות אינו פעיל',
|
||||
],
|
||||
|
||||
'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' => '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' => 'התוכן שנבחר נמחק בהצלחה.',
|
||||
'mass-update-success' => 'התוכן שנבחר עודכן בהצלחה.',
|
||||
'tab' => [
|
||||
'page' =>'הגדרת עמוד',
|
||||
'content' => 'הגדרת תוכן',
|
||||
'meta_content' => 'Meta Data',
|
||||
],
|
||||
'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' => 'תְעוּדַת זֶהוּת',
|
||||
'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' => '<p>אנחנו אוהבים ליצור תוכנות ולפתור את הבעיות בעולם האמיתי עם הקבצים הבינאריים. אנו מחויבים מאוד למטרות שלנו. אנו משקיעים את המשאבים שלנו כדי ליצור תוכנות ויישומים קלים לשימוש ברמה עולמית עבור העסק הארגוני עם מומחיות טכנולוגית ברמה הגבוהה ביותר.</p>',
|
||||
'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' => 'להוסיף תמונה',
|
||||
'image-four-resolution' => "רזולוציית התמונה הראשונה צריכה להיות כמו 427px X 410px,
|
||||
רזולוציית תמונה שנייה צריכה להיות כמו 397px X 180px,
|
||||
רזולוציית תמונה שלישית צריכה להיות כמו 397px X 180px,
|
||||
רזולוציות תמונה רביעיות צריכות להיות כמו 427px X 410px",
|
||||
'image-three-resolution' => "רזולוציית התמונה הראשונה צריכה להיות כמו 635px X 465px,
|
||||
רזולוציית תמונה שנייה צריכה להיות כמו 620px X 225px,
|
||||
רזולוציית תמונה שלישית צריכה להיות כמו 620px X 225px",
|
||||
'image-two-resolution' => "רזולוציית התמונה הראשונה צריכה להיות כמו 953px X 447px,
|
||||
רזולוציית התמונה השנייה צריכה להיות כמו 303px X 446px",
|
||||
'image-locale-resolution' => 'רזולוציית התמונה צריכה להיות כמו 20px X 20px',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'עלינו',
|
||||
'customer-service' => 'שירות לקוחות',
|
||||
'whats-new' => 'מה חדש',
|
||||
'contact-us' => 'צור קשר',
|
||||
'order-and-returns' => 'הזמנה והחזרות',
|
||||
'payment-policy' => 'מדיניות תשלום',
|
||||
'shipping-policy' => 'מדיניות משלוח',
|
||||
'privacy-and-cookies-policy' =>'מדיניות פרטיות וקובצי Cookie'
|
||||
]
|
||||
],
|
||||
'category' => [
|
||||
'image-four-resolution' => "רזולוציית התמונה הראשונה צריכה להיות כמו 427px X 410px,
|
||||
רזולוציית תמונה שנייה צריכה להיות כמו 397px X 180px,
|
||||
רזולוציית תמונה שלישית צריכה להיות כמו 397px X 180px,
|
||||
רזולוציות תמונה רביעיות צריכות להיות כמו 427px X 410px",
|
||||
'image-three-resolution' => "רזולוציית התמונה הראשונה צריכה להיות כמו 635px X 465px,
|
||||
רזולוציית תמונה שנייה צריכה להיות כמו 620px X 225px,
|
||||
רזולוציית תמונה שלישית צריכה להיות כמו 620px X 225px",
|
||||
'image-two-resolution' => "רזולוציית התמונה הראשונה צריכה להיות כמו 953px X 447px,
|
||||
רזולוציית התמונה השנייה צריכה להיות כמו 303px X 446px",
|
||||
'image-locale-resolution' => "רזולוציית התמונה צריכה להיות כמו 20px X 20px",
|
||||
'save-btn-title' => 'תפריט שמור',
|
||||
'title' => 'רשימת תפריטי קטגוריות',
|
||||
'add-title' => 'הוסף תוכן תפריט',
|
||||
'edit-title' => 'ערוך תוכן תפריט',
|
||||
'btn-add-category' => 'הוסף תוכן קטגוריה',
|
||||
'datagrid' => [
|
||||
'category-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' => 'ברוכים הבאים, :שם_לקוח',
|
||||
'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' => 'תמונת מוצר',
|
||||
'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 Ratings',
|
||||
'reviews-count' => ':totalReviews Reviews',
|
||||
'customer-rating' => 'דירוג לקוחות',
|
||||
'more-infomation' => 'עוד מידע',
|
||||
'view-all-reviews' => 'הצג את כל הביקורות',
|
||||
'write-your-review' => 'כתוב את חוות דעתך',
|
||||
'short-description' => 'תיאורים קצרים',
|
||||
'recently-viewed' => 'מוצרים שנצפו לאחרונה',
|
||||
'be-first-review' => 'היה הראשון לכתוב ביקורת',
|
||||
'tax-inclusive' => 'כולל כל המסים',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'gender' => [
|
||||
'male' => 'זָכָר',
|
||||
'other' => 'אַחֵר',
|
||||
'female' => 'נְקֵבָה',
|
||||
],
|
||||
'general' => [
|
||||
'no' => 'לא',
|
||||
'yes' => 'כן',
|
||||
'view' => 'נוף',
|
||||
'filter' => 'לְסַנֵן',
|
||||
'orders' => 'הזמנות',
|
||||
'update' => 'עדכון',
|
||||
'reviews' => 'ביקורות',
|
||||
'download' => 'הורד',
|
||||
'currencies' => 'מטבעות',
|
||||
'addresses' => 'כתובות',
|
||||
'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' => 'הסר מוצר מרשימת המשאלות'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'בתהליך',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'בוצע',
|
||||
'languages' => 'שפות',
|
||||
'greeting' => 'ברוך הבא, :לקוח !',
|
||||
]
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
|
@ -1,339 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'system' => [
|
||||
'velocity' => [
|
||||
'general' => 'आम',
|
||||
'category' => 'श्रेणी',
|
||||
'settings' => 'समायोजन',
|
||||
'extension_name' => 'वेलोसिटी थीम',
|
||||
'error-module-inactive' => 'चेतावनी: वेलोसिटी विषय की स्थिति निष्क्रिय है',
|
||||
],
|
||||
|
||||
'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' => 'सीएमएस पेज',
|
||||
'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' => 'चयनित सामग्री सफलतापूर्वक हटाई गई।',
|
||||
'mass-update-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' => 'पहचान',
|
||||
'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' => '<p>हम सॉफ्टवेयर तैयार करना और बायनेरिज़ के साथ वास्तविक दुनिया की समस्याओं को हल करना पसंद करते हैं।हम अपने लक्ष्यों के प्रति अत्यधिक प्रतिबद्ध हैं। हम अपने संसाधनों का निवेश करते हैं ताकि विश्व स्तरीय उपयोग में आसान सॉफ्टवेयर और उद्यम व्यवसाय के लिए शीर्ष स्तर के साथ, अत्याधुनिक प्रौद्योगिकी विशेषज्ञता के साथ एप्लिकेशन बना सकें।</p>',
|
||||
'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' => 'छवि जोड़ें',
|
||||
'image-four-resolution' => "पहला छवि संकल्प 427px X 410px जैसा होना चाहिए,
|
||||
दूसरी छवियों का संकल्प 397px X 180px जैसा होना चाहिए,
|
||||
तीसरी छवियों का संकल्प 397px X 180px जैसा होना चाहिए,
|
||||
चौथा छवि संकल्प 427px X 410px' जैसा होना चाहिए,
|
||||
'image-three-resolution' => 'पहला इमेज रेजोल्यूशन 635px X 465px जैसा होना चाहिए,
|
||||
दूसरा छवि संकल्प 620px X 225px जैसा होना चाहिए,
|
||||
तीसरा छवि संकल्प 620px X 225px' जैसा होना चाहिए,
|
||||
'image-two-resolution' => 'पहला इमेज रेजोल्यूशन 953px X 447px जैसा होना चाहिए,
|
||||
दूसरा इमेज रेजोल्यूशन 303px X 446px' जैसा होना चाहिए,
|
||||
'image-locale-resolution' => 'इमेज रेजोल्यूशन 20px X 20px जैसा होना चाहिए",
|
||||
'footer-middle' => [
|
||||
'about-us' => 'हमारे बारे में',
|
||||
'customer-service' => 'ग्राहक सेवा',
|
||||
'whats-new' => 'नया क्या है',
|
||||
'contact-us' =>'संपर्क करें',
|
||||
'order-and-returns' => 'आदेश और वापसी',
|
||||
'payment-policy' =>'भुगतान नीति',
|
||||
'shipping-policy' =>'नौवहन नीति',
|
||||
'privacy-and-cookies-policy' => 'गोपनीयता और कुकीज़ नीति'
|
||||
]
|
||||
],
|
||||
'category' => [
|
||||
'image-four-resolution' => "पहला छवि संकल्प 427px X 410px जैसा होना चाहिए,
|
||||
दूसरी छवियों का संकल्प 397px X 180px जैसा होना चाहिए,
|
||||
तीसरी छवियों का संकल्प 397px X 180px जैसा होना चाहिए,
|
||||
चौथा छवि संकल्प 427px X 410px' जैसा होना चाहिए,
|
||||
'image-three-resolution' => 'पहला इमेज रेजोल्यूशन 635px X 465px जैसा होना चाहिए,
|
||||
दूसरा छवि संकल्प 620px X 225px जैसा होना चाहिए,
|
||||
तीसरा छवि संकल्प 620px X 225px' जैसा होना चाहिए,
|
||||
'image-two-resolution' => 'पहला इमेज रेजोल्यूशन 953px X 447px जैसा होना चाहिए,
|
||||
दूसरा इमेज रेजोल्यूशन 303px X 446px' जैसा होना चाहिए,
|
||||
'image-locale-resolution' => 'इमेज रेजोल्यूशन 20px X 20px जैसा होना चाहिए",
|
||||
'save-btn-title' => 'मेनू सहेजें',
|
||||
'title' => 'श्रेणी मेनू सूची',
|
||||
'add-title' => 'मेनू सामग्री जोड़ें',
|
||||
'edit-title' => 'मेनू सामग्री संपादित करें',
|
||||
'btn-add-category' =>'श्रेणी सामग्री जोड़ें',
|
||||
'datagrid' => [
|
||||
'category-id' => 'श्रेणी ID',
|
||||
'category-name' => 'श्रेणी नाम',
|
||||
'category-icon' => 'Category Icon',
|
||||
'category-status' => 'स्थिति',
|
||||
],
|
||||
'tab' => [
|
||||
'general' => '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' => 'आइटम को तुलना सूची से सफलतापूर्वक हटा दिया गया',
|
||||
'removed-all' => 'सभी आइटम सफलतापूर्वक तुलना सूची से हटा दिए गए',
|
||||
'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' => 'समीक्षा लिखने वाले पहले व्यक्ति',
|
||||
'tax-inclusive' => 'सभी करों सहित',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'gender' => [
|
||||
'male' => 'पुरुष',
|
||||
'other' => 'अन्य',
|
||||
'female' => 'महिला',
|
||||
],
|
||||
'general' => [
|
||||
'no' => 'नहीं',
|
||||
'yes' => 'हां',
|
||||
'view' => 'राय',
|
||||
'filter' => 'फ़िल्टर',
|
||||
'orders' => 'आदेश',
|
||||
'update' => 'अद्यतन',
|
||||
'reviews' => 'समीक्षा',
|
||||
'download' => 'डाउनलोड',
|
||||
'currencies' => 'मुद्राएं',
|
||||
'addresses' => 'पते',
|
||||
'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' => 'इच्छा सूची से उत्पाद हटाएं'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'चालू',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'पूर्ण',
|
||||
'languages' => 'भाषाएं',
|
||||
'greeting' => 'स्वागत है, :customer !',
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
?>
|
||||
|
|
@ -1,321 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'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' => '<p>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.</p>',
|
||||
'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',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'About Us',
|
||||
'customer-service' => 'Customer Service',
|
||||
'whats-new' => 'What\'s New',
|
||||
'contact-us' => 'Contact Us',
|
||||
'order-and-returns' => 'Order and Returns',
|
||||
'payment-policy' => 'Payment Policy',
|
||||
'shipping-policy' => 'Shipping Policy',
|
||||
'privacy-and-cookies-policy' => 'Privacy and Cookies Policy'
|
||||
]
|
||||
],
|
||||
'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',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'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'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'In corso',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'Fatto',
|
||||
'languages' => 'Lingue',
|
||||
'greeting' => 'Benvenuto, :customer !',
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
?>
|
||||
|
|
@ -1,315 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'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' => '<p>私たちはソフトウェアを作成し、バイナリで現実世界の問題を解決するのが大好きです。私達は私達の目標に非常にコミットしています。私たちはリソースを投資して、最先端のテクノロジーの専門知識を活用し、一流のエンタープライズビジネス向けの使いやすいソフトウェアとアプリケーションを作成します。</p>',
|
||||
'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' => '画像を追加',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'About Us',
|
||||
'customer-service' => 'Customer Service',
|
||||
'whats-new' => 'What\'s New',
|
||||
'contact-us' => 'Contact Us',
|
||||
'order-and-returns' => 'Order and Returns',
|
||||
'payment-policy' => 'Payment Policy',
|
||||
'shipping-policy' => 'Shipping Policy',
|
||||
'privacy-and-cookies-policy' => 'Privacy and Cookies Policy'
|
||||
]
|
||||
],
|
||||
|
||||
'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' => '最初のレビューを書く',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'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' => 'ウィッシュリストから商品を削除',
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => '進行中',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'できた',
|
||||
'languages' => '言語',
|
||||
'greeting' => 'ようこそ、:customer !',
|
||||
]
|
||||
],
|
||||
];
|
||||
|
|
@ -1,317 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'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' => 'Titel',
|
||||
'status' => 'Status',
|
||||
'position' => 'Positie',
|
||||
'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' => '<p>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.</p>',
|
||||
'slider-path' => 'Slider link',
|
||||
'category-logo' => 'Categorie 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' => 'Afbeeldingen',
|
||||
'general' => 'Algemeen',
|
||||
'add-image-btn-title' => 'Afbeelding toevoegen',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'Over ons',
|
||||
'customer-service' => 'Klantendienst',
|
||||
'whats-new' => 'Laatste nieuws',
|
||||
'contact-us' => 'Contacteer ons ',
|
||||
'order-and-returns' => 'Bestellingen en retourneren',
|
||||
'payment-policy' => 'Betalen ',
|
||||
'shipping-policy' => 'Verzenden',
|
||||
'privacy-and-cookies-policy' => 'Privacy- en cookiebeleid'
|
||||
]
|
||||
],
|
||||
'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' => 'Vergelijken',
|
||||
'compare_similar_items' => 'Vergelijk vergelijkbare items ',
|
||||
'add-tooltip' => 'Voeg product toe aan de vergelijkingslijst',
|
||||
'added' => 'Artikel succesvol toegevoegd aan de vergelijkingslijst ',
|
||||
'already_added' => 'Dit artikel is al toegevoegd aan de vergelijkingslijst ',
|
||||
'removed' => 'Item succesvol verwijderd uit vergelijkingslijst ',
|
||||
'removed-all' => 'Alle items zijn met succes verwijderd uit de vergelijkingslijst',
|
||||
'empty-text' => 'U heeft geen artikelen in uw vergelijkingslijst ',
|
||||
'product_image' => 'Artikel afbeelding',
|
||||
'actions' => 'Acties',
|
||||
],
|
||||
'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 door',
|
||||
'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.',
|
||||
'tax-inclusive' => 'Inclusief BTW',
|
||||
],
|
||||
|
||||
'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'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'Bezig',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'greeting' => 'Welkom, :customer !',
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
?>
|
||||
|
|
@ -1,317 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'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' => '<p>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ą</p>',
|
||||
'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',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'About Us',
|
||||
'customer-service' => 'Customer Service',
|
||||
'whats-new' => 'What\'s New',
|
||||
'contact-us' => 'Contact Us',
|
||||
'order-and-returns' => 'Order and Returns',
|
||||
'payment-policy' => 'Payment Policy',
|
||||
'shipping-policy' => 'Shipping Policy',
|
||||
'privacy-and-cookies-policy' => 'Privacy and Cookies Policy'
|
||||
]
|
||||
],
|
||||
'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ę',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'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'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'W trakcie',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'Gotowe',
|
||||
'languages' => 'Języki',
|
||||
'greeting' => 'Witaj!, :customer !',
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
?>
|
||||
|
|
@ -1,318 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'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' => '<p>We love to craft softwares and solve the real world problems with the binaries. We are highly committed to our goals. We invest our resources to create world class easy to use softwares and applications for the enterprise business with the top notch, on the edge technology expertise.</p>',
|
||||
'slider-path' => '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',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'About Us',
|
||||
'customer-service' => 'Customer Service',
|
||||
'whats-new' => 'What\'s New',
|
||||
'contact-us' => 'Contact Us',
|
||||
'order-and-returns' => 'Order and Returns',
|
||||
'payment-policy' => 'Payment Policy',
|
||||
'shipping-policy' => 'Shipping Policy',
|
||||
'privacy-and-cookies-policy' => 'Privacy and Cookies Policy'
|
||||
]
|
||||
],
|
||||
'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',
|
||||
'tax-inclusive' => 'Inclusive of all taxes',
|
||||
],
|
||||
|
||||
'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',
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'Em progresso',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'greeting' => 'Bem-vindo, :customer !',
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
?>
|
||||
|
|
@ -1,338 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'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' => 'Выбранный контент успешно удален.',
|
||||
'mass-update-success' => 'Выбранный контент успешно обновлен.',
|
||||
'tab' => [
|
||||
'page' => 'Настройки страницы',
|
||||
'content' => 'Настройка контента',
|
||||
'meta_content' => 'Метаданные'
|
||||
],
|
||||
'page' => [
|
||||
'title' => 'Title',
|
||||
'status' => 'Status',
|
||||
'position' => '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' => '<p>Нам нравится создавать программное обеспечение и решать реальные проблемы с помощью двоичных файлов. Мы очень привержены нашим целям. Мы инвестируем наши ресурсы, чтобы создать мирclass easy to use softwares and applications for the enterprise business with the top notch, on the edge technology expertise.</p>',
|
||||
'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' => 'Добавить изображение',
|
||||
'image-four-resolution' => 'Разрешение первого изображения должно быть примерно 427px X 410px,
|
||||
Разрешение второго изображения должно быть 397px X 180px,
|
||||
Разрешение третьих изображений должно быть как 397px X 180px,
|
||||
Четвертое разрешение изображения должно быть как 427px X 410px',
|
||||
'image-three-resolution' => 'Разрешение первого изображения должно быть примерно 635px X 465px,
|
||||
Разрешение второго изображения должно быть примерно 620 x 225 пикселей.
|
||||
Разрешение третьего изображения должно быть как 620px X 225px',
|
||||
'image-two-resolution' => 'Разрешение первого изображения должно быть примерно 953px X 447px,
|
||||
Разрешение второго изображения должно быть как 303px X 446px',
|
||||
'image-locale-resolution' => 'Разрешение изображения должно быть 20 x 20 пикселей',
|
||||
'footer-middle' => [
|
||||
'about-us' =>'О нас',
|
||||
'customer-service' => 'Обслуживание клиентов',
|
||||
'whats-new' => 'Что нового',
|
||||
'contact-us' => 'Связаться с нами',
|
||||
'order-and-returns' => 'Заказ и возврат',
|
||||
'payment-policy' => 'Платежная политика»',
|
||||
'shipping-policy' => 'Политика доставки',
|
||||
'privacy-and-cookies-policy' => 'Политика конфиденциальности и использования файлов cookie',
|
||||
]
|
||||
],
|
||||
'category' => [
|
||||
'image-four-resolution' => 'Разрешение первого изображения должно быть примерно 427px X 410px,
|
||||
Разрешение второго изображения должно быть 397px X 180px,
|
||||
Разрешение третьих изображений должно быть как 397px X 180px,
|
||||
Четвертое разрешение изображения должно быть как 427px X 410px',
|
||||
'image-three-resolution' => 'Разрешение первого изображения должно быть примерно 635px X 465px,
|
||||
Разрешение второго изображения должно быть примерно 620 x 225 пикселей.
|
||||
Разрешение третьего изображения должно быть как 620px X 225px',
|
||||
'image-two-resolution' => 'Разрешение первого изображения должно быть примерно 953px X 447px,
|
||||
Разрешение второго изображения должно быть как 303px X 446px',
|
||||
'image-locale-resolution' => 'Разрешение изображения должно быть примерно 20 x 20 пикселей',
|
||||
'save-btn-title' => 'Сохранить меню',
|
||||
'title' => 'Список меню категорий',
|
||||
'add-title' => 'Добавить содержимое меню',
|
||||
'edit-title' => 'Редактировать содержимое меню',
|
||||
'btn-add-category' => 'Добавить содержимое категории',
|
||||
'datagrid' => [
|
||||
'category-id' => 'Идентификатор категории',
|
||||
'category-name' => 'Имя категории',
|
||||
'category-icon' => 'Значок категории',
|
||||
'category-status' => 'Статус',
|
||||
],
|
||||
'tab' => [
|
||||
'general' => 'General',
|
||||
],
|
||||
'status' => 'Положение дел',
|
||||
'active' => 'Активный',
|
||||
'inactive' => 'Inactive',
|
||||
'select' =>'-- Выбирать --',
|
||||
'icon-class' => 'Класс иконы',
|
||||
'select-category' => 'Выберите категорию',
|
||||
'tooltip-content' => 'Содержимое всплывающей подсказки',
|
||||
'mass-delete-success' => 'Selected categories menu deleted successfully.',
|
||||
],
|
||||
'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' => 'Изображение продукта',
|
||||
'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' => 'Будьте первым, кто оставит отзыв',
|
||||
'tax-inclusive' => 'Включая все налоги',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'gender' => [
|
||||
'male' => 'Мужчина',
|
||||
'other' => 'Другой',
|
||||
'female' => 'Женский',
|
||||
],
|
||||
'general' => [
|
||||
'no' => 'Нет',
|
||||
'yes' => 'Да',
|
||||
'view' => 'Вид',
|
||||
'filter' => 'Фильтр',
|
||||
'orders' => 'Заказы',
|
||||
'update' => 'Обновлять',
|
||||
'reviews' => 'Отзывы',
|
||||
'download' => 'Скачать',
|
||||
'currencies' => 'Валюты',
|
||||
'addresses' => 'Адреса',
|
||||
'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' => 'Удалить товар из списка желани й'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'В ходе выполнения',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'Сделанный',
|
||||
'languages' => 'Языки',
|
||||
'greeting' => 'Добро пожаловать, :клиент !',
|
||||
]
|
||||
],
|
||||
];
|
||||
|
|
@ -1,339 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'system' => [
|
||||
'velocity' => [
|
||||
'general' => 'ජනරාල්',
|
||||
'category' => 'වර්ගය',
|
||||
'settings' => 'සැකසුම්',
|
||||
'extension_name' => 'ප්රවේග තේමාව',
|
||||
'error-module-inactive' => 'අවවාදයයි: ප්රවේග තේමා තත්ත්වය අක්රියයි',
|
||||
],
|
||||
|
||||
'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' => 'තෝරාගත් අන්තර්ගතය සාර්ථකව මකා ඇත.',
|
||||
'mass-update-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' =>'<p>අපි මෘදුකාංග සැකසීමට සහ ද්විමය සමඟ සැබෑ ලෝකයේ ගැටලු විසඳීමට කැමතියි. අපි අපේ ඉලක්ක සඳහා ඉතා කැපවී සිටිමු. ව්යවසාය ව්යාපාරය සඳහා භාවිත කිරීමට පහසු මෘදුකාංග සහ යෙදුම් නිර්මාණය කිරීමට අපි අපගේ සම්පත් ආයෝජනය කරන්නේ ඉහළම මට්ටමේ තාක්ෂණික විශේෂඥතාව මතයි.</p>',
|
||||
'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' => 'රූපය එක් කරන්න',
|
||||
'image-four-resolution' => "පළමු රූප විභේදනය 427px X 410px වැනි විය යුතුය ,
|
||||
දෙවන පින්තූර විභේදනය 397px X 180px වැනි විය යුතුය,
|
||||
තෙවන පින්තූර විභේදනය 397px X 180px වැනි විය යුතුය,
|
||||
හතරවන රූප විභේදනය 427px X 410px' වැනි විය යුතුය",
|
||||
'image-three-resolution' => "පළමු රූප විභේදනය 635px X 465px වැනි විය යුතුය.
|
||||
දෙවන රූප විභේදනය 620px X 225px වැනි විය යුතුය,
|
||||
තෙවන රූප විභේදනය 620px X 225px' වැනි විය යුතුය",
|
||||
'image-two-resolution' => "පළමු රූප විභේදනය 953px X 447px වැනි විය යුතුය.
|
||||
දෙවන රූප විභේදනය 303px X 446px' වැනි විය යුතුය",
|
||||
'image-locale-resolution' => 'රූප විභේදනය 20px X 20px මෙන් විය යුතුය',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'අපි ගැන',
|
||||
'customer-service' => 'පාරිභෝගික සේවය',
|
||||
'whats-new' => 'මොනවද අළුත්',
|
||||
'contact-us' => 'අපව අමතන්න',
|
||||
'order-and-returns' => 'ඇණවුම සහ ප්රතිලාභ',
|
||||
'payment-policy' => 'ගෙවීම් ප්රතිපත්තිය',
|
||||
'shipping-policy' => 'නැව් ප්රතිපත්තිය',
|
||||
'privacy-and-cookies-policy' => 'පෞද්ගලිකත්වය සහ කුකීස් ප්රතිපත්තිය'
|
||||
]
|
||||
],
|
||||
'category' => [
|
||||
'image-four-resolution' => "පළමු රූප විභේදනය 427px X 410px වැනි විය යුතුය ,
|
||||
දෙවන පින්තූර විභේදනය 397px X 180px වැනි විය යුතුය,
|
||||
තෙවන පින්තූර විභේදනය 397px X 180px වැනි විය යුතුය,
|
||||
හතරවන රූප විභේදනය 427px X 410px' වැනි විය යුතුය,
|
||||
'image-three-resolution' => 'පළමු රූප විභේදනය 635px X 465px වැනි විය යුතුය.
|
||||
දෙවන රූප විභේදනය 620px X 225px වැනි විය යුතුය,
|
||||
තෙවන රූප විභේදනය 620px X 225px' වැනි විය යුතුය,
|
||||
'image-two-resolution' => 'පළමු රූප විභේදනය 953px X 447px වැනි විය යුතුය.
|
||||
දෙවන රූප විභේදනය 303px X 446px' වැනි විය යුතුය,
|
||||
'image-locale-resolution' => 'රූප විභේදනය 20px X 20px මෙන් විය යුතුය",
|
||||
'save-btn-title' => 'මෙනුව සුරකින්න',
|
||||
'title' => 'ප්රවර්ග මෙනු ලැයිස්තුව',
|
||||
'add-title' => 'මෙනු අන්තර්ගතය එක් කරන්න',
|
||||
'edit-title' => 'මෙනු අන්තර්ගතය සංස්කරණය කරන්න',
|
||||
'btn-add-category' => 'ප්රවර්ග අන්තර්ගතය එක් කරන්න',
|
||||
'datagrid' => [
|
||||
'category-id' => 'ප්රවර්ග හැඳුනුම්පත',
|
||||
'category-name' => 'ප්රවර්ග නාමය',
|
||||
'category-icon' => 'ප්රවර්ග නිරූපකය',
|
||||
'category-status' => 'තත්ත්වය',
|
||||
],
|
||||
'tab' => [
|
||||
'general' => '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' => 'Logout',
|
||||
'title' => 'ගිණුම',
|
||||
'account' => 'ගිණුම',
|
||||
'profile' => 'පැතිකඩ',
|
||||
'wishlist' => 'පැතුම් ලැයිස්තුව',
|
||||
'all-categories' => 'සියලු කාණ්ඩ',
|
||||
'search-text' => 'මෙහි නිෂ්පාදන සොයන්න',
|
||||
'welcome-message' => 'සාදරයෙන් පිළිගනිමු, : පාරිභෝගික_නම',
|
||||
'dropdown-text' => 'කරත්තය, ඇණවුම් සහ පැතුම් ලැයිස්තුව කළමනාකරණය කරන්න',
|
||||
],
|
||||
|
||||
'menu-navbar' => [
|
||||
'text-more' => 'තව',
|
||||
'text-category' => 'කාණ්ඩ අනුව සාප්පු යන්න',
|
||||
],
|
||||
|
||||
'minicart' => [
|
||||
'cart' => 'කරත්තය',
|
||||
'view-cart' => 'බලන්න කරත්ත',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'qty' => 'Qty',
|
||||
'checkout' => 'පරීක්ෂාකාරී වන්න',
|
||||
'cart' => [
|
||||
'view-cart' => 'බලන්න කරත්ත',
|
||||
'cart-summary' => 'කරත්ත සාරාංශය',
|
||||
],
|
||||
'qty' => 'Qty',
|
||||
'items' => 'අයිතම',
|
||||
'subtotal' => 'උප එකතුව',
|
||||
'sub-total' => 'උප එකතුව',
|
||||
'proceed' => 'පරීක්ෂා කිරීම වෙත යන්න',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' => 'සසඳන්න',
|
||||
'compare_similar_items' => 'සමාන අයිතම සසඳන්න',
|
||||
'add-tooltip' => 'ලැයිස්තුව සංසන්දනය කිරීමට නිෂ්පාදනයක් එක් කරන්න',
|
||||
'added' => 'ලැයිස්තුව සංසන්දනය කිරීමට අයිතමය සාර්ථකව එකතු කරන ලදී',
|
||||
'already_added' => 'ලැයිස්තුව සංසන්දනය කිරීමට අයිතමය දැනටමත් එකතු කර ඇත',
|
||||
'removed' => 'අයිතමය සංසන්දනය කිරීමේ ලැයිස්තුවෙන් සාර්ථකව ඉවත් කර ඇත',
|
||||
'removed-all' => 'සැසඳීමේ ලැයිස්තුවෙන් සියලුම අයිතම සාර්ථකව ඉවත් කර ඇත',
|
||||
'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 Ratings',
|
||||
'reviews-count' => ':totalReviews Reviews',
|
||||
'customer-rating' => 'පාරිභෝගික ශ්රේණිගත කිරීම',
|
||||
'more-infomation' => 'වැඩිදුර තොරතුරු',
|
||||
'view-all-reviews' => 'සියලු සමාලෝචන බලන්න',
|
||||
'write-your-review' => 'ඔබේ සමාලෝචන ලියන්න',
|
||||
'short-description' => 'කෙටි විස්තර',
|
||||
'recently-viewed' => 'මෑතකදී බැලූ නිෂ්පාදන',
|
||||
'be-first-review' => 'සමාලෝචනයක් ලියන පළමු පුද්ගලයා වන්න',
|
||||
'tax-inclusive' => 'සියලු බදු ඇතුළත්',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'gender' => [
|
||||
'male' => 'පිරිමි',
|
||||
'other' => 'වෙනත්',
|
||||
'female' => 'ගැහැණු',
|
||||
],
|
||||
'general' => [
|
||||
'no' => 'නැත',
|
||||
'yes' => 'ඔව්',
|
||||
'view' => 'දැක්ම',
|
||||
'filter' => 'පෙරහන',
|
||||
'orders' => 'නියෝග',
|
||||
'update' => 'යාවත්කාලීන',
|
||||
'reviews' => 'සමාලෝචන',
|
||||
'download' => 'බාගත',
|
||||
'currencies' => 'මුදල්',
|
||||
'addresses' => 'ලිපින',
|
||||
'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' => 'පැතුම් ලැයිස්තුවෙන් නිෂ්පාදනය ඉවත් කරන්න'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'ප්රගතියේ',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'නිමි',
|
||||
'languages' => 'භාෂා',
|
||||
'greeting' => 'සාදරයෙන් පිළිගනිමු, :පාරිභෝගිකයා!',
|
||||
]
|
||||
],
|
||||
];
|
||||
?>
|
||||
|
|
@ -1,316 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'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' => '<p>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.</p>',
|
||||
'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',
|
||||
'footer-middle' => [
|
||||
'about-us' => 'Hakkımızda',
|
||||
'customer-service' => 'Müşteri Servisi',
|
||||
'whats-new' => 'Yeni Neler Var',
|
||||
'contact-us' => 'Bize Ulaşın',
|
||||
'order-and-returns' => 'Sipariş ve İade',
|
||||
'payment-policy' => 'Ödeme Politikası',
|
||||
'shipping-policy' => 'Nakliye Politikası',
|
||||
'privacy-and-cookies-policy' => 'Gizlilik ve Çerez Politikası'
|
||||
]
|
||||
],
|
||||
'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!',
|
||||
'tax-inclusive' => 'Tüm vergiler dahildir',
|
||||
],
|
||||
|
||||
'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'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => 'Devam etmekte',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => 'Tamamlandı',
|
||||
'languages' => 'Diller',
|
||||
'greeting' => 'Hoşgeldiniz, :customer !',
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
?>
|
||||
|
|
@ -1,338 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'system' => [
|
||||
'velocity' => [
|
||||
'general' => '一般的',
|
||||
'category' => '分类',
|
||||
'settings' => '设置',
|
||||
'extension_name' => 'Velocity主题',
|
||||
'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' => 'Velocity',
|
||||
'cms-pages' => 'CMS页面',
|
||||
'meta-data' => 'Meta数据',
|
||||
'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' => '所选内容已删除成功.',
|
||||
'mass-update-success' => '所选内容已更新成功.',
|
||||
'tab' => [
|
||||
'page' => '页面设置',
|
||||
'content' => '内容设置',
|
||||
'meta_content' => 'Meta数据',
|
||||
],
|
||||
'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元数据',
|
||||
'activate-slider' => '激活滑块',
|
||||
'home-page-content' => '主页页面内容',
|
||||
'footer-left-content' => '设置居左内容',
|
||||
'subscription-content' => '订阅栏内容',
|
||||
'sidebar-categories' => '侧边栏类别',
|
||||
'header_content_count' => '页头内容计数',
|
||||
'footer-left-raw-content' => '<p>我们喜欢制作软件和用二进制文件解决现实世界的问题. 我们高度致力于实现我们的目标。 我们投资我们的资源, 以一流的前沿技术专长为企业业务创建世界一流的易于使用的软件和应用程序.</p>',
|
||||
'slider-path' => '滑块路径',
|
||||
'category-logo' => '分类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' => '添加图片',
|
||||
'image-four-resolution' => '第一张图像分辨率应该是 427px X 410px ,
|
||||
第二张图片的分辨率应该是 397px X 180px ,
|
||||
第三张图片的分辨率应该是 397px X 180px ,
|
||||
第四张图像分辨率应该是 427px X 410px',
|
||||
'image-three-resolution' => '第一张图像分辨率应该是 635px X 465px ,
|
||||
第二张图片的分辨率应该是 620px X 225px ,
|
||||
第三张图像分辨率应该是 620px X 225px',
|
||||
'image-two-resolution' => '第一张图像分辨率应该是 953px X 447px ,
|
||||
第二张图片的分辨率应该是 303px X 446px',
|
||||
'image-locale-resolution' => '图像分辨率应该是 20px X 20px',
|
||||
'footer-middle' => [
|
||||
'about-us' => '关于我们',
|
||||
'customer-service' => '客户服务',
|
||||
'whats-new' => '什么是新的',
|
||||
'contact-us' => '联系我们',
|
||||
'order-and-returns' => '订单和退货',
|
||||
'payment-policy' => '付款政策',
|
||||
'shipping-policy' => '快递政策',
|
||||
'privacy-and-cookies-policy' => '隐私和Cookies政策'
|
||||
]
|
||||
],
|
||||
'category' => [
|
||||
'image-four-resolution' => '第一张图像分辨率应该是 427px X 410px ,
|
||||
第二张图片的分辨率应该是 397px X 180px ,
|
||||
第三张图片的分辨率应该是 397px X 180px ,
|
||||
第四张图像分辨率应该是 427px X 410px',
|
||||
'image-three-resolution' => '第一张图像分辨率应该是 635px X 465px ,
|
||||
第二张图片的分辨率应该是 620px X 225px ,
|
||||
第三张图像分辨率应该是 620px X 225px',
|
||||
'image-two-resolution' => '第一张图像分辨率应该是 953px X 447px ,
|
||||
第二张图片的分辨率应该是 303px X 446px',
|
||||
'image-locale-resolution' => '图像分辨率应该是 20px X 20px',
|
||||
'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' => '区域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' => 'Items',
|
||||
'subtotal' => '小计',
|
||||
'sub-total' => '小计',
|
||||
'proceed' => '进行结算',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
'compare' => [
|
||||
'text' => '比较',
|
||||
'compare_similar_items' => '比较类似项目',
|
||||
'add-tooltip' => '将产品添加到比较列表',
|
||||
'added' => '项目成功添加到比较列表',
|
||||
'already_added' => '项目已添加到比较列表',
|
||||
'removed' => '从比较列表中删除成功的项目',
|
||||
'removed-all' => '所有项目已成功移除从比较列表',
|
||||
'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' => '成为第一个写评论的人',
|
||||
'tax-inclusive' => '包括所有税费',
|
||||
],
|
||||
|
||||
'shop' => [
|
||||
'gender' => [
|
||||
'male' => '男性',
|
||||
'other' => '其他',
|
||||
'female' => '女性',
|
||||
],
|
||||
'general' => [
|
||||
'no' => 'No',
|
||||
'yes' => 'Yes',
|
||||
'view' => '查看',
|
||||
'filter' => '筛选',
|
||||
'orders' => '订单',
|
||||
'update' => '更新',
|
||||
'reviews' => '评论',
|
||||
'download' => '下载',
|
||||
'currencies' => '货币',
|
||||
'addresses' => '地址',
|
||||
'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' => '移除愿望清单中的产品'
|
||||
],
|
||||
'overlay-loader' => [
|
||||
'message' => '进行中',
|
||||
],
|
||||
],
|
||||
|
||||
'responsive' => [
|
||||
'header' => [
|
||||
'done' => '完成',
|
||||
'languages' => '语言',
|
||||
'greeting' => '欢迎, :customer !',
|
||||
]
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue