Updating translations
This commit is contained in:
parent
fc84c4a047
commit
0f233f08fe
|
|
@ -201,19 +201,19 @@ return [
|
|||
|
||||
'address' => [
|
||||
'index' => [
|
||||
'page-title' => 'Address',
|
||||
'title' => 'Address',
|
||||
'page-title' => 'Adres',
|
||||
'title' => 'Mijn adressen',
|
||||
'add' => 'Adres toevoegen',
|
||||
'edit' => 'Edit',
|
||||
'empty' => 'You do not have any saved addresses here, please try to create it by clicking the link below',
|
||||
'create' => 'Create Address',
|
||||
'delete' => 'Delete',
|
||||
'make-default' => 'Make Default',
|
||||
'default' => 'Default',
|
||||
'edit' => 'Wijzigen',
|
||||
'empty' => 'U heeft hier geen opgeslagen adressen. Voeg minstens één adres toe door op de onderstaande link te klikken',
|
||||
'create' => 'Address toevoegen',
|
||||
'delete' => 'Verwijderen',
|
||||
'make-default' => 'Maak standaard',
|
||||
'default' => 'Standaard',
|
||||
'contact' => 'Contact',
|
||||
'confirm-delete' => 'Do you really want to delete this address?',
|
||||
'default-delete' => 'Default address cannot be changed.',
|
||||
'enter-password' => 'Enter Your Password.',
|
||||
'confirm-delete' => 'Wilt u dit adres echt verwijderen?',
|
||||
'default-delete' => 'Standaardadres kan niet worden gewijzigd.',
|
||||
'enter-password' => 'Voer uw wachtwoord in.',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
|
|
@ -239,18 +239,18 @@ return [
|
|||
'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.',
|
||||
'first_name' => 'Voornaam',
|
||||
'last_name' => 'Naam',
|
||||
'vat_id' => 'BTW nummer',
|
||||
'title' => 'Adres wijzigen',
|
||||
'street-address' => 'Adres',
|
||||
'submit' => 'Opslaan',
|
||||
'success' => 'Adres succesvol bijgewerkt..',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Address successfully deleted',
|
||||
'failure' => 'Address cannot be deleted',
|
||||
'wrong-password' => 'Wrong Password !'
|
||||
'success' => 'Adres succesvol verwijderd.',
|
||||
'failure' => 'Adres kan niet verwijderd worden.',
|
||||
'wrong-password' => 'Verkeerd wachtwoord !'
|
||||
]
|
||||
],
|
||||
|
||||
|
|
@ -259,10 +259,10 @@ return [
|
|||
'page-title' => 'Bestellingen',
|
||||
'title' => 'Bestellingen',
|
||||
'order_id' => 'Bestelnummer',
|
||||
'date' => 'Date',
|
||||
'date' => 'Datum',
|
||||
'status' => 'Status',
|
||||
'total' => 'Total',
|
||||
'order_number' => 'Order Number'
|
||||
'total' => 'Totaal',
|
||||
'order_number' => 'Bestelnummer'
|
||||
],
|
||||
|
||||
'view' => [
|
||||
|
|
@ -270,18 +270,18 @@ return [
|
|||
'info' => 'Information',
|
||||
'placed-on' => 'Placed On',
|
||||
'products-ordered' => 'Products Ordered',
|
||||
'invoices' => 'Invoices',
|
||||
'shipments' => 'Shipments',
|
||||
'invoices' => 'Facturen',
|
||||
'shipments' => 'Verzendingen',
|
||||
'SKU' => 'SKU',
|
||||
'product-name' => 'Name',
|
||||
'qty' => 'Qty',
|
||||
'product-name' => 'Naam',
|
||||
'qty' => 'Aantal',
|
||||
'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',
|
||||
'price' => 'Prijs',
|
||||
'total' => 'Total',
|
||||
'subtotal' => 'Subtotal',
|
||||
'shipping-handling' => 'Shipping & Handling',
|
||||
|
|
@ -389,20 +389,20 @@ return [
|
|||
'sale' => 'Sale',
|
||||
'new' => 'New',
|
||||
'empty' => 'No products available in this category',
|
||||
'add-to-cart' => 'Add To Cart',
|
||||
'buy-now' => 'Buy Now',
|
||||
'add-to-cart' => 'Voeg toe aan winkelkar',
|
||||
'buy-now' => 'Koop nu',
|
||||
'whoops' => 'Whoops!',
|
||||
'quantity' => 'Quantity',
|
||||
'in-stock' => 'In Stock',
|
||||
'out-of-stock' => 'Out Of Stock',
|
||||
'quantity' => 'Aantal',
|
||||
'in-stock' => 'Op voorraad',
|
||||
'out-of-stock' => 'Niet op voorraad',
|
||||
'view-all' => 'View All',
|
||||
'select-above-options' => 'Please select above options first.',
|
||||
'less-quantity' => 'Quantity can not be less than one.',
|
||||
'samples' => 'Samples',
|
||||
'samples' => 'Voorbeelden',
|
||||
'links' => 'Links',
|
||||
'sample' => 'Sample',
|
||||
'name' => 'Name',
|
||||
'qty' => 'Qty',
|
||||
'sample' => 'Voorbeeld',
|
||||
'name' => 'Naam',
|
||||
'qty' => 'Aantal',
|
||||
'starting-at' => 'Starting at',
|
||||
'customize-options' => 'Customize Options',
|
||||
'choose-selection' => 'Choose a selection',
|
||||
|
|
@ -441,7 +441,7 @@ return [
|
|||
'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',
|
||||
'quantity' => 'Aantal',
|
||||
'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.',
|
||||
|
|
@ -455,7 +455,7 @@ return [
|
|||
'error-add' => 'Item cannot be added to cart, please try again later.',
|
||||
],
|
||||
'quantity-error' => 'Requested quantity is not available.',
|
||||
'cart-subtotal' => 'Cart Subtotal',
|
||||
'cart-subtotal' => 'Subtotaal',
|
||||
'cart-remove-action' => 'Do you really want to do this ?',
|
||||
'partial-cart-update' => 'Only some of the product(s) were updated',
|
||||
'link-missing' => ''
|
||||
|
|
@ -463,11 +463,11 @@ return [
|
|||
|
||||
'onepage' => [
|
||||
'title' => 'Checkout',
|
||||
'information' => 'Information',
|
||||
'shipping' => 'Shipping',
|
||||
'payment' => 'Payment',
|
||||
'information' => 'Informatie',
|
||||
'shipping' => 'Verzending',
|
||||
'payment' => 'Betaling',
|
||||
'complete' => 'Complete',
|
||||
'billing-address' => 'Billing Address',
|
||||
'billing-address' => 'Factuur adres',
|
||||
'sign-in' => 'Sign In',
|
||||
'company-name' => 'Company Name',
|
||||
'first-name' => 'First Name',
|
||||
|
|
@ -488,8 +488,8 @@ return [
|
|||
'payment-methods' => 'Select Payment Method',
|
||||
'payment-method' => 'Payment Method',
|
||||
'summary' => 'Order Summary',
|
||||
'price' => 'Price',
|
||||
'quantity' => 'Quantity',
|
||||
'price' => 'Prijs',
|
||||
'quantity' => 'Aantal',
|
||||
'billing-address' => 'Billing Address',
|
||||
'shipping-address' => 'Shipping Address',
|
||||
'contact' => 'Contact',
|
||||
|
|
@ -514,13 +514,13 @@ return [
|
|||
],
|
||||
|
||||
'total' => [
|
||||
'order-summary' => 'Order Summary',
|
||||
'order-summary' => 'Overzicht van de bestelling',
|
||||
'sub-total' => 'Items',
|
||||
'grand-total' => 'Grand Total',
|
||||
'delivery-charges' => 'Delivery Charges',
|
||||
'tax' => 'Tax',
|
||||
'discount' => 'Discount',
|
||||
'price' => 'price',
|
||||
'grand-total' => 'Eindtotaal',
|
||||
'delivery-charges' => 'Verzendkosten',
|
||||
'tax' => 'BTW',
|
||||
'discount' => 'Korting',
|
||||
'price' => 'Prijs',
|
||||
'disc-amount' => 'Amount discounted',
|
||||
'new-grand-total' => 'New Grand Total',
|
||||
'coupon' => 'Coupon',
|
||||
|
|
@ -554,8 +554,8 @@ return [
|
|||
'contact' => 'Contact',
|
||||
'shipping' => 'Shipping Method',
|
||||
'payment' => 'Payment Method',
|
||||
'price' => 'Price',
|
||||
'quantity' => 'Quantity',
|
||||
'price' => 'Prijs',
|
||||
'quantity' => 'Aantal',
|
||||
'subtotal' => 'Subtotal',
|
||||
'shipping-handling' => 'Shipping & Handling',
|
||||
'tax' => 'Tax',
|
||||
|
|
|
|||
|
|
@ -173,17 +173,17 @@ return [
|
|||
],
|
||||
|
||||
'checkout' => [
|
||||
'qty' => 'Qty',
|
||||
'qty' => 'Aantal',
|
||||
'checkout' => 'Checkout',
|
||||
'cart' => [
|
||||
'view-cart' => 'Bekijk winkelwagen',
|
||||
'cart-summary' => 'Cart Summary',
|
||||
'cart-summary' => 'Winkelwagen overzicht',
|
||||
],
|
||||
'qty' => 'Qty',
|
||||
'qty' => 'Aantal',
|
||||
'items' => 'Items',
|
||||
'subtotal' => 'Subtotal',
|
||||
'sub-total' => 'Sub Total',
|
||||
'proceed' => 'Proceed to checkout',
|
||||
'subtotal' => 'Subtotaal',
|
||||
'sub-total' => 'Sub Totaal',
|
||||
'proceed' => 'Ga naar de kassa',
|
||||
],
|
||||
|
||||
'customer' => [
|
||||
|
|
@ -205,7 +205,7 @@ return [
|
|||
'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.',
|
||||
'recover-password-text' => 'Als u uw wachtwoord bent vergeten, kan u dit herstellen door uw e-mailadres in te voeren..',
|
||||
]
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue