2086 lines
100 KiB
JSON
2086 lines
100 KiB
JSON
|
|
{
|
|||
|
|
"auth.failed": "These credentials do not match our records.",
|
|||
|
|
"auth.password": "The provided password is incorrect.",
|
|||
|
|
"auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
|
|||
|
|
"pagination.previous": "« Previous",
|
|||
|
|
"pagination.next": "Next »",
|
|||
|
|
"passwords.reset": "Your password has been reset!",
|
|||
|
|
"passwords.sent": "We have emailed your password reset link!",
|
|||
|
|
"passwords.throttled": "Please wait before retrying.",
|
|||
|
|
"passwords.token": "This password reset token is invalid.",
|
|||
|
|
"passwords.user": "We can't find a user with that email address.",
|
|||
|
|
"validation.accepted": "The :attribute must be accepted.",
|
|||
|
|
"validation.accepted_if": "The :attribute must be accepted when :other is :value.",
|
|||
|
|
"validation.active_url": "The :attribute is not a valid URL.",
|
|||
|
|
"validation.after": "The :attribute must be a date after :date.",
|
|||
|
|
"validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
|
|||
|
|
"validation.alpha": "The :attribute must only contain letters.",
|
|||
|
|
"validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
|
|||
|
|
"validation.alpha_num": "The :attribute must only contain letters and numbers.",
|
|||
|
|
"validation.array": "The :attribute must be an array.",
|
|||
|
|
"validation.before": "The :attribute must be a date before :date.",
|
|||
|
|
"validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
|
|||
|
|
"validation.between.array": "The :attribute must have between :min and :max items.",
|
|||
|
|
"validation.between.file": "The :attribute must be between :min and :max kilobytes.",
|
|||
|
|
"validation.between.numeric": "The :attribute must be between :min and :max.",
|
|||
|
|
"validation.between.string": "The :attribute must be between :min and :max characters.",
|
|||
|
|
"validation.boolean": "The :attribute field must be true or false.",
|
|||
|
|
"validation.confirmed": "The :attribute confirmation does not match.",
|
|||
|
|
"validation.current_password": "The password is incorrect.",
|
|||
|
|
"validation.date": "The :attribute is not a valid date.",
|
|||
|
|
"validation.date_equals": "The :attribute must be a date equal to :date.",
|
|||
|
|
"validation.date_format": "The :attribute does not match the format :format.",
|
|||
|
|
"validation.declined": "The :attribute must be declined.",
|
|||
|
|
"validation.declined_if": "The :attribute must be declined when :other is :value.",
|
|||
|
|
"validation.different": "The :attribute and :other must be different.",
|
|||
|
|
"validation.digits": "The :attribute must be :digits digits.",
|
|||
|
|
"validation.digits_between": "The :attribute must be between :min and :max digits.",
|
|||
|
|
"validation.dimensions": "The :attribute has invalid image dimensions.",
|
|||
|
|
"validation.distinct": "The :attribute field has a duplicate value.",
|
|||
|
|
"validation.email": "The :attribute must be a valid email address.",
|
|||
|
|
"validation.ends_with": "The :attribute must end with one of the following: :values.",
|
|||
|
|
"validation.enum": "The selected :attribute is invalid.",
|
|||
|
|
"validation.exists": "The selected :attribute is invalid.",
|
|||
|
|
"validation.file": "The :attribute must be a file.",
|
|||
|
|
"validation.filled": "The :attribute field must have a value.",
|
|||
|
|
"validation.gt.array": "The :attribute must have more than :value items.",
|
|||
|
|
"validation.gt.file": "The :attribute must be greater than :value kilobytes.",
|
|||
|
|
"validation.gt.numeric": "The :attribute must be greater than :value.",
|
|||
|
|
"validation.gt.string": "The :attribute must be greater than :value characters.",
|
|||
|
|
"validation.gte.array": "The :attribute must have :value items or more.",
|
|||
|
|
"validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
|
|||
|
|
"validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
|
|||
|
|
"validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
|
|||
|
|
"validation.image": "The :attribute must be an image.",
|
|||
|
|
"validation.in": "The selected :attribute is invalid.",
|
|||
|
|
"validation.in_array": "The :attribute field does not exist in :other.",
|
|||
|
|
"validation.integer": "The :attribute must be an integer.",
|
|||
|
|
"validation.ip": "The :attribute must be a valid IP address.",
|
|||
|
|
"validation.ipv4": "The :attribute must be a valid IPv4 address.",
|
|||
|
|
"validation.ipv6": "The :attribute must be a valid IPv6 address.",
|
|||
|
|
"validation.json": "The :attribute must be a valid JSON string.",
|
|||
|
|
"validation.lt.array": "The :attribute must have less than :value items.",
|
|||
|
|
"validation.lt.file": "The :attribute must be less than :value kilobytes.",
|
|||
|
|
"validation.lt.numeric": "The :attribute must be less than :value.",
|
|||
|
|
"validation.lt.string": "The :attribute must be less than :value characters.",
|
|||
|
|
"validation.lte.array": "The :attribute must not have more than :value items.",
|
|||
|
|
"validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
|
|||
|
|
"validation.lte.numeric": "The :attribute must be less than or equal to :value.",
|
|||
|
|
"validation.lte.string": "The :attribute must be less than or equal to :value characters.",
|
|||
|
|
"validation.mac_address": "The :attribute must be a valid MAC address.",
|
|||
|
|
"validation.max.array": "The :attribute must not have more than :max items.",
|
|||
|
|
"validation.max.file": "The :attribute must not be greater than :max kilobytes.",
|
|||
|
|
"validation.max.numeric": "The :attribute must not be greater than :max.",
|
|||
|
|
"validation.max.string": "The :attribute must not be greater than :max characters.",
|
|||
|
|
"validation.mimes": "The :attribute must be a file of type: :values.",
|
|||
|
|
"validation.mimetypes": "The :attribute must be a file of type: :values.",
|
|||
|
|
"validation.min.array": "The :attribute must have at least :min items.",
|
|||
|
|
"validation.min.file": "The :attribute must be at least :min kilobytes.",
|
|||
|
|
"validation.min.numeric": "The :attribute must be at least :min.",
|
|||
|
|
"validation.min.string": "The :attribute must be at least :min characters.",
|
|||
|
|
"validation.multiple_of": "The :attribute must be a multiple of :value.",
|
|||
|
|
"validation.not_in": "The selected :attribute is invalid.",
|
|||
|
|
"validation.not_regex": "The :attribute format is invalid.",
|
|||
|
|
"validation.numeric": "The :attribute must be a number.",
|
|||
|
|
"validation.present": "The :attribute field must be present.",
|
|||
|
|
"validation.prohibited": "The :attribute field is prohibited.",
|
|||
|
|
"validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
|
|||
|
|
"validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
|
|||
|
|
"validation.prohibits": "The :attribute field prohibits :other from being present.",
|
|||
|
|
"validation.regex": "The :attribute format is invalid.",
|
|||
|
|
"validation.required": "The :attribute field is required.",
|
|||
|
|
"validation.required_array_keys": "The :attribute field must contain entries for: :values.",
|
|||
|
|
"validation.required_if": "The :attribute field is required when :other is :value.",
|
|||
|
|
"validation.required_unless": "The :attribute field is required unless :other is in :values.",
|
|||
|
|
"validation.required_with": "The :attribute field is required when :values is present.",
|
|||
|
|
"validation.required_with_all": "The :attribute field is required when :values are present.",
|
|||
|
|
"validation.required_without": "The :attribute field is required when :values is not present.",
|
|||
|
|
"validation.required_without_all": "The :attribute field is required when none of :values are present.",
|
|||
|
|
"validation.same": "The :attribute and :other must match.",
|
|||
|
|
"validation.size.array": "The :attribute must contain :size items.",
|
|||
|
|
"validation.size.file": "The :attribute must be :size kilobytes.",
|
|||
|
|
"validation.size.numeric": "The :attribute must be :size.",
|
|||
|
|
"validation.size.string": "The :attribute must be :size characters.",
|
|||
|
|
"validation.starts_with": "The :attribute must start with one of the following: :values.",
|
|||
|
|
"validation.string": "The :attribute must be a string.",
|
|||
|
|
"validation.timezone": "The :attribute must be a valid timezone.",
|
|||
|
|
"validation.unique": "The :attribute has already been taken.",
|
|||
|
|
"validation.uploaded": "The :attribute failed to upload.",
|
|||
|
|
"validation.url": "The :attribute must be a valid URL.",
|
|||
|
|
"validation.uuid": "The :attribute must be a valid UUID.",
|
|||
|
|
"validation.custom.attribute-name.rule-name": "custom-message",
|
|||
|
|
|
|||
|
|
"Dashboard": "Dashboard",
|
|||
|
|
"Advertising": "Adverteren",
|
|||
|
|
"Subscription Reports": "Abonnementsrapporten",
|
|||
|
|
"Manage Business": "Beheer Bedrijf",
|
|||
|
|
"Categories": "Categorieën",
|
|||
|
|
"Business List": "Bedrijfslijst",
|
|||
|
|
"Manage Plans": "Beheer Plannen",
|
|||
|
|
"Create Plan": "Maak Plan",
|
|||
|
|
"Staff Management": "Personeelsbeheer",
|
|||
|
|
"Create Staff": "Maak Personeel",
|
|||
|
|
"Manage Staff": "Beheer Personeel",
|
|||
|
|
"Messages": "Berichten",
|
|||
|
|
"Manage Messages": "Beheer Berichten",
|
|||
|
|
"CMS Manage": "CMS Beheer",
|
|||
|
|
"Manage Pages": "Beheer Pagina's",
|
|||
|
|
"Manage FAQs": "Beheer Veelgestelde Vragen",
|
|||
|
|
"Terms & Conditions": "Voorwaarden & Condities",
|
|||
|
|
"Privacy & Policy": "Privacy & Beleid",
|
|||
|
|
"Testimonials": "Getuigenissen",
|
|||
|
|
"Features": "Kenmerken",
|
|||
|
|
"Interface": "Interface",
|
|||
|
|
"Manage Blogs": "Beheer Blogs",
|
|||
|
|
"Newsletters": "Nieuwsbrieven",
|
|||
|
|
"Roles & Permissions": "Rollen & Machtigingen",
|
|||
|
|
"Roles": "Rollen",
|
|||
|
|
"Permissions": "Machtigingen",
|
|||
|
|
"Settings": "Instellingen",
|
|||
|
|
"Currencies": "Valuta's",
|
|||
|
|
"Notifications": "Meldingen",
|
|||
|
|
"SMS Settings": "SMS Instellingen",
|
|||
|
|
"Payment Gateway": "Betaalpoort",
|
|||
|
|
"System Settings": "Systeeminstellingen",
|
|||
|
|
"General Settings": "Algemene Instellingen",
|
|||
|
|
|
|||
|
|
"Banner": "Banner",
|
|||
|
|
"Add New Banner": "Voeg Nieuwe Banner Toe",
|
|||
|
|
"Banner List": "Bannerlijst",
|
|||
|
|
"Status": "Status",
|
|||
|
|
"Image": "Afbeelding",
|
|||
|
|
"Active": "Actief",
|
|||
|
|
"Cancel": "Annuleren",
|
|||
|
|
"Save": "Opslaan",
|
|||
|
|
"Edit Banner": "Bewerken Banner",
|
|||
|
|
"Advertising List": "Advertentielijst",
|
|||
|
|
"Create Banner": "Maak Banner",
|
|||
|
|
"SL": "SL",
|
|||
|
|
"Create Advertising": "Maak Advertentie",
|
|||
|
|
"Reset": "Resetten",
|
|||
|
|
"Edit Advertising": "Bewerken Advertentie",
|
|||
|
|
"Edit": "Bewerken",
|
|||
|
|
"Delete": "Verwijderen",
|
|||
|
|
"Shop": "Winkel",
|
|||
|
|
"Add new Package": "Voeg nieuw Pakket Toe",
|
|||
|
|
"Shop List": "Winkellijst",
|
|||
|
|
"Subscription Plan": "Abonnement Plan",
|
|||
|
|
"Select Plan Category": "Selecteer Plan Categorie",
|
|||
|
|
"Package Name": "Pakketnaam",
|
|||
|
|
"Enter Package Name": "Voer Pakketnaam In",
|
|||
|
|
"Business Category": "Bedrijfscategorie",
|
|||
|
|
"Select Business Category": "Selecteer Bedrijfscategorie",
|
|||
|
|
"Duration in Days": "Duur in Dagen",
|
|||
|
|
"Enter number": "Voer nummer In",
|
|||
|
|
"Offer Price": "Aanbiedingsprijs",
|
|||
|
|
"Enter Plan Price": "Voer Prijs Plan In",
|
|||
|
|
"Subscription Price": "Abonnement Prijs",
|
|||
|
|
"Enter Subscription Price": "Voer Abonnementsprijs In",
|
|||
|
|
"View": "Bekijk",
|
|||
|
|
"Upgrade Plan": "Upgrade Plan",
|
|||
|
|
"Edit Shop": "Bewerk Winkel",
|
|||
|
|
"Select Category": "Selecteer Categorie",
|
|||
|
|
"Shop/Business Name": "Winkel/Bedrijfsnaam",
|
|||
|
|
"Enter Shop/Business Name": "Voer Winkel/Bedrijfsnaam In",
|
|||
|
|
"Package": "Pakket",
|
|||
|
|
"Select a package": "Selecteer een pakket",
|
|||
|
|
"Name": "Naam",
|
|||
|
|
"Enter Name": "Voer Naam In",
|
|||
|
|
"Role": "Rol",
|
|||
|
|
"Select a role": "Selecteer een rol",
|
|||
|
|
"Email": "E-mail",
|
|||
|
|
"Enter Email": "Voer E-mail In",
|
|||
|
|
"Phone": "Telefoon",
|
|||
|
|
"Enter Phone Number": "Voer Telefoonnummer In",
|
|||
|
|
"Password": "Wachtwoord",
|
|||
|
|
"Enter Password": "Voer Wachtwoord In",
|
|||
|
|
"Confirm password": "Bevestig wachtwoord",
|
|||
|
|
"Enter Confirm password": "Voer Bevestig wachtwoord In",
|
|||
|
|
"Address": "Adres",
|
|||
|
|
"Enter Address": "Voer Adres In",
|
|||
|
|
"Select Country": "Selecteer Land",
|
|||
|
|
"Select a Country": "Selecteer een Land",
|
|||
|
|
"Balance": "Saldo",
|
|||
|
|
"Enter Balance": "Voer Saldo In",
|
|||
|
|
"Search...": "Zoeken...",
|
|||
|
|
"Business Name": "Bedrijfsnaam",
|
|||
|
|
"Last Enroll": "Laatste Inschrijving",
|
|||
|
|
"Expired Date": "Vervaldatum",
|
|||
|
|
"Action": "Actie",
|
|||
|
|
"Select A Plan": "Selecteer Een Plan",
|
|||
|
|
"Select One": "Selecteer Eén",
|
|||
|
|
"Price": "Prijs",
|
|||
|
|
"Enter plan price or select a plan": "Voer prijs van het plan in of selecteer een plan",
|
|||
|
|
"Payment Gateways": "Betaalpoorten",
|
|||
|
|
"Select A payment gateway": "Selecteer Een Betaalpoort",
|
|||
|
|
"Notes": "Notities",
|
|||
|
|
"Enter notes": "Voer notities in",
|
|||
|
|
"Business View": "Bedrijfsweergave",
|
|||
|
|
"Created date": "Aangemaakte datum",
|
|||
|
|
"Category": "Categorie",
|
|||
|
|
"Add new Category": "Voeg Nieuwe Categorie Toe",
|
|||
|
|
"View List": "Bekijk Lijst",
|
|||
|
|
"Buisness Name": "Bedrijfsnaam",
|
|||
|
|
"Enter Description": "Voer Beschrijving In",
|
|||
|
|
"Description": "Beschrijving",
|
|||
|
|
"Edit Business Category": "Bewerk Bedrijfscategorie",
|
|||
|
|
"Enter Buisness Description": "Voer Bedrijfsbeschrijving In",
|
|||
|
|
"Business Categories List": "Lijst van Bedrijfscategorieën",
|
|||
|
|
"Add New": "Voeg Nieuw Toe",
|
|||
|
|
"Reports": "Rapporten",
|
|||
|
|
"All": "Alle",
|
|||
|
|
"Active User": "Actieve Gebruiker",
|
|||
|
|
"Deactive User": "Deactieve Gebruiker",
|
|||
|
|
"Date": "Datum",
|
|||
|
|
"SL.": "SL.",
|
|||
|
|
"Invoice": "Factuur",
|
|||
|
|
"Customer Name": "Klantnaam",
|
|||
|
|
"Amount": "Bedrag",
|
|||
|
|
"View Report": "Bekijk Rapport",
|
|||
|
|
"Download Report": "Download Rapport",
|
|||
|
|
"User View": "Gebruikersweergave",
|
|||
|
|
"Shop Name": "Winkelnaam",
|
|||
|
|
"Country": "Land",
|
|||
|
|
"Reason": "Reden",
|
|||
|
|
"Are You Sure?": "Weet U Het Zeker?",
|
|||
|
|
"You won't be able to revert this!": "U kunt dit niet terugdraaien!",
|
|||
|
|
"Yes, Delete It!": "Ja, Verwijder Het!",
|
|||
|
|
"Add Currency": "Voeg Valuta Toe",
|
|||
|
|
"Code": "Code",
|
|||
|
|
"Symbol": "Symbool",
|
|||
|
|
"Position": "Positie",
|
|||
|
|
"Inactive": "Inactief",
|
|||
|
|
"Make Default": "Standaard Maken",
|
|||
|
|
"Edit Currency": "Bewerk Valuta",
|
|||
|
|
"Currency": "Valuta",
|
|||
|
|
|
|||
|
|
"Total Businesses": "Totaal Aantal Bedrijven",
|
|||
|
|
"Total Expired Businesses": "Totaal Aantal Verlopen Bedrijven",
|
|||
|
|
"Total Plan Subscribes": "Totaal Aantal Abonnementen",
|
|||
|
|
"Total Business Categories": "Totaal Aantal Bedrijfscategorieën",
|
|||
|
|
"Total Plans": "Totaal Aantal Plannen",
|
|||
|
|
"Total Staffs": "Totaal Aantal Personeel",
|
|||
|
|
"Finance Overview": "Financieel Overzicht",
|
|||
|
|
|
|||
|
|
"Gateway Settings": "Poortinstellingen",
|
|||
|
|
"Payment Gateway Settings": "Instellingen Betaalpoort",
|
|||
|
|
"GATEWAY IMAGE": "POORTAFBEELDING",
|
|||
|
|
"GATEWAY NAME": "POORTNAAM",
|
|||
|
|
"Gateway Charge": "Poortkosten",
|
|||
|
|
"Gateway Currency": "Poortvaluta",
|
|||
|
|
"Gateway Mode": "Poortmodus",
|
|||
|
|
"Is Manual": "Is Handmatig",
|
|||
|
|
"Yes": "Ja",
|
|||
|
|
"No": "Nee",
|
|||
|
|
"Label": "Label",
|
|||
|
|
"Enter label name": "Voer labelnaam In",
|
|||
|
|
"Select Required/Optional": "Selecteer Vereist/Optioneel",
|
|||
|
|
"Required": "Vereist",
|
|||
|
|
"Optional": "Optioneel",
|
|||
|
|
"Add new row": "Voeg nieuwe rij toe",
|
|||
|
|
"INSTRUCTIONS": "INSTRUCTIES",
|
|||
|
|
"Enter payment instructions here": "Voer betalingsinstructies hier in",
|
|||
|
|
|
|||
|
|
"Messages List": "Berichtenlijst",
|
|||
|
|
"Search": "Zoeken",
|
|||
|
|
"Company Name": "Bedrijfsnaam",
|
|||
|
|
"Message": "Bericht",
|
|||
|
|
|
|||
|
|
"Notifications List": "Meldingenlijst",
|
|||
|
|
"Today": "Vandaag",
|
|||
|
|
"Last 7 Days": "Laatste 7 Dagen",
|
|||
|
|
"Last 15 Days": "Laatste 15 Dagen",
|
|||
|
|
"Last Month": "Laatste Maand",
|
|||
|
|
"Last Year": "Laatste Jaar",
|
|||
|
|
"Created At": "Aangemaakt Op",
|
|||
|
|
"Read At": "Gelezen Op",
|
|||
|
|
"Add New Payment Type": "Voeg Nieuw Betalingstype Toe",
|
|||
|
|
"Enter Payment Type": "Voer Betalingstype In",
|
|||
|
|
"Edit Payment Type": "Bewerk Betalingstype",
|
|||
|
|
"Payment Type": "Betalingstype",
|
|||
|
|
"Add Payment Type": "Voeg Betalingstype Toe",
|
|||
|
|
"Per Page- 10": "Per Pagina- 10",
|
|||
|
|
"Per Page- 25": "Per Pagina- 25",
|
|||
|
|
"Per Page- 50": "Per Pagina- 50",
|
|||
|
|
"Per Page- 100": "Per Pagina- 100",
|
|||
|
|
"Assigned Role": "Toegewezen Rol",
|
|||
|
|
"Assign Role To User": "Wijs Rol Aan Gebruiker Toe",
|
|||
|
|
"Select User": "Selecteer Gebruiker",
|
|||
|
|
"User": "Gebruiker",
|
|||
|
|
"Select Role": "Selecteer Rol",
|
|||
|
|
"Add Subscription Plan": "Voeg Abonnementsplan Toe",
|
|||
|
|
"Package List": "Pakkettenlijst",
|
|||
|
|
"Add New Features": "Voeg Nieuwe Kenmerken Toe",
|
|||
|
|
"Enter features": "Voer kenmerken in",
|
|||
|
|
"Edit Subscription Plan": "Bewerk Abonnementsplan",
|
|||
|
|
"Edit Package": "Bewerk Pakket",
|
|||
|
|
"Enter Duration Days": "Voer Duur in Dagen In",
|
|||
|
|
"Deactive": "Deactief",
|
|||
|
|
"Create Plans": "Maak Plannen",
|
|||
|
|
"User Profile": "Gebruikersprofiel",
|
|||
|
|
"Registration Date": "Registratiedatum",
|
|||
|
|
"Enter Your Name": "Voer Uw Naam In",
|
|||
|
|
"Enter Your Email": "Voer Uw E-mail In",
|
|||
|
|
"Profile Picture": "Profielafbeelding",
|
|||
|
|
"Current Password": "Huidig Wachtwoord",
|
|||
|
|
"Enter Your Current Password": "Voer Uw Huidige Wachtwoord In",
|
|||
|
|
"New Password": "Nieuw Wachtwoord",
|
|||
|
|
"Enter New Password": "Voer Nieuw Wachtwoord In",
|
|||
|
|
"Save Changes": "Wijzigingen Opslaan",
|
|||
|
|
"Add New Role": "Voeg Nieuwe Rol Toe",
|
|||
|
|
"Set role permissions": "Stel rolmachtigingen In",
|
|||
|
|
"Role Name": "Rolnaam",
|
|||
|
|
"Enter role name": "Voer rolnaam In",
|
|||
|
|
"Role Permissions": "Rolmachtigingen",
|
|||
|
|
"Setup role permissions": "Stel rolmachtigingen In",
|
|||
|
|
"Select All": "Selecteer Allen",
|
|||
|
|
"Roles List": "Lijst van Rollen",
|
|||
|
|
"Add role, if it does not exist": "Voeg rol toe, als deze niet bestaat",
|
|||
|
|
"Edit Role": "Bewerk Rol",
|
|||
|
|
"Privacy & Policy Settings": "Instellingen Privacy & Beleid",
|
|||
|
|
"Update": "Bijwerken",
|
|||
|
|
"Term & Condition Settings": "Instellingen Voorwaarden & Condities",
|
|||
|
|
"Title": "Titel",
|
|||
|
|
"Enter Title": "Voer Titel In",
|
|||
|
|
"Copy Right": "Auteursrecht",
|
|||
|
|
"Admin Footer Text": "Admin Voettekst",
|
|||
|
|
"Enter Text": "Voer Tekst In",
|
|||
|
|
"Admin Footer Link Text": "Admin Voettekst Link Tekst",
|
|||
|
|
"Admin Footer Link": "Admin Voettekst Link",
|
|||
|
|
"Enter Link": "Voer Link In",
|
|||
|
|
"Main Header Logo": "Hoofdheader Logo",
|
|||
|
|
"Common Header Logo": "Algemeen Header Logo",
|
|||
|
|
"Footer Logo": "Voettekst Logo",
|
|||
|
|
"Admin Logo": "Admin Logo",
|
|||
|
|
"Favicon": "Favicon",
|
|||
|
|
"Don't Use Any Kind Of Space In The Input Fields": "Gebruik Geen Ruimte In De Invoervelden",
|
|||
|
|
|
|||
|
|
"App": "App",
|
|||
|
|
"Drivers": "Drivers",
|
|||
|
|
"Storage Settings": "Opslaginstellingen",
|
|||
|
|
"Mail Configuration": "E-mailconfiguratie",
|
|||
|
|
"Others": "Overige",
|
|||
|
|
"APP_NAME": "APP_NAAM",
|
|||
|
|
"APP_KEY": "APP_SLEUTEL",
|
|||
|
|
"APP_DEBUG": "APP_DEBUG",
|
|||
|
|
"APP_URL": "APP_URL",
|
|||
|
|
"QUEUE_MAIL": "QUEUE_MAIL",
|
|||
|
|
"MAIL_DRIVER_TYPE": "MAIL_DRIVER_TYPE",
|
|||
|
|
"MAIL DRIVER": "MAIL DRIVER",
|
|||
|
|
"MAIL_HOST": "MAIL_HOST",
|
|||
|
|
"MAIL_PORT": "MAIL_PORT",
|
|||
|
|
"MAIL_USERNAME": "MAIL_GEBRUIKERSNAAM",
|
|||
|
|
"MAIL_PASSWORD": "MAIL_WACHTWOORD",
|
|||
|
|
"MAIL_ENCRYPTION": "MAIL_ENCRYPTIE",
|
|||
|
|
"MAIL_FROM_ADDRESS": "MAIL_VAN_ADRES",
|
|||
|
|
"MAIL_FROM_NAME": "MAIL_VAN_NAAM",
|
|||
|
|
"QUEUE COMMAND Path": "QUEUE COMMAND Pad",
|
|||
|
|
"CACHE_DRIVER": "CACHE_DRIVER",
|
|||
|
|
"Recommended": "Aanbevolen",
|
|||
|
|
"QUEUE_CONNECTION": "QUEUE_VERBINDING",
|
|||
|
|
"SESSION_DRIVER": "SESSION_DRIVER",
|
|||
|
|
"SESSION_LIFETIME": "SESSION_LEVENSDUUR",
|
|||
|
|
"REDIS_PORT": "REDIS_POORT",
|
|||
|
|
"REDIS_URL": "REDIS_URL",
|
|||
|
|
"REDIS_PASSWORD": "REDIS_WACHTWOORD",
|
|||
|
|
"AWS S3 Storage Bucket": "AWS S3 Opslagemmer",
|
|||
|
|
"Fill up this credentials if you want to use AWS S3 Storage Bucket": "Vul deze gegevens in als u AWS S3 Opslagemmer wilt gebruiken",
|
|||
|
|
"Wasabi Storage Bucket": "Wasabi Opslagemmer",
|
|||
|
|
"public (uploads folder)": "publiek (uploads map)",
|
|||
|
|
"AWS_ACCESS_KEY_ID": "AWS_TOEGANGSLEUTEL_ID",
|
|||
|
|
"AWS_SECRET_ACCESS_KEY": "AWS_GEHEIME_TOEGANGSLEUTEL",
|
|||
|
|
"AWS_DEFAULT_REGION": "AWS_STANDAARD_REGIO",
|
|||
|
|
"AWS_BUCKET": "AWS_BUCKET",
|
|||
|
|
"Fill up this credentials if you want to use Wasabi Storage Bucket": "Vul deze gegevens in als u Wasabi Opslagemmer wilt gebruiken",
|
|||
|
|
"WAS_ACCESS_KEY_ID": "WAS_TOEGANGSLEUTEL_ID",
|
|||
|
|
"WAS_SECRET_ACCESS_KEY": "WAS_GEHEIME_TOEGANGSLEUTEL",
|
|||
|
|
"WAS_DEFAULT_REGION": "WAS_STANDAARD_REGIO",
|
|||
|
|
"WAS_BUCKET": "WAS_BUCKET",
|
|||
|
|
"WAS_ENDPOINT": "WAS_ENDPOINT",
|
|||
|
|
"CACHE_LIFETIME": "CACHE_LEVENSDUUR",
|
|||
|
|
"Paid": "Betaald",
|
|||
|
|
"Reject": "Afwijzen",
|
|||
|
|
"Why are you reject It?": "Waarom wijs je het af?",
|
|||
|
|
"Enter Reason": "Voer Reden In",
|
|||
|
|
"Confirm": "Bevestigen",
|
|||
|
|
"Subscriptions List": "Abonnementenlijst",
|
|||
|
|
"Started": "Begonnen",
|
|||
|
|
"End": "Einde",
|
|||
|
|
"Gateway Method": "Gateway Methode",
|
|||
|
|
"Are you sure?": "Weet je het zeker?",
|
|||
|
|
"Add New Testimonial": "Voeg Nieuwe Getuigenis Toe",
|
|||
|
|
"Client Name": "Klantnaam",
|
|||
|
|
"Enter Client Name": "Voer Klantnaam In",
|
|||
|
|
"Stars": "Sterren",
|
|||
|
|
"Works At": "Werkt Bij",
|
|||
|
|
"Client Image": "Klantafbeelding",
|
|||
|
|
"Review": "Beoordeling",
|
|||
|
|
"Enter text": "Voer tekst in",
|
|||
|
|
"Enter review message here": "Voer hier uw beoordelingsbericht in",
|
|||
|
|
"Edit Testimonial": "Bewerk Getuigenis",
|
|||
|
|
"Testimonials List": "Getuigenissenlijst",
|
|||
|
|
"Create New": "Nieuwe Aanmaken",
|
|||
|
|
"Add New Staff": "Voeg Nieuwe Medewerker Toe",
|
|||
|
|
"Full Name": "Volledige Naam",
|
|||
|
|
"Enter Email Address": "Voer E-mailadres In",
|
|||
|
|
"Edit Staff": "Bewerk Medewerker",
|
|||
|
|
"Staff List": "Medewerkerslijst",
|
|||
|
|
"User Email": "Gebruikers E-mail",
|
|||
|
|
"User Role": "Gebruikersrol",
|
|||
|
|
"Comments": "Opmerkingen",
|
|||
|
|
"Comment List": "Opmerkingenlijst",
|
|||
|
|
"Create Blog": "Maak Blog",
|
|||
|
|
"Blog List": "Bloglijst",
|
|||
|
|
"Select a status": "Selecteer een status",
|
|||
|
|
"Tags": "Tags",
|
|||
|
|
"Enter tags name": "Voer tagnaam in",
|
|||
|
|
"SEO Meta Tags": "SEO Meta Tags",
|
|||
|
|
"Meta Title": "Meta Titel",
|
|||
|
|
"Meta Description": "Meta Beschrijving",
|
|||
|
|
"Enter meta Description": "Voer meta Beschrijving In",
|
|||
|
|
"Comment": "Opmerking",
|
|||
|
|
"Edit Blog": "Bewerk Blog",
|
|||
|
|
"Blogs": "Blogs",
|
|||
|
|
"Create Faqs": "Maak FAQ's",
|
|||
|
|
"Add New FAQs": "Voeg Nieuwe FAQ's Toe",
|
|||
|
|
"Question": "Vraag",
|
|||
|
|
"InActive": "Inactief",
|
|||
|
|
"Answer": "Antwoord",
|
|||
|
|
"Enter question answer here": "Voer hier het antwoord op de vraag in",
|
|||
|
|
"Edit Faqs": "Bewerk FAQ's",
|
|||
|
|
"FAQS List": "FAQ's Lijst",
|
|||
|
|
"View Details": "Bekijk Gegevens",
|
|||
|
|
"Create Feature": "Maak Kenmerk",
|
|||
|
|
"Add New Feature": "Voeg Nieuw Kenmerk Toe",
|
|||
|
|
"Backgroud Color": "Achtergrondkleur",
|
|||
|
|
"Enter Color": "Voer Kleur In",
|
|||
|
|
"Edit Feature": "Bewerk Kenmerk",
|
|||
|
|
"Features List": "Kenmerkenlijst",
|
|||
|
|
"Create Interfaces": "Maak Interfaces",
|
|||
|
|
"Add New Interface": "Voeg Nieuwe Interface Toe",
|
|||
|
|
"Edit Interface": "Bewerk Interface",
|
|||
|
|
"Interfaces List": "Interfaceslijst",
|
|||
|
|
"Newsletters List": "Nieuwsbrievenlijst",
|
|||
|
|
"Page for Updating Website Sections": "Pagina voor Bijwerken van Website Secties",
|
|||
|
|
"Slider Section": "Slider Sectie",
|
|||
|
|
"Header Section": "Header Sectie",
|
|||
|
|
"Feature Section": "Kenmerk Sectie",
|
|||
|
|
"Interface Section": "Interface Sectie",
|
|||
|
|
"Watch Section": "Kijk Sectie",
|
|||
|
|
"Testimonial Section": "Getuigenis Sectie",
|
|||
|
|
"Blog Section": "Blog Sectie",
|
|||
|
|
"About us Page": "Over Ons Pagina",
|
|||
|
|
"Terms And Conditions": "Voorwaarden",
|
|||
|
|
"Privacy Page": "Privacy Pagina",
|
|||
|
|
"Contuct us Page": "Contacteer Ons Pagina",
|
|||
|
|
"Pricing Section": "Prijsectie",
|
|||
|
|
"Footer Section": "Voettekst Sectie",
|
|||
|
|
"Social Medias": "Sociale Media",
|
|||
|
|
"Button One": "Knop Een",
|
|||
|
|
"Button Text": "Knoptekst",
|
|||
|
|
"Button One Link": "Knop Een Link",
|
|||
|
|
"Button Two": "Knop Twee",
|
|||
|
|
"Button Two Link": "Knop Twee Link",
|
|||
|
|
"Scanner Text": "Scanner Tekst",
|
|||
|
|
"Scanner Image": "Scanner Afbeelding",
|
|||
|
|
"Slider Image": "Slider Afbeelding",
|
|||
|
|
"Header Button Text": "Header Knoptekst",
|
|||
|
|
"Header Button Link": "Header Knop Link",
|
|||
|
|
"Enter Header link": "Voer Headerlink In",
|
|||
|
|
"Section Title": "Sectietitel",
|
|||
|
|
"Enter Section Title": "Voer Sectietitel In",
|
|||
|
|
"Interface Title": "Interface Titel",
|
|||
|
|
"Watch Title": "Kijk Titel",
|
|||
|
|
"Button Link": "Knop Link",
|
|||
|
|
"Watch Image": "Kijk Afbeelding",
|
|||
|
|
"Blog Title": "Blog Titel",
|
|||
|
|
"Read More Button Text": "Lees Meer Knoptekst",
|
|||
|
|
"View All Button Text": "Bekijk Alle Knoptekst",
|
|||
|
|
"View All Link": "Bekijk Alle Link",
|
|||
|
|
"Testimonial Title": "Getuigenis Titel",
|
|||
|
|
"Enter Short Title": "Voer Korte Titel In",
|
|||
|
|
"Long Title": "Lange Titel",
|
|||
|
|
"About Image": "Over Afbeelding",
|
|||
|
|
"Description One": "Beschrijving Een",
|
|||
|
|
"Description Two": "Beschrijving Twee",
|
|||
|
|
"Option": "Optie",
|
|||
|
|
"Icon": "Icoon",
|
|||
|
|
"Plan Button Url": "Plan Knop URL",
|
|||
|
|
"Short Title": "Korte Titel",
|
|||
|
|
"Right Footer Title": "Rechter Voettekst Titel",
|
|||
|
|
"Middle Footer Title": "Midden Voettekst Titel",
|
|||
|
|
"Apple App Link": "Apple App Link",
|
|||
|
|
"Apple App": "Apple App",
|
|||
|
|
"Google Play Link": "Google Play Link",
|
|||
|
|
"Google Play App": "Google Play App",
|
|||
|
|
"Right Footer": "Rechter Voettekst",
|
|||
|
|
"Link": "Link",
|
|||
|
|
"Middle Footer": "Midden Voettekst",
|
|||
|
|
"Left Footer": "Linker Voettekst",
|
|||
|
|
"Footer Socials": "Voettekst Sociale Media",
|
|||
|
|
"Forgot Password": "Wachtwoord Vergeten",
|
|||
|
|
"Enter the email address associated with your account": "Voer het e-mailadres in dat aan uw account is gekoppeld",
|
|||
|
|
"Enter your Email": "Voer uw E-mail In",
|
|||
|
|
"Continue": "Doorgaan",
|
|||
|
|
"Back to Login": "Terug naar Inloggen",
|
|||
|
|
"Login": "Inloggen",
|
|||
|
|
"Welcome to": "Welkom bij",
|
|||
|
|
"Welcome back, Please login in to your account": "Welkom terug, log in op uw account",
|
|||
|
|
"Remember me": "Onthoud mij",
|
|||
|
|
"Forgot Password?": "Wachtwoord Vergeten?",
|
|||
|
|
"Super Admin": "Super Admin",
|
|||
|
|
"Admin": "Admin",
|
|||
|
|
"Manager": "Manager",
|
|||
|
|
"Reset Password": "Wachtwoord Resetten",
|
|||
|
|
"Change Password": "Wachtwoord Wijzigen",
|
|||
|
|
"Create new password, it must be Strong password.": "Maak een nieuw wachtwoord aan, het moet een sterk wachtwoord zijn.",
|
|||
|
|
"Confirm Password": "Bevestig Wachtwoord",
|
|||
|
|
"You Have": "U Heeft",
|
|||
|
|
"new Notifications": "nieuwe Meldingen",
|
|||
|
|
"Mark all Read": "Markeer alles als gelezen",
|
|||
|
|
"View all notifications": "Bekijk alle meldingen",
|
|||
|
|
"Clear cache": "Cache Wissen",
|
|||
|
|
"My Profile": "Mijn Profiel",
|
|||
|
|
"Logout": "Uitloggen",
|
|||
|
|
"About Us": "Over Ons",
|
|||
|
|
"Home": "Home",
|
|||
|
|
"Pricing": "Prijzen",
|
|||
|
|
"Pages": "Pagina's",
|
|||
|
|
"Blog": "Blog",
|
|||
|
|
"Privacy Policy": "Privacybeleid",
|
|||
|
|
"Contact Us": "Neem Contact Op",
|
|||
|
|
"You are having this email because you have requested for a password reset.": "U ontvangt deze e-mail omdat u om een wachtwoordreset heeft gevraagd.",
|
|||
|
|
"Your verification code is:": "Uw verificatiecode is:",
|
|||
|
|
"This password reset code will expire in 60 minutes.": "Deze wachtwoord resetcode vervalt over 60 minuten.",
|
|||
|
|
"If you did not request a password reset, no further action is required.": "Als u geen wachtwoordreset heeft aangevraagd, is er geen verdere actie vereist.",
|
|||
|
|
"Regards": "Met vriendelijke groet",
|
|||
|
|
"All right reserved": "Alle rechten voorbehouden",
|
|||
|
|
"Hi": "Hallo",
|
|||
|
|
"Dear": "Beste",
|
|||
|
|
"Your OTP code is": "uw OTP-code is",
|
|||
|
|
"Please do not share this PIN with anyone": "Deel deze PIN niet met iemand",
|
|||
|
|
"Best Regards": "Met vriendelijke groet",
|
|||
|
|
"Gateway Name": "Gateway Naam",
|
|||
|
|
"Subscription Name": "Abonnement Naam",
|
|||
|
|
"Payable Amount": "Te Betalen Bedrag",
|
|||
|
|
"Phone Number": "Telefoonnummer",
|
|||
|
|
"Enter your phone number": "Voer uw telefoonnummer in",
|
|||
|
|
"Pay Now": "Betaal Nu",
|
|||
|
|
"Next": "Volgende",
|
|||
|
|
"Previous": "Vorige",
|
|||
|
|
"Free": "Gratis",
|
|||
|
|
"Features Of Free Plan": "Kenmerken van het Gratis Plan",
|
|||
|
|
"Choose Plan": "Kies Plan",
|
|||
|
|
"Blog Details": "Blog Gegevens",
|
|||
|
|
"Leave a Comment Here": "Laat Hier een Opmerking Achter",
|
|||
|
|
"Your email address will not be published": "Uw e-mailadres wordt niet gepubliceerd",
|
|||
|
|
"Enter your name": "Voer uw naam in",
|
|||
|
|
"Enter your email": "Voer uw e-mailadres in",
|
|||
|
|
"Enter your comment": "Voer uw opmerking in",
|
|||
|
|
"Recent Posts": "Recente Berichten",
|
|||
|
|
"Create a Free Account": "Maak een Gratis Account Aan",
|
|||
|
|
"Enter full name": "Voer volledige naam in",
|
|||
|
|
"Enter phone number": "Voer telefoonnummer in",
|
|||
|
|
"Enter email address": "Voer e-mailadres in",
|
|||
|
|
"Company": "Bedrijf",
|
|||
|
|
"Enter company name": "Voer bedrijfsnaam in",
|
|||
|
|
"Enter your message": "Voer uw bericht in",
|
|||
|
|
"Pricing Plan": "Prijspakket",
|
|||
|
|
"Subscription Plans": "Abonnement Plannen",
|
|||
|
|
"Plan List": "Plannenlijst",
|
|||
|
|
"Work At": "Werk Bij",
|
|||
|
|
"Show- 10": "Toon- 10",
|
|||
|
|
"Show- 25": "Toon- 25",
|
|||
|
|
"Show 50": "Toon- 50",
|
|||
|
|
"Show 100": "Toon- 100",
|
|||
|
|
"Duration": "Duur",
|
|||
|
|
"Select": "Selecteer",
|
|||
|
|
"Currency List": "Valutalijst",
|
|||
|
|
"Default": "Standaard",
|
|||
|
|
"Country Name": "Landnaam",
|
|||
|
|
"View Website": "Bekijk Website",
|
|||
|
|
"Contact Messages": "Contactberichten",
|
|||
|
|
|
|||
|
|
"Total Shop": "Totaal Winkel",
|
|||
|
|
"Expired Businesses": "Verlopen Bedrijven",
|
|||
|
|
"Plan Subscribes": "Abonnementen Plan",
|
|||
|
|
"Total Categories": "Totaal Categorieën",
|
|||
|
|
"Recent Register": "Onlangs Geregistreerd",
|
|||
|
|
"Date & Time": "Datum & Tijd",
|
|||
|
|
"View All": "Bekijk Alles",
|
|||
|
|
"Add new Business": "Voeg Nieuwe Bedrijf Toe",
|
|||
|
|
"Enter Company Name": "Voer Bedrijfsnaam In",
|
|||
|
|
"Edit Business": "Bewerk Bedrijf",
|
|||
|
|
"Create Business": "Maak Bedrijf Aan",
|
|||
|
|
"Enter Buisness Name": "Voer Bedrijfsnaam In",
|
|||
|
|
"Note: Enter embedded video link": "Opmerking: Voer ingesloten videolink in",
|
|||
|
|
"Enter title": "Voer Titel In",
|
|||
|
|
"Enter Code": "Voer Code In",
|
|||
|
|
"Enter Symbol": "Voer Symbool In",
|
|||
|
|
"Select a position": "Selecteer een positie",
|
|||
|
|
"left": "links",
|
|||
|
|
"right": "rechts",
|
|||
|
|
"TIMEZONE": "TIJDSZONE",
|
|||
|
|
"Note :": "Opmerking :",
|
|||
|
|
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Als u de MAIL QUEUE gebruikt na het wijzigen van de mailinstellingen, moet u uw supervisor vanaf uw server opnieuw opstarten.",
|
|||
|
|
"QUEUE COMMAND Path :": "PAD NA DE QUEUE COMMAND :",
|
|||
|
|
"QUEUE COMMAND :": "QUEUECOMMAND :",
|
|||
|
|
"Storage Method": "Opslagmethode",
|
|||
|
|
|
|||
|
|
"Brand List": "Merklijst",
|
|||
|
|
"Add new Brand": "Nieuw Merk Toevoegen",
|
|||
|
|
"items show": "Items tonen",
|
|||
|
|
"Brand Name": "Merknaam",
|
|||
|
|
"Create Brand": "Maak Merk Aan",
|
|||
|
|
"Enter Brand Name": "Voer Merknaam In",
|
|||
|
|
"Edit Brand": "Bewerk Merk",
|
|||
|
|
"Add New Category": "Nieuwe Categorie Toevoegen",
|
|||
|
|
"Enter Category Name": "Voer Categorie Naam In",
|
|||
|
|
"Select Variations": "Selecteer Variaties",
|
|||
|
|
"Capacity": "Capaciteit",
|
|||
|
|
"Color": "Kleur",
|
|||
|
|
"Size": "Grootte",
|
|||
|
|
"Type": "Type",
|
|||
|
|
"Weight": "Gewicht",
|
|||
|
|
"Edit Category": "Bewerk Categorie",
|
|||
|
|
"Category List": "Categorielijst",
|
|||
|
|
"You want to delete everything!": "Je wilt alles verwijderen!",
|
|||
|
|
"Total Sales": "Totale Verkoop",
|
|||
|
|
"Total Purchase": "Totale Aankoop",
|
|||
|
|
"Total Income": "Totale Inkomsten",
|
|||
|
|
"This Month": "Deze Maand",
|
|||
|
|
"Total Expense": "Totale Kosten",
|
|||
|
|
"Total Customer": "Totaal Klanten",
|
|||
|
|
"Total Supplier": "Totaal Leveranciers",
|
|||
|
|
"Sales Returns": "Verkoop Retouren",
|
|||
|
|
"Purchase Returns": "Aankoop Retouren",
|
|||
|
|
"Low Stock": "Lage Voorraad",
|
|||
|
|
"Alert Qty": "Waarschuwingshoeveelheid",
|
|||
|
|
"Profit": "Winst",
|
|||
|
|
"Loss": "Verlies",
|
|||
|
|
"Purchase": "Aankoop",
|
|||
|
|
"Sales": "Verkoop",
|
|||
|
|
"Income": "Inkomen",
|
|||
|
|
"Expense": "Kosten",
|
|||
|
|
"Recent Sales": "Recente Verkopen",
|
|||
|
|
"Recent Purchase": "Recente Aankopen",
|
|||
|
|
"Customer": "Klant",
|
|||
|
|
"Total": "Totaal",
|
|||
|
|
"Due": "Verschuldigd",
|
|||
|
|
"Collect Due": "Verzamel Verschuldigd Bedrag",
|
|||
|
|
"Select Invoice": "Selecteer Factuur",
|
|||
|
|
"Select an Invoice": "Selecteer een Factuur",
|
|||
|
|
"Total Amount": "Totaal Bedrag",
|
|||
|
|
"Paid Amount": "Betaald Bedrag",
|
|||
|
|
"Due Amount": "Verschuldigd Bedrag",
|
|||
|
|
"Select one": "Selecteer één",
|
|||
|
|
"Cash": "Contant",
|
|||
|
|
"Card": "Kaart",
|
|||
|
|
"Check": "Cheque",
|
|||
|
|
"Mobile Pay": "Mobiele Betaling",
|
|||
|
|
"Due List": "Verschuldigde Lijst",
|
|||
|
|
"Mobile": "Mobiel",
|
|||
|
|
"Sale": "Verkoop",
|
|||
|
|
"Bill To": "Factureren Aan",
|
|||
|
|
"Collected By": "Verzameld Door",
|
|||
|
|
"Total Due": "Totaal Verschuldigd",
|
|||
|
|
"Payment Amount": "Betalingsbedrag",
|
|||
|
|
"Remaining Due": "Resterend Verschuldigd",
|
|||
|
|
"Powered By": "Aangedreven Door",
|
|||
|
|
"Create Expense Catgeory": "Maak Kostenrubriek Aan",
|
|||
|
|
"Catgeory Name": "Rubriek Naam",
|
|||
|
|
"Enter catgeory Name": "Voer Rubriek Naam In",
|
|||
|
|
"Edit Expense Category": "Bewerk Kostenrubriek",
|
|||
|
|
"Expense Category List": "Kostenrubriek Lijst",
|
|||
|
|
"Add new": "Voeg nieuw toe",
|
|||
|
|
"Category Name": "Categorie Naam",
|
|||
|
|
"Create Expense": "Maak Kosten Aan",
|
|||
|
|
"Enter Amount": "Voer Bedrag In",
|
|||
|
|
"Select A Category": "Selecteer een Categorie",
|
|||
|
|
"Expense For": "Kosten Voor",
|
|||
|
|
"Enter Expense For": "Voer Kosten In Voor",
|
|||
|
|
"Select a payment type": "Selecteer een betaalmethode",
|
|||
|
|
"Bank": "Bank",
|
|||
|
|
"Mobile Payment": "Mobiele Betaling",
|
|||
|
|
"Reference Number": "Referentienummer",
|
|||
|
|
"Enter reference number": "Voer referentienummer in",
|
|||
|
|
"Expense Date": "Kosten Datum",
|
|||
|
|
"Note": "Opmerking",
|
|||
|
|
"Enter note": "Voer opmerking in",
|
|||
|
|
"Edit Expense": "Bewerk Kosten",
|
|||
|
|
"Expense List": "Kostenlijst",
|
|||
|
|
"Expesne For": "Kosten Voor",
|
|||
|
|
"Create Income Catgeory": "Maak Inkomstenrubriek Aan",
|
|||
|
|
"Enter catgeory name": "Voer rubrieksnaam in",
|
|||
|
|
"Edit Income Category": "Bewerk Inkomstenrubriek",
|
|||
|
|
"Income Category List": "Inkomstenrubrieken Lijst",
|
|||
|
|
"Create Income": "Maak Inkomsten Aan",
|
|||
|
|
"Enter amount": "Voer bedrag in",
|
|||
|
|
"Enter income for": "Voer inkomsten in voor",
|
|||
|
|
"Income Date": "Inkomsten Datum",
|
|||
|
|
"Edit Income": "Bewerk Inkomsten",
|
|||
|
|
"Income List": "Inkomstenlijst",
|
|||
|
|
"Sale New": "Nieuwe Verkoop",
|
|||
|
|
"Sale List": "Verkooplijst",
|
|||
|
|
"Sale Return": "Verkoop Retour",
|
|||
|
|
"Purchases": "Aankopen",
|
|||
|
|
"Purchase New": "Nieuwe Aankoop",
|
|||
|
|
"Purchase List": "Aankopenlijst",
|
|||
|
|
"Purchase Return": "Aankoop Retour",
|
|||
|
|
"Products": "Producten",
|
|||
|
|
"All Product": "Alle Producten",
|
|||
|
|
"Add Product": "Voeg Product Toe",
|
|||
|
|
"Brand": "Merk",
|
|||
|
|
"Unit": "Eenheid",
|
|||
|
|
"Stock List": "Voorraadlijst",
|
|||
|
|
"Customers": "Klanten",
|
|||
|
|
"All Customers": "Alle Klanten",
|
|||
|
|
"Add Customer": "Voeg Klant Toe",
|
|||
|
|
"Suppliers": "Leveranciers",
|
|||
|
|
"All Suppliers": "Alle Leveranciers",
|
|||
|
|
"Add Supplier": "Voeg Leverancier Toe",
|
|||
|
|
"Income Category": "Inkomstenrubriek",
|
|||
|
|
"Expense Category": "Kostenrubriek",
|
|||
|
|
"Subscriptions": "Abonnementen",
|
|||
|
|
"Profit & Loss List": "Winst- en Verlieslijst",
|
|||
|
|
"All Income": "Alle Inkomsten",
|
|||
|
|
"All Expense": "Alle Kosten",
|
|||
|
|
"Current Stock": "Huidige Voorraad",
|
|||
|
|
"Customer Due": "Klant Verschuldigd",
|
|||
|
|
"Supplier Due": "Leverancier Verschuldigd",
|
|||
|
|
"Loss & Profit": "Verlies en Winst",
|
|||
|
|
"Loss/Profit": "Verlies/Winst",
|
|||
|
|
"Unpaid": "Onbetaald",
|
|||
|
|
"Loss Profit": "Verlies Winst",
|
|||
|
|
"Loss Profit List": "Verlies Winst Lijst",
|
|||
|
|
"Product List": "Productlijst",
|
|||
|
|
"Create Party": "Maak Partij Aan",
|
|||
|
|
"List": "Lijst",
|
|||
|
|
"Party Type": "Partijtype",
|
|||
|
|
"Retailer": "Detailhandelaar",
|
|||
|
|
"Dealer": "Dealer",
|
|||
|
|
"Wholesaler": "Groothandelaar",
|
|||
|
|
"Supplier": "Leverancier",
|
|||
|
|
"Enter Due": "Voer Verschuldigd In",
|
|||
|
|
"Edit Party": "Bewerk Partij",
|
|||
|
|
"Edit ": "Bewerk ",
|
|||
|
|
" List": " Lijst",
|
|||
|
|
"Parties List": "Partijenlijst",
|
|||
|
|
"Add new ": "Voeg nieuwe toe ",
|
|||
|
|
"Create Product": "Maak Product Aan",
|
|||
|
|
"Add new Product": "Voeg nieuw Product Toe",
|
|||
|
|
"Product Name": "Productnaam",
|
|||
|
|
"Enter Product Name": "Voer Productnaam In",
|
|||
|
|
"Product Category": "Productcategorie",
|
|||
|
|
"Product Unit": "Producteenheid",
|
|||
|
|
"Product Code": "Productcode",
|
|||
|
|
"Enter Product Code": "Voer Productcode In",
|
|||
|
|
"Stock": "Voorraad",
|
|||
|
|
"Enter stock qty": "Voer voorraadhoeveelheid in",
|
|||
|
|
"Purchase Price": "Aankoopprijs",
|
|||
|
|
"Enter purchase price": "Voer aankoopprijs in",
|
|||
|
|
"Sale Price": "Verkoopprijs",
|
|||
|
|
"Enter sale price": "Voer verkoopprijs in",
|
|||
|
|
"Wholesale Price": "Groothandelsprijs",
|
|||
|
|
"Enter wholesale price": "Voer groothandelsprijs in",
|
|||
|
|
"Dealer Price": "Dealerprijs",
|
|||
|
|
"Enter dealer price": "Voer dealerprijs in",
|
|||
|
|
"Manufacturer": "Fabrikant",
|
|||
|
|
"Enter manufacturer name": "Voer fabrikantnaam in",
|
|||
|
|
"Edit Product": "Bewerk Product",
|
|||
|
|
"Product Brand": "Productmerk",
|
|||
|
|
"Purchase price": "Aankoopprijs",
|
|||
|
|
"Sale price": "Verkoopprijs",
|
|||
|
|
"Pos Sale": "POS Verkoop",
|
|||
|
|
"Invoice no": "Factuurnummer",
|
|||
|
|
"Invoice No": "Factuurnummer",
|
|||
|
|
"Items": "Artikelen",
|
|||
|
|
"Qty": "Hoeveelheid",
|
|||
|
|
"Sub Total": "Subtotaal",
|
|||
|
|
"Purchase return Amount ": "Aankoop retourbedrag",
|
|||
|
|
"Confirm Return": "Bevestig Retour",
|
|||
|
|
"Purchase Return List": "Aankoop Retour Lijst",
|
|||
|
|
"Return Date": "Retourdatum",
|
|||
|
|
"Return Amount": "Retourbedrag",
|
|||
|
|
"Return Qty": "Retourhoeveelheid",
|
|||
|
|
"Brand list": "Merkenlijst",
|
|||
|
|
"0": "0",
|
|||
|
|
"Quick Action": "Snelle Actie",
|
|||
|
|
"Today Purchase": "Vandaag Aankoop",
|
|||
|
|
"Calculator": "Rekenmachine",
|
|||
|
|
"Select Supplier": "Selecteer Leverancier",
|
|||
|
|
"Receive Amount": "Ontvang Bedrag",
|
|||
|
|
"Search product...": "Zoek product...",
|
|||
|
|
"Due: ": "Vervaldatum: ",
|
|||
|
|
"Party Name": "Partij Naam",
|
|||
|
|
"Discount": "Korting",
|
|||
|
|
"Payment": "Betaling",
|
|||
|
|
"INVOICE": "FACTUUR",
|
|||
|
|
"Sells By": "Verkocht Door",
|
|||
|
|
"Quantity": "Hoeveelheid",
|
|||
|
|
"Unit Price": "Eenheidsprijs",
|
|||
|
|
"Total Price": "Totale Prijs",
|
|||
|
|
"Item": "Artikel",
|
|||
|
|
"Paid by": "Betaald door",
|
|||
|
|
"Subtotal": "Subtotaal",
|
|||
|
|
"Customer Signature": "Handtekening Klant",
|
|||
|
|
"Authorized Signature": "Handtekening Bevoegd Persoon",
|
|||
|
|
"Add Items": "Voeg Items Toe",
|
|||
|
|
"Enter Quantity": "Voer Hoeveelheid In",
|
|||
|
|
"Enter Purchase Price": "Voer Aankoopprijs In",
|
|||
|
|
"Sales Price": "Verkoopprijs",
|
|||
|
|
"Enter Sales Price": "Voer Verkoopprijs In",
|
|||
|
|
"WholeSale Price": "Groothandelsprijs",
|
|||
|
|
"Enter WholeSale Price": "Voer Groothandelsprijs In",
|
|||
|
|
"Enter Dealer Price": "Voer Dealerprijs In",
|
|||
|
|
"Customer Due Reports": "Klant Vervaldatum Rapporten",
|
|||
|
|
"Customer Due List": "Klant Vervaldatum Lijst",
|
|||
|
|
"Expense Reports": "Uitgaven Rapporten",
|
|||
|
|
"Expense Report List": "Uitgaven Rapporten Lijst",
|
|||
|
|
"Income For": "Inkomen Voor",
|
|||
|
|
"Income Reports": "Inkomen Rapporten",
|
|||
|
|
"Income Report List": "Inkomen Rapporten Lijst",
|
|||
|
|
"Loss Profit Reports": "Verlies Winst Rapporten",
|
|||
|
|
"From Date": "Vanaf Datum",
|
|||
|
|
"To Date": "Tot Datum",
|
|||
|
|
"Loss Profit Report List": "Verlies Winst Rapporten Lijst",
|
|||
|
|
"Discount Amount": "Korting Bedrag",
|
|||
|
|
"Sale Date": "Verkoopdatum",
|
|||
|
|
"Purchase Report List": "Aankoop Rapporten Lijst",
|
|||
|
|
"Purchase Reports": "Aankoop Rapporten",
|
|||
|
|
"Purchase Return Report List": "Aankoop Retour Rapporten Lijst",
|
|||
|
|
"Purchase Return Reports": "Aankoop Retour Rapporten",
|
|||
|
|
"Sales Report List": "Verkoop Rapporten Lijst",
|
|||
|
|
"Sale Reports": "Verkoop Rapporten",
|
|||
|
|
"Sale Return Report": "Verkoop Retour Rapport",
|
|||
|
|
"Sale Return Reports": "Verkoop Retour Rapporten",
|
|||
|
|
"Sale Return Report List": "Verkoop Retour Rapporten Lijst",
|
|||
|
|
"Cost": "Kosten",
|
|||
|
|
"Stock Value": "Voorraadwaarde",
|
|||
|
|
"Stock Report List": "Voorraad Rapporten Lijst",
|
|||
|
|
"Stock Reports": "Voorraad Rapporten",
|
|||
|
|
"Total Quantity": "Totale Hoeveelheid",
|
|||
|
|
"Total Stock Value": "Totale Voorraadwaarde",
|
|||
|
|
"Supplier Due Reports": "Leverancier Vervaldatum Rapporten",
|
|||
|
|
"Supplier Due List": "Leverancier Vervaldatum Lijst",
|
|||
|
|
"Profile Edit": "Profiel Bewerken",
|
|||
|
|
"Parties": "Partijen",
|
|||
|
|
"Sales List": "Verkoop Lijst",
|
|||
|
|
"User Title": "Gebruiker Titel",
|
|||
|
|
"Enter user title": "Voer Gebruiker Titel In",
|
|||
|
|
"Email Address": "E-mailadres",
|
|||
|
|
"Edit User Role": "Bewerk Gebruikersrol",
|
|||
|
|
"Add User Role": "Voeg Gebruikersrol Toe",
|
|||
|
|
"Sale return Amount ": "Verkoop retourbedrag",
|
|||
|
|
"Sales Return List": "Verkoop Retour Lijst",
|
|||
|
|
"Select Customer": "Selecteer Klant",
|
|||
|
|
"Guest": "Gast",
|
|||
|
|
"Enter Customer Phone Number": "Voer Klant Telefoonnummer In",
|
|||
|
|
"Type note...": "Typ aantekening...",
|
|||
|
|
"Sales Return": "Verkoop Retour",
|
|||
|
|
"Purchases Return": "Aankoop Retour",
|
|||
|
|
"Add Vat": "Voeg BTW Toe",
|
|||
|
|
"Tax": "Belasting",
|
|||
|
|
"Apply": "Toepassen",
|
|||
|
|
"Select a category": "Selecteer een categorie",
|
|||
|
|
"Company And Business Name": "Bedrijfsnaam",
|
|||
|
|
"Enter Phone": "Voer Telefoonnummer In",
|
|||
|
|
"Logo": "Logo",
|
|||
|
|
"Invoice Logo": "Factuur Logo",
|
|||
|
|
"Purchase Plan": "Aankoop Plan",
|
|||
|
|
"Days": "Dagen",
|
|||
|
|
"Already Subscribed": "Reeds Geabonneerd",
|
|||
|
|
"Buy Now": "Koop Nu",
|
|||
|
|
"Create Unit": "Maak Eenheid",
|
|||
|
|
"Unit Name": "Eenheid Naam",
|
|||
|
|
"Enter Unit Name": "Voer Eenheid Naam In",
|
|||
|
|
"Unit List": "Eenheid Lijst",
|
|||
|
|
"Add new Unit": "Voeg nieuwe Eenheid Toe",
|
|||
|
|
"Overall Reports": "Algemene Rapporten",
|
|||
|
|
"Revenue Statistic": "Omzetstatistiek",
|
|||
|
|
"Today Sales": "Vandaag Verkoop",
|
|||
|
|
"Change Amount": "Verander Bedrag",
|
|||
|
|
"Vat": "BTW",
|
|||
|
|
"Save Product": "Sla Product Op",
|
|||
|
|
"Product": "Product",
|
|||
|
|
"Category created successfully": "Categorie succesvol aangemaakt",
|
|||
|
|
"Category updated successfully": "Categorie succesvol bijgewerkt",
|
|||
|
|
"Category deleted successfully": "Categorie succesvol verwijderd",
|
|||
|
|
"Selected Category deleted successfully": "Geselecteerde categorie succesvol verwijderd",
|
|||
|
|
"Something went wrong!": "Er ging iets mis!",
|
|||
|
|
"Brand created cuccessfully": "Merk succesvol aangemaakt",
|
|||
|
|
"Brand updated successfully": "Merk succesvol bijgewerkt",
|
|||
|
|
"Brand deleted successfully": "Merk succesvol verwijderd",
|
|||
|
|
"Selected Brands deleted successfully": "Geselecteerde merken succesvol verwijderd",
|
|||
|
|
"Something went wrong.": "Er was iets mis.",
|
|||
|
|
"Default currency activated successfully": "Standaardvaluta succesvol geactiveerd",
|
|||
|
|
"Failed to set default currency. Please try again.": "Het is niet gelukt om de standaardvaluta in te stellen. Probeer het opnieuw.",
|
|||
|
|
"Collect Due saved successfully": "Verzameling van verschuldigde bedragen succesvol opgeslagen",
|
|||
|
|
"Expense Category saved successfully.": "Kostenrubriek succesvol opgeslagen.",
|
|||
|
|
"Expense Category updated successfully.": "Kostenrubriek succesvol bijgewerkt.",
|
|||
|
|
"Expense Category deleted successfully": "Kostenrubriek succesvol verwijderd",
|
|||
|
|
"Selected item deleted successfully.": "Geselecteerd item succesvol verwijderd.",
|
|||
|
|
"Expense saved successfully.": "Kosten succesvol opgeslagen.",
|
|||
|
|
"Expense updated successfully.": "Kosten succesvol bijgewerkt.",
|
|||
|
|
"Expense deleted successfully": "Kosten succesvol verwijderd",
|
|||
|
|
"Selected Items deleted successfully.": "Geselecteerde items succesvol verwijderd.",
|
|||
|
|
"Income Category saved successfully.": "Inkomstenrubriek succesvol opgeslagen.",
|
|||
|
|
"Income Category updated successfully.": "Inkomstenrubriek succesvol bijgewerkt.",
|
|||
|
|
"Income Category deleted successfully": "Inkomstenrubriek succesvol verwijderd",
|
|||
|
|
"Income saved successfully.": "Inkomen succesvol opgeslagen.",
|
|||
|
|
"Income updated successfully.": "Inkomen succesvol bijgewerkt.",
|
|||
|
|
"Income deleted successfully": "Inkomen succesvol verwijderd",
|
|||
|
|
"Premission denied.": "Toegang geweigerd.",
|
|||
|
|
"Customer created successfully": "Klant succesvol aangemaakt",
|
|||
|
|
"Supplier created successfully": "Leverancier succesvol aangemaakt",
|
|||
|
|
"Supplier deleted successfully": "Leverancier succesvol verwijderd",
|
|||
|
|
"Customer deleted successfully": "Klant succesvol verwijderd",
|
|||
|
|
"Selected parties deleted successfully": "Geselecteerde partijen succesvol verwijderd",
|
|||
|
|
"Product saved successfully.": "Product succesvol opgeslagen.",
|
|||
|
|
"Data saved successfully.": "Gegevens succesvol opgeslagen.",
|
|||
|
|
"Product deleted successfully": "Product succesvol verwijderd",
|
|||
|
|
"Selected product deleted successfully": "Geselecteerd product succesvol verwijderd",
|
|||
|
|
"Cart is empty. Add items first!": "Winkelwagentje is leeg. Voeg eerst artikelen toe!",
|
|||
|
|
"Purchase created successfully.": "Aankoop succesvol aangemaakt.",
|
|||
|
|
"Somethings went wrong!": "Er ging iets mis!",
|
|||
|
|
"Purchase updated successfully.": "Aankoop succesvol bijgewerkt.",
|
|||
|
|
"Selected purchases deleted successfully.": "Geselecteerde aankopen succesvol verwijderd.",
|
|||
|
|
"Sales created successfully.": "Verkoop succesvol aangemaakt.",
|
|||
|
|
"You cannot sale in due for a walking customer.": "Je kunt geen verkoop doen op krediet voor een wandelende klant.",
|
|||
|
|
"Sales updated successfully.": "Verkoop succesvol bijgewerkt.",
|
|||
|
|
"Sale deleted successfully.": "Verkoop succesvol verwijderd.",
|
|||
|
|
"Selected sales deleted successfully.": "Geselecteerde verkopen succesvol verwijderd.",
|
|||
|
|
"Unit saved successfully": "Eenheid succesvol opgeslagen",
|
|||
|
|
"Unit updated successfully": "Eenheid succesvol bijgewerkt",
|
|||
|
|
"Units deleted successfully": "Eenheden succesvol verwijderd",
|
|||
|
|
"Unit deleted successfully": "Eenheid succesvol verwijderd",
|
|||
|
|
"Quantity and price updated successfully": "Hoeveelheid en prijs succesvol bijgewerkt",
|
|||
|
|
"Enter valid qty and price": "Voer een geldige hoeveelheid en prijs in",
|
|||
|
|
"Item not found in the cart": "Artikel niet gevonden in het winkelwagentje",
|
|||
|
|
"The cart does not contain this item": "Het winkelwagentje bevat dit artikel niet",
|
|||
|
|
"Item removed from cart": "Artikel uit het winkelwagentje verwijderd",
|
|||
|
|
"All cart removed successfully!": "Alle artikelen succesvol verwijderd uit het winkelwagentje!",
|
|||
|
|
"Current Password does not match with old password": "Huidig wachtwoord komt niet overeen met het oude wachtwoord",
|
|||
|
|
"Profile updated successfully": "Profiel succesvol bijgewerkt",
|
|||
|
|
"Purchase returned successfully.": "Aankoop succesvol geretourneerd.",
|
|||
|
|
"Business General Setting updated successfully": "Algemene bedrijfsinstellingen succesvol bijgewerkt",
|
|||
|
|
"User role created successfully": "Gebruikersrol succesvol aangemaakt",
|
|||
|
|
"User role updated successfully": "Gebruikersrol succesvol bijgewerkt",
|
|||
|
|
"User role deleted successfully": "Gebruikersrol succesvol verwijderd",
|
|||
|
|
"You have no permission to access.": "Je hebt geen toegang.",
|
|||
|
|
"Sale returned successfully.": "Verkoop succesvol geretourneerd.",
|
|||
|
|
"New subscription order successfully.": "Nieuwe abonnementsorder succesvol uitgevoerd.",
|
|||
|
|
|
|||
|
|
"Branch": "Filiaal",
|
|||
|
|
"Warehouse": "Magazijn",
|
|||
|
|
"Overview": "Overzicht",
|
|||
|
|
"Branch List": "Filiaal lijst",
|
|||
|
|
"Role & permissions": "Rol & machtigingen",
|
|||
|
|
"Warehouses List": "Magazijnen lijst",
|
|||
|
|
"Stock Qty": "Voorraad hoeveelheid",
|
|||
|
|
"Create Warehouse": "Magazijn aanmaken",
|
|||
|
|
"Enter phone": "Voer telefoonnummer in",
|
|||
|
|
"Enter email": "Voer e-mail in",
|
|||
|
|
"Enter address": "Voer adres in",
|
|||
|
|
"Enter name": "Voer naam in",
|
|||
|
|
"Edit Warehouse": "Magazijn bewerken",
|
|||
|
|
"Select Branch": "Selecteer filiaal",
|
|||
|
|
"Rack": "Rek",
|
|||
|
|
"Shelf": "Plank",
|
|||
|
|
"Statement": "Verklaring",
|
|||
|
|
"Expire Product": "Vervallen product",
|
|||
|
|
"Branch Wise Sales": "Filiaal gerelateerde verkoop",
|
|||
|
|
"Branch Wise Purchases": "Filiaal gerelateerde aankopen",
|
|||
|
|
"Employee Overview": "Medewerker overzicht",
|
|||
|
|
"Staffs": "Personeel",
|
|||
|
|
"Add new Branch": "Nieuw filiaal toevoegen",
|
|||
|
|
"Create Branch": "Filiaal aanmaken",
|
|||
|
|
"Opening Balance": "Beginbalans",
|
|||
|
|
"Enter balance": "Voer balans in",
|
|||
|
|
"Enter description": "Voer beschrijving in",
|
|||
|
|
"Edit Branch": "Filiaal bewerken",
|
|||
|
|
"Example": "Voorbeeld",
|
|||
|
|
"Acnoo": "Acnoo",
|
|||
|
|
"in this example": "in dit voorbeeld",
|
|||
|
|
"Previously, you didn’t have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "Voorheen had je geen filiaal sectie. Dus, wanneer je je eerste filiaal aanmaakt, wordt er automatisch een ander filiaal aangemaakt met de naam van je bedrijf/onderneming.",
|
|||
|
|
"when you create your first branch, another branch will automatically be created with the name": "wanneer je je eerste filiaal aanmaakt, wordt er automatisch een ander filiaal aangemaakt met de naam",
|
|||
|
|
"If your company/business name is": "Als je bedrijfsnaam is",
|
|||
|
|
"All your previous data will be assigned to the automatically created branch": "Al je eerdere gegevens worden toegewezen aan het automatisch aangemaakte filiaal",
|
|||
|
|
"You cannot delete the automatically created branch. This is because if a branch is deleted, it is removed from every section, making it impossible to filter branch data. Therefore, the automatically created branch cannot be deleted.": "Je kunt het automatisch aangemaakte filiaal niet verwijderen. Dit komt omdat als een filiaal wordt verwijderd, het uit elke sectie wordt verwijderd, waardoor het onmogelijk is om filiaalgegevens te filteren. Daarom kan het automatisch aangemaakte filiaal niet worden verwijderd.",
|
|||
|
|
"Role & Permission": "Rol & Machtiging",
|
|||
|
|
"Add Role": "Rol toevoegen",
|
|||
|
|
"Selected role deleted successfully": "Geselecteerde rol succesvol verwijderd",
|
|||
|
|
"Branch saved successfully.": "Filiaal succesvol opgeslagen.",
|
|||
|
|
"Branch updated successfully.": "Filiaal succesvol bijgewerkt.",
|
|||
|
|
"Selected branch deleted successfully": "Geselecteerde filiaal succesvol verwijderd",
|
|||
|
|
"Branch deleted successfully": "Filiaal succesvol verwijderd",
|
|||
|
|
"Warehouse saved successfully.": "Magazijn succesvol opgeslagen.",
|
|||
|
|
"Warehouse updated successfully.": "Magazijn succesvol bijgewerkt.",
|
|||
|
|
"Warehouse deleted successfully": "Magazijn succesvol verwijderd.",
|
|||
|
|
"Selected items deleted successfully.": "Geselecteerde items succesvol verwijderd.",
|
|||
|
|
"My Domains": "Mijn domeinen",
|
|||
|
|
"Domain List": "Domeinen lijst",
|
|||
|
|
"Domains": "Domeinen",
|
|||
|
|
"Domain Name": "Domeinnaam",
|
|||
|
|
"Is Verified": "Is geverifieerd",
|
|||
|
|
"Has SSL": "Heeft SSL",
|
|||
|
|
"Added on": "Toegevoegd op",
|
|||
|
|
"Add New Domain": "Nieuw domein toevoegen",
|
|||
|
|
"Domain Type": "Domeintype",
|
|||
|
|
"Addon Domain": "Addon domein",
|
|||
|
|
"Subdomain": "Subdomein",
|
|||
|
|
"Enter your domain name": "Voer je domeinnaam in",
|
|||
|
|
"row selected": "rij geselecteerd",
|
|||
|
|
"A new sub domain has been added.": "Een nieuw subdomein is toegevoegd.",
|
|||
|
|
"A new domain has been added.": "Een nieuw domein is toegevoegd.",
|
|||
|
|
"Domain deleted successfully": "Domein succesvol verwijderd",
|
|||
|
|
"Domains deleted successfully": "Domeinen succesvol verwijderd",
|
|||
|
|
"Domains List": "Domeinen lijst",
|
|||
|
|
"Get instruction": "Krijg instructie",
|
|||
|
|
"Accept": "Accepteren",
|
|||
|
|
"Pending": "In afwachting",
|
|||
|
|
"Why are you reject it?": "Waarom wijs je het af?",
|
|||
|
|
"Enter reason...": "Voer reden in...",
|
|||
|
|
"Submit": "Indienen",
|
|||
|
|
"Instructions": "Instructies",
|
|||
|
|
"cPanel Domain Setup Instructions": "cPanel domein installatie instructies",
|
|||
|
|
"Login to your": "Log in op je",
|
|||
|
|
"cPanel": "cPanel",
|
|||
|
|
"account": "account",
|
|||
|
|
"Go to": "Ga naar",
|
|||
|
|
"Domains → Addon Domains": "Domeinen → Addon Domeinen",
|
|||
|
|
"Enter your new domain": "Voer je nieuwe domein in",
|
|||
|
|
"Leave the auto-generated subdirectory and FTP as default": "Laat de automatisch gegenereerde subdirectory en FTP als standaard",
|
|||
|
|
"Click": "Klik",
|
|||
|
|
"Add Domain": "Domein toevoegen",
|
|||
|
|
"Update your domain’s DNS to point to your cPanel nameservers": "Werk de DNS van je domein bij om naar je cPanel nameservers te wijzen",
|
|||
|
|
"Tip": "Tip",
|
|||
|
|
"If you need SSL, go to": "Als je SSL nodig hebt, ga naar",
|
|||
|
|
"SSL/TLS": "SSL/TLS",
|
|||
|
|
"in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "in cPanel en verstrek een certificaat voor je nieuwe domein (Let’s Encrypt is gratis).",
|
|||
|
|
"Apache VPS Configuration": "Apache VPS Configuratie",
|
|||
|
|
"Apache Wildcard Domain Setup": "Apache Wildcard Domein Instelling",
|
|||
|
|
"Create a config file in": "Maak een configuratiebestand aan in",
|
|||
|
|
"How to Add a Domain in cPanel": "Hoe een domein toe te voegen in cPanel",
|
|||
|
|
"Enable the site and reload Apache": "Schakel de site in en herlaad Apache",
|
|||
|
|
"Always test config before reload": "Test altijd de configuratie voor herladen",
|
|||
|
|
"Replace": "Vervangen",
|
|||
|
|
"with your actual domain": "met je daadwerkelijke domein",
|
|||
|
|
"Ensure correct file permissions (chown/chmod)": "Zorg voor de juiste bestandsmachtigingen (chown/chmod)",
|
|||
|
|
"Use": "Gebruik",
|
|||
|
|
"Certbot": "Certbot",
|
|||
|
|
"for free SSL": "voor gratis SSL",
|
|||
|
|
"Nginx VPS Configuration": "Nginx VPS Configuratie",
|
|||
|
|
"Nginx Wildcard Domain Setup": "Nginx Wildcard Domein Instelling",
|
|||
|
|
"Enable the site and reload Nginx": "Schakel de site in en herlaad Nginx",
|
|||
|
|
"Important": "Belangrijk",
|
|||
|
|
"Ensure correct file permissions": "Zorg voor de juiste bestandsmachtigingen",
|
|||
|
|
"Domain updated successfully": "Domein succesvol bijgewerkt",
|
|||
|
|
"Domain": "Domein",
|
|||
|
|
"Domain has been rejected successfully.": "Domein is succesvol afgewezen.",
|
|||
|
|
"Domain has been approved successfully.": "Domein is succesvol goedgekeurd.",
|
|||
|
|
"Edit Domain": "Domein bewerken",
|
|||
|
|
"Deleted by user": "Verwijderd door gebruiker",
|
|||
|
|
|
|||
|
|
"Download Apk": "Download Apk",
|
|||
|
|
"SMS Marketing": "SMS Marketing",
|
|||
|
|
"Party Reports": "Partijrapporten",
|
|||
|
|
"HRM": "Personeelsbeheer",
|
|||
|
|
"Finance & Accounts": "Financiën & Rekening",
|
|||
|
|
"Transfer": "Overdracht",
|
|||
|
|
"Expired": "Verlopen",
|
|||
|
|
"Upgrade Now": "Nu upgraden",
|
|||
|
|
"No Active Plan": "Geen actief plan",
|
|||
|
|
"Please subscribe to a plan": "Abonneer u op een plan",
|
|||
|
|
"Invoice Wise Profit": "Factuurgewijze winst",
|
|||
|
|
"Company / Business Name": "Bedrijfsnaam",
|
|||
|
|
"Shop Opening Balance": "Beginbalans winkel",
|
|||
|
|
"Shop Remaining Balance": "Resterende balans winkel",
|
|||
|
|
"Plan Expire Date": "Vervaldatum van plan",
|
|||
|
|
"Enter Business Name": "Voer bedrijfsnaam in",
|
|||
|
|
"Enter your Name": "Voer uw naam in",
|
|||
|
|
"POS": "Verkooppunt",
|
|||
|
|
"Inventory": "Voorraad",
|
|||
|
|
"Shipping Charge": "Verzendkosten",
|
|||
|
|
"Rounding(+/-)": "Afronden (+/-)",
|
|||
|
|
"Create Customer": "Klant aanmaken",
|
|||
|
|
"Add Payment": "Betaling toevoegen",
|
|||
|
|
"Cheque": "Cheque",
|
|||
|
|
"Wallet": "Portemonnee",
|
|||
|
|
"Select Warehouse": "Selecteer magazijn",
|
|||
|
|
"Batch": "Batch",
|
|||
|
|
"Scan / search by code or name": "Scan / zoek op code of naam",
|
|||
|
|
"Show 20": "Toon - 20",
|
|||
|
|
"Show 500": "Toon - 500",
|
|||
|
|
"Yesterday": "Gisteren",
|
|||
|
|
"Last 30 Days": "Laatste 30 dagen",
|
|||
|
|
"Current Month": "Huidige maand",
|
|||
|
|
"Current Year": "Huidig jaar",
|
|||
|
|
"Custom Date": "Aangepaste datum",
|
|||
|
|
"View Payment": "Betaling bekijken",
|
|||
|
|
"Receipt No.": "Ontvangst nr.",
|
|||
|
|
"Inventory Sales": "Voorraadverkoop",
|
|||
|
|
"Flat": "Vast",
|
|||
|
|
"Percent (%)": "Percentage (%)",
|
|||
|
|
"Select Product": "Selecteer product",
|
|||
|
|
"Guarantee": "Garantie",
|
|||
|
|
"Warranty": "Waarborg",
|
|||
|
|
"Remarks": "Opmerkingen",
|
|||
|
|
"Sales Invoice": "Verkoopfactuur",
|
|||
|
|
"PDF": "PDF",
|
|||
|
|
"Print": "Afdrukken",
|
|||
|
|
"Sales By": "Verkocht door",
|
|||
|
|
"Sub-Total": "Subtotaal",
|
|||
|
|
"Net Payable": "Netto te betalen",
|
|||
|
|
"invoice": "factuur",
|
|||
|
|
"QTY": "Aantal",
|
|||
|
|
"U.Price": "Prijs per stuk",
|
|||
|
|
"Delivery charge": "Bezorgkosten",
|
|||
|
|
"Total Payable": "Totaal te betalen",
|
|||
|
|
"Total Return": "Totale retour",
|
|||
|
|
"Payable": "Te betalen",
|
|||
|
|
"Return Product": "Product retourneren",
|
|||
|
|
"Returned Item": "Geretourneerd item",
|
|||
|
|
"Total Return Amount": "Totale retourbedrag",
|
|||
|
|
"Add Purchase": "Aankoop toevoegen",
|
|||
|
|
"Returns List": "Retourlijst",
|
|||
|
|
"Partial Paid": "Gedeeltelijk betaald",
|
|||
|
|
"Bulk Upload": "Bulk upload",
|
|||
|
|
"Save & Published": "Opslaan & publiceren",
|
|||
|
|
"Product price, stock": "Productprijs, voorraad",
|
|||
|
|
"Combo Products": "Combinatieproducten",
|
|||
|
|
"Expired Products": "Verlopen producten",
|
|||
|
|
"Print Labels": "Labels afdrukken",
|
|||
|
|
"Model": "Model",
|
|||
|
|
"Variation": "Variatie",
|
|||
|
|
"Racks": "Rekken",
|
|||
|
|
"Shelfs": "Planken",
|
|||
|
|
"Product Image": "Productafbeelding",
|
|||
|
|
"Expire Date": "Vervaldatum",
|
|||
|
|
"Barcode Generate": "Barcode genereren",
|
|||
|
|
"Available Stock": "Beschikbare voorraad",
|
|||
|
|
"Qty / No of label": "Aantal / aantal labels",
|
|||
|
|
"Packing Date": "Verpakkingsdatum",
|
|||
|
|
"Information to show in labels": "Informatie om op labels te tonen",
|
|||
|
|
"Product Price": "Productprijs",
|
|||
|
|
"Print packing date": "Verpakkingsdatum afdrukken",
|
|||
|
|
"Show Price": "Prijs tonen",
|
|||
|
|
"Barcode Type *": "Barcodetype *",
|
|||
|
|
"Barcode Print Paper Setting": "Barcode printpapierinstelling",
|
|||
|
|
"Preview": "Voorbeeld",
|
|||
|
|
"Download File": "Bestand downloaden",
|
|||
|
|
"Field Name": "Veldnaam",
|
|||
|
|
"Add new Model": "Nieuw model toevoegen",
|
|||
|
|
"Model List": "Modellijst",
|
|||
|
|
"Model Name": "Modelnaam",
|
|||
|
|
"Create Model": "Model maken",
|
|||
|
|
"Variations List": "Variatielijst",
|
|||
|
|
"Values": "Waarden",
|
|||
|
|
"Edit Variation": "Variatie bewerken",
|
|||
|
|
"Rack List": "Rekkenlijst",
|
|||
|
|
"Add new rack": "Nieuw rek toevoegen",
|
|||
|
|
"Shelf List": "Plankenlijst",
|
|||
|
|
"Add shelf": "Plank toevoegen",
|
|||
|
|
"Edit shelf": "Plank bewerken",
|
|||
|
|
"Transfer List": "Overdrachtlijst",
|
|||
|
|
"From Branch": "Van filiaal",
|
|||
|
|
"To Branch": "Naar filiaal",
|
|||
|
|
"From Warehouse": "Van magazijn",
|
|||
|
|
"To Warehouse": "Naar magazijn",
|
|||
|
|
"Add New Transfer": "Nieuwe overdracht toevoegen",
|
|||
|
|
"Transfer Note": "Overdrachtsnotitie",
|
|||
|
|
"All Stock": "Alle voorraad",
|
|||
|
|
"Party Credit Limit": "Kredietlimiet partij",
|
|||
|
|
"Billing Address": "Factuuradres",
|
|||
|
|
"City": "Stad",
|
|||
|
|
"State": "Staat",
|
|||
|
|
"Zip Code": "Postcode",
|
|||
|
|
"Shipping Address": "Verzendadres",
|
|||
|
|
"Supplier Name": "Naam leverancier",
|
|||
|
|
"Vat List": "BTW-lijst",
|
|||
|
|
"Add New Vat": "Nieuwe BTW toevoegen",
|
|||
|
|
"Tax Setting": "Belastinginstelling",
|
|||
|
|
"Add New Vat Group": "Nieuwe BTW-groep toevoegen",
|
|||
|
|
"Vat Group List": "BTW-groepslijst",
|
|||
|
|
"Vat Group Name": "Naam BTW-groep",
|
|||
|
|
"Select vats": "Selecteer BTW's",
|
|||
|
|
"All List": "Alle lijsten",
|
|||
|
|
"Guest Due": "Te betalen door gast",
|
|||
|
|
"Retailer Due": "Te betalen door detailhandelaar",
|
|||
|
|
"Dealer Due": "Te betalen door dealer",
|
|||
|
|
"Wholesaler Due": "Te betalen door groothandelaar",
|
|||
|
|
"Guest Due List": "Lijst van gastenschulden",
|
|||
|
|
"Invoice Number": "Factuurnummer",
|
|||
|
|
"Bank Account": "Bankrekening",
|
|||
|
|
"Cash In Hand": "Contant geld",
|
|||
|
|
"Cheques": "Cheques",
|
|||
|
|
"Transactions": "Transacties",
|
|||
|
|
"Day Book": "Dagboek",
|
|||
|
|
"Cash Flow": "Kasstroom",
|
|||
|
|
"Bill Wise Profit": "Factuurgewijze winst",
|
|||
|
|
"Expenses": "Uitgaven",
|
|||
|
|
"Bank Accounts": "Bankrekeningen",
|
|||
|
|
"Deposit & Withdraws": "Stortingen & opnames",
|
|||
|
|
"Add Bank": "Bank toevoegen",
|
|||
|
|
"Account Name": "Rekeningnaam",
|
|||
|
|
"Account Number": "Rekeningnummer",
|
|||
|
|
"Bank Name": "Banknaam",
|
|||
|
|
"Branch Name": "Filiaalnaam",
|
|||
|
|
"Holder Name": "Naam houder",
|
|||
|
|
"Add New Bank": "Nieuwe bank toevoegen",
|
|||
|
|
"Account Display Name": "Weergavenaam rekening",
|
|||
|
|
"As of Date": "Per datum",
|
|||
|
|
"Routing Number": "Routingnummer",
|
|||
|
|
"UPI ID for QR Code": "UPI-ID voor QR-code",
|
|||
|
|
"Account Holder Name": "Naam rekeninghouder",
|
|||
|
|
"Add more fields": "Voeg meer velden toe",
|
|||
|
|
"Print Bank details on invoices": "Bankgegevens afdrukken op facturen",
|
|||
|
|
"Bank to Bank Transfer": "Bank-naar-bank overdracht",
|
|||
|
|
"Bank to Cash Transfer": "Bank-naar-contant overdracht",
|
|||
|
|
"Adjust Bank Balance": "Bankbalans aanpassen",
|
|||
|
|
"Adjust Cash": "Contant aanpassen",
|
|||
|
|
"Cash to Bank Transfer": "Contant-naar-bank overdracht",
|
|||
|
|
"From": "Van",
|
|||
|
|
"To": "Naar",
|
|||
|
|
"Transfer Date": "Overdrachtsdatum",
|
|||
|
|
"Cheques List": "Lijst van cheques",
|
|||
|
|
"Profit & Loss": "Winst & verlies",
|
|||
|
|
"Gross Profit": "Brutowinst",
|
|||
|
|
"Total Expenses": "Totale uitgaven",
|
|||
|
|
"Income Types": "Inkomsttypes",
|
|||
|
|
"Expenses Types": "Uitgavensoorten",
|
|||
|
|
"Net Profit": "Netto winst",
|
|||
|
|
"Money In": "Geld binnen",
|
|||
|
|
"Money Out": "Geld uit",
|
|||
|
|
"Transaction List": "Transactielijst",
|
|||
|
|
"Reference": "Referentie",
|
|||
|
|
"Transaction Type": "Transactietype",
|
|||
|
|
"Due Pay": "Te betalen",
|
|||
|
|
"Due Collect": "Te innen",
|
|||
|
|
"All Party": "Alle partijen",
|
|||
|
|
"Transaction By": "Transactie door",
|
|||
|
|
"Total :": "Totaal :",
|
|||
|
|
"Cash In": "Contant binnen",
|
|||
|
|
"Cash Out": "Contant uit",
|
|||
|
|
"Running Cash": "Lopend contant geld",
|
|||
|
|
"Bill Wise Profit List": "Factuurgewijze winstenlijst",
|
|||
|
|
"Sales Amount": "Verkoopbedrag",
|
|||
|
|
"Sale Amount": "Verkoopbedrag",
|
|||
|
|
"Create Expense Category": "Uitgavencategorie aanmaken",
|
|||
|
|
"Department": "Afdeling",
|
|||
|
|
"Designation": "Functie",
|
|||
|
|
"Shift": "Dienst",
|
|||
|
|
"Employee": "Werknemer",
|
|||
|
|
"Leave Request": "Verlofaanvraag",
|
|||
|
|
"Holiday": "Vakantie",
|
|||
|
|
"Attendance": "Aanwezigheid",
|
|||
|
|
"Payroll": "Loonlijst",
|
|||
|
|
"Department List": "Afdelingenlijst",
|
|||
|
|
"Add Department": "Afdeling toevoegen",
|
|||
|
|
"Create Department": "Afdeling aanmaken",
|
|||
|
|
"Designation List": "Functielijst",
|
|||
|
|
"Add Designation": "Functie toevoegen",
|
|||
|
|
"Create Designation": "Functie aanmaken",
|
|||
|
|
"Shift List": "Dienstlijst",
|
|||
|
|
|
|||
|
|
"Add new Shift": "Nieuwe dienst toevoegen",
|
|||
|
|
"Start Time": "Starttijd",
|
|||
|
|
"End Time": "Eindtijd",
|
|||
|
|
"Break Time": "Pauzetijd",
|
|||
|
|
"Break Duration": "Pauzeduur",
|
|||
|
|
"Create Shift": "Dienst aanmaken",
|
|||
|
|
"Select Name": "Selecteer naam",
|
|||
|
|
"Break Status": "Pauzestatus",
|
|||
|
|
"Start Break Time": "Pauze starttijd",
|
|||
|
|
"End Break Time": "Pauze eindtijd",
|
|||
|
|
"Employee List": "Werknemerslijst",
|
|||
|
|
"Add new Employee": "Nieuwe werknemer toevoegen",
|
|||
|
|
"shift": "Dienst",
|
|||
|
|
"Salary": "Salaris",
|
|||
|
|
"Gender": "Geslacht",
|
|||
|
|
"Birth Date": "Geboortedatum",
|
|||
|
|
"Join Date": "Datum van indiensttreding",
|
|||
|
|
"Leave Type": "Verloftype",
|
|||
|
|
"Leave": "Verlof",
|
|||
|
|
"Leave Type List": "Verloftypelijst",
|
|||
|
|
"Add Leave Type": "Verloftype toevoegen",
|
|||
|
|
"Create Leave Type": "Verloftype aanmaken",
|
|||
|
|
"Leave List": "Verloflijst",
|
|||
|
|
"Add new Leave": "Nieuw verlof toevoegen",
|
|||
|
|
"Month": "Maand",
|
|||
|
|
"Start Date": "Startdatum",
|
|||
|
|
"End Date": "Einddatum",
|
|||
|
|
"Leave Duration": "Verlofdduur",
|
|||
|
|
"Select employee": "Selecteer werknemer",
|
|||
|
|
"All month": "Alle maanden",
|
|||
|
|
"Create Leave": "Verlof aanmaken",
|
|||
|
|
"Holiday List": "Vakantielijst",
|
|||
|
|
"Add new Holiday": "Nieuwe vakantie toevoegen",
|
|||
|
|
"Create Holiday": "Vakantie aanmaken",
|
|||
|
|
"Tax Report": "Belastingrapport",
|
|||
|
|
"Profit Loss": "Winst & verlies",
|
|||
|
|
"Due Transaction": "Openstaande transacties",
|
|||
|
|
"Subscription Report": "Abonnementsrapport",
|
|||
|
|
"Product Profit/Loss": "Product winst/verlies",
|
|||
|
|
"Top 5 Customer": "Top 5 klanten",
|
|||
|
|
"Top 5 Supplier": "Top 5 leveranciers",
|
|||
|
|
"Top 5 Product": "Top 5 producten",
|
|||
|
|
"Combo Product": "Combinatieproduct",
|
|||
|
|
"Discount Product": "Product met korting",
|
|||
|
|
"Product Wise Purchase": "Aankoop per product",
|
|||
|
|
"Product Wise Sale": "Verkoop per product",
|
|||
|
|
"Expired Product": "Verlopen product",
|
|||
|
|
"Customer Ledger": "Klantenrekening",
|
|||
|
|
"Supplier Ledger": "Leveranciersrekening",
|
|||
|
|
"Party Loss/Profit": "Partij verlies/winst",
|
|||
|
|
"SMS Template": "SMS-sjabloon",
|
|||
|
|
"Android Gateway": "Android gateway",
|
|||
|
|
"API Gateway": "API gateway",
|
|||
|
|
"Balance Sheet": "Balans",
|
|||
|
|
"All Due": "Alle openstaande",
|
|||
|
|
"Attendance List": "Aanwezigheidslijst",
|
|||
|
|
"Add new Attendance": "Nieuwe aanwezigheid toevoegen",
|
|||
|
|
"Time In": "Tijd in",
|
|||
|
|
"Time Out": "Tijd uit",
|
|||
|
|
"Payroll List": "Loonlijst",
|
|||
|
|
"Add new Payroll": "Nieuwe loonlijst toevoegen",
|
|||
|
|
"Payment Year": "Betalingsjaar",
|
|||
|
|
"Receipt No": "Ontvangstnr.",
|
|||
|
|
"date": "Datum",
|
|||
|
|
"Attendance Report": "Aanwezigheidsrapport",
|
|||
|
|
"Payroll Report": "Loonrapport",
|
|||
|
|
"Slip No": "Slipnr.",
|
|||
|
|
"Leave Report": "Verlofrapport",
|
|||
|
|
"Total Sale": "Totale verkoop",
|
|||
|
|
"Total Sale Return": "Totale verkoop retour",
|
|||
|
|
"Total Purchase Return": "Totale aankoop retour",
|
|||
|
|
"Tax Report List": "Belastingrapportlijst",
|
|||
|
|
"Payment Method": "Betalingsmethode",
|
|||
|
|
"Loss/Profit Report Details": "Verlies/winst rapportdetails",
|
|||
|
|
"Opening Stock": "Beginvoorraad",
|
|||
|
|
"(By purchase price)": "(Op basis van aankoopprijs)",
|
|||
|
|
"(By sale price)": "(Op basis van verkoopprijs)",
|
|||
|
|
"Total purchase:": "Totale aankoop:",
|
|||
|
|
"Total purchase shipping charge:": "Totale verzendkosten aankoop:",
|
|||
|
|
"Total Sell discount:": "Totale verkoopkorting:",
|
|||
|
|
"Total Sell Return:": "Totale verkoop retour:",
|
|||
|
|
"Closing stock": "Eindvoorraad",
|
|||
|
|
"Total Sales:": "Totale verkoop:",
|
|||
|
|
"Total sell shipping charge:": "Totale verzendkosten verkoop:",
|
|||
|
|
"Total Purchase Return:": "Totale aankoop retour:",
|
|||
|
|
"Total Purchase discount:": "Totale aankoopkorting:",
|
|||
|
|
"Total sell round off:": "Totale verkoop afronden:",
|
|||
|
|
"Credit Limit": "Kredietlimiet",
|
|||
|
|
"Due Collection Transactions": "Openstaande incasso transacties",
|
|||
|
|
"Pay Due Amount": "Openstaand bedrag betalen",
|
|||
|
|
"Top 5 Customers": "Top 5 klanten",
|
|||
|
|
"Top 5 Suppliers": "Top 5 leveranciers",
|
|||
|
|
"Total Purchases": "Totale aankopen",
|
|||
|
|
"Top 5 Products": "Top 5 producten",
|
|||
|
|
"Cost Price": "Kostprijs",
|
|||
|
|
"Sales price": "Verkoopprijs",
|
|||
|
|
"Product Wise Discount": "Korting per product",
|
|||
|
|
"Product Purchases": "Productaankopen",
|
|||
|
|
"Purchase QTY": "Aankoop hoeveelheid",
|
|||
|
|
"Product Sales": "Productverkoop",
|
|||
|
|
"Sale QTY": "Verkoop hoeveelheid",
|
|||
|
|
"Total Sale Due": "Totale openstaande verkoop",
|
|||
|
|
"Total Purchase Due": "Totale openstaande aankoop",
|
|||
|
|
"Party Wise Loss & Profit": "Partijgewijze verlies & winst",
|
|||
|
|
"Gateway List": "Gateway lijst",
|
|||
|
|
"Gateway ID.": "Gateway ID",
|
|||
|
|
"Gateway Type": "Gateway type",
|
|||
|
|
"Device List": "Apparaatlijst",
|
|||
|
|
"Add Device": "Apparaat toevoegen",
|
|||
|
|
"Device ID": "Apparaat-ID",
|
|||
|
|
"Device Version": "Apparaatversie",
|
|||
|
|
"App Version": "App-versie",
|
|||
|
|
"Total Messages": "Totaal berichten",
|
|||
|
|
"Created Date": "Aanmaakdatum",
|
|||
|
|
"All Settings": "Alle instellingen",
|
|||
|
|
"General": "Algemeen",
|
|||
|
|
"Invoice Print": "Factuur printen",
|
|||
|
|
"Currencies Settings": "Valutainstellingen",
|
|||
|
|
"SMS Gateway Settings": "SMS gateway instellingen",
|
|||
|
|
"Languages Settings": "Taalinstellingen",
|
|||
|
|
"Add, Edit, Update, Delete Languages.": "Talen toevoegen, bewerken, bijwerken en verwijderen.",
|
|||
|
|
"Configure the fundamental information of the site.": "Configureer de basisinformatie van de site.",
|
|||
|
|
"Control and configure overall notification systems": "Beheer en configureer alle notificatiesystemen",
|
|||
|
|
"View and update currency settings": "Valutainstellingen bekijken en bijwerken",
|
|||
|
|
"Add new users, Provide role and Permission": "Nieuwe gebruikers toevoegen, rol en machtigingen toewijzen",
|
|||
|
|
"View and update gateway settings": "Gateway-instellingen bekijken en bijwerken",
|
|||
|
|
"VAT/GST Title": "BTW/GST titel",
|
|||
|
|
"VAT/GST Number": "BTW/GST nummer",
|
|||
|
|
"Sale Rounding Option": "Verkoop afrondingsoptie",
|
|||
|
|
"Product Profit Option": "Productwinstoptie",
|
|||
|
|
"Post Sale Message": "Bericht na verkoop",
|
|||
|
|
"Invoice Note Label": "Factuurnoot label",
|
|||
|
|
"Invoice Note": "Factuurnoot",
|
|||
|
|
"Warranty Void Label": "Garantie nietig label",
|
|||
|
|
"Warranty Void": "Garantie nietig",
|
|||
|
|
"A4 Page Invoice Logo": "A4 pagina factuurlogo",
|
|||
|
|
"Thermal Invoice Logo": "Thermaal factuurlogo",
|
|||
|
|
"Invoice Scanner Logo": "Factuurscanner logo",
|
|||
|
|
"Select SMS Gateway": "Selecteer SMS gateway",
|
|||
|
|
"Language Settings": "Taalinstellingen",
|
|||
|
|
"Locale": "Locale",
|
|||
|
|
|
|||
|
|
"Flag": "Vlag",
|
|||
|
|
"Add New Language": "Nieuwe taal toevoegen",
|
|||
|
|
"Is Active": "Actief",
|
|||
|
|
"Is Default": "Standaard",
|
|||
|
|
"Product Settings": "Productinstellingen",
|
|||
|
|
"Currency Setting": "Valutainstelling",
|
|||
|
|
"Select Currency": "Selecteer valuta",
|
|||
|
|
"Total Assets": "Totale activa",
|
|||
|
|
"Liabilities": "Verplichtingen",
|
|||
|
|
"Assets": "Activa",
|
|||
|
|
"Payment In": "Betaling binnen",
|
|||
|
|
"Equities & Liabilities": "Eigen vermogen & verplichtingen",
|
|||
|
|
"Create Supplier": "Leverancier aanmaken",
|
|||
|
|
"Batch No.": "Batchnummer",
|
|||
|
|
"Cost exc. tax": "Kosten exclusief belasting",
|
|||
|
|
"Cost inc. tax": "Kosten inclusief belasting",
|
|||
|
|
"Wholesale": "Groothandelsprijs",
|
|||
|
|
"View Combo Product": "Bekijk combinatieproduct",
|
|||
|
|
"Add new Transfer": "Nieuwe overdracht toevoegen",
|
|||
|
|
"Stock Values": "Voorraadwaarden",
|
|||
|
|
"Drag & drop your Image": "Sleep & zet uw afbeelding neer",
|
|||
|
|
"Browse": "Bladeren",
|
|||
|
|
"Address line 1": "Adresregel 1",
|
|||
|
|
"Add Vat Rate": "BTW-tarief toevoegen",
|
|||
|
|
"Rate": "Tarief",
|
|||
|
|
"Pay Due": "Openstaand bedrag betalen",
|
|||
|
|
"Apply Month": "Maand toepassen",
|
|||
|
|
"Create Attendance": "Aanwezigheid aanmaken",
|
|||
|
|
"Create Payroll": "Loonlijst aanmaken",
|
|||
|
|
"Purchase Date": "Aankoopdatum",
|
|||
|
|
"Payment Reminder": "Betalingsherinnering",
|
|||
|
|
"New Sale": "Nieuwe verkoop",
|
|||
|
|
"Payment Received": "Betaling ontvangen",
|
|||
|
|
"Payment Paid": "Betaling voldaan",
|
|||
|
|
"SMS Body": "SMS-tekst",
|
|||
|
|
"Available Tags": "Beschikbare tags",
|
|||
|
|
"Enable SMS Notification": "SMS-melding inschakelen",
|
|||
|
|
"Business Phone": "Bedrijfstelefoon",
|
|||
|
|
"Add Gateway": "Gateway toevoegen",
|
|||
|
|
"Add New Device": "Nieuw apparaat toevoegen",
|
|||
|
|
"To add your device to the system, follow these steps:": "Om uw apparaat aan het systeem toe te voegen, volgt u deze stappen:",
|
|||
|
|
"Get the latest version of the App from this": "Haal de nieuwste versie van de app van deze",
|
|||
|
|
"link": "link",
|
|||
|
|
"and install the app on your device.": "en installeer de app op uw apparaat.",
|
|||
|
|
"Step 01": "Stap 01",
|
|||
|
|
"Step 02": "Stap 02",
|
|||
|
|
"Step 03": "Stap 03",
|
|||
|
|
"After installing the app, locate the QR code provided at the top of the screen. Open the app and grant all requested permissions when prompted. On the login screen, select \"Login with QR code\" and scan the QR code": "Na installatie van de app, zoek de QR-code bovenaan het scherm. Open de app en geef alle gevraagde toestemmingen. Selecteer op het inlogscherm \"Inloggen met QR-code\" en scan de QR-code",
|
|||
|
|
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "Uw Android-telefoon is nu verbonden met het systeem. Herlaad deze pagina om uw nieuwe apparaat te zien.",
|
|||
|
|
"View and update gateway settings.": "Bekijk en werk gateway-instellingen bij.",
|
|||
|
|
"Product Stock": "Productvoorraad",
|
|||
|
|
"Model No": "Modelnummer",
|
|||
|
|
"Product Manufacturer": "Productfabrikant",
|
|||
|
|
"Low Stock Alert": "Laag voorraadwaarschuwing",
|
|||
|
|
"VAT ID": "BTW-ID",
|
|||
|
|
"VAT Type": "BTW-type",
|
|||
|
|
"Exclusive Price": "Exclusieve prijs",
|
|||
|
|
"Inclusive Price": "Inclusieve prijs",
|
|||
|
|
"Profit Percent": "Winstpercentage",
|
|||
|
|
"Serial": "Serie",
|
|||
|
|
"MRP/PRICE": "MRP/Prijs",
|
|||
|
|
"MRP": "MRP",
|
|||
|
|
"Batch Tracking": "Batchtracking",
|
|||
|
|
"Batch No": "Batchnummer",
|
|||
|
|
"Expiry Date": "Vervaldatum",
|
|||
|
|
"Mfg Date": "Productiedatum",
|
|||
|
|
"Product Type": "Producttype",
|
|||
|
|
"Single": "Enkel",
|
|||
|
|
"Variant": "Variant",
|
|||
|
|
"Combo": "Combinatie",
|
|||
|
|
"Guest Due Sale": "Openstaande verkoop gast",
|
|||
|
|
"Product Discount": "Productkorting",
|
|||
|
|
"Add Product Settings": "Productinstellingen toevoegen",
|
|||
|
|
"Additional Product Field": "Extra productveld",
|
|||
|
|
"Purchase Setting": "Aankoopinstellingen",
|
|||
|
|
"Sale Setting": "Verkoopinstellingen",
|
|||
|
|
"Profit & Loss Details": "Winst- & verliesdetails",
|
|||
|
|
"Product Profit & Loss": "Product winst & verlies",
|
|||
|
|
"Customer List": "Klantenlijst",
|
|||
|
|
"Supplier List": "Leverancierslijst",
|
|||
|
|
":type List": ":type lijst",
|
|||
|
|
"Add new :type": "Nieuwe :type toevoegen",
|
|||
|
|
"Edit :type": ":type bewerken",
|
|||
|
|
"Edit Supplier": "Leverancier bewerken",
|
|||
|
|
"Edit Customer": "Klant bewerken",
|
|||
|
|
"(PNG & JPG)": "(PNG & JPG)",
|
|||
|
|
"Vat groups (Combination of multiple vats)": "BTW-groepen (combinatie van meerdere BTW's)",
|
|||
|
|
"Send": "Verzenden",
|
|||
|
|
|
|||
|
|
"1.": "1.",
|
|||
|
|
"2.": "2.",
|
|||
|
|
"3.": "3.",
|
|||
|
|
"4.": "4.",
|
|||
|
|
"5.": "5.",
|
|||
|
|
"6.": "6.",
|
|||
|
|
"7.": "7.",
|
|||
|
|
"8.": "8.",
|
|||
|
|
"9.": "9.",
|
|||
|
|
"10.": "10.",
|
|||
|
|
"11.": "11.",
|
|||
|
|
"12.": "12.",
|
|||
|
|
"13.": "13.",
|
|||
|
|
"14.": "14.",
|
|||
|
|
"15.": "15.",
|
|||
|
|
"16.": "16.",
|
|||
|
|
"17.": "17.",
|
|||
|
|
"18.": "18.",
|
|||
|
|
"19.": "19.",
|
|||
|
|
"20.": "20.",
|
|||
|
|
"21.": "21.",
|
|||
|
|
"Please follow the instructions below to upload your file.": "Volg de onderstaande instructies om uw bestand te uploaden.",
|
|||
|
|
"Download the sample file first and add all your products to it.": "Download eerst het voorbeeldbestand en voeg al uw producten toe.",
|
|||
|
|
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "Geeft een verplicht veld aan. Als u de verplichte velden niet invult, zal het systeem het product negeren.",
|
|||
|
|
"After adding all your products, please save the file and then upload the updated version.": "Sla het bestand op nadat u alle producten heeft toegevoegd en upload vervolgens de bijgewerkte versie.",
|
|||
|
|
"The name of the product you are adding": "De naam van het product dat u toevoegt",
|
|||
|
|
"e.g.,": "bijv.,",
|
|||
|
|
"Banana": "Banaan",
|
|||
|
|
"Stock Quantity": "Voorraadhoeveelheid",
|
|||
|
|
"Sale Price (MRP)": "Verkoopprijs (MRP)",
|
|||
|
|
"VAT Name": "BTW-naam",
|
|||
|
|
"VAT (%)": "BTW (%)",
|
|||
|
|
"Low Stock Qty": "Minimum voorraad",
|
|||
|
|
"Manufacturing Date": "Productiedatum",
|
|||
|
|
"Variations": "Variaties",
|
|||
|
|
"The category under which the product falls": "De categorie waaronder het product valt",
|
|||
|
|
"Beverages, Electronics": "Dranken, Elektronica",
|
|||
|
|
"The measurement unit used for the product": "De meeteenheid die voor het product wordt gebruikt",
|
|||
|
|
"Piece, Kg, Litre": "Stuk, Kg, Liter",
|
|||
|
|
"If not found, a new unit will be created automatically.": "Indien niet gevonden, wordt er automatisch een nieuwe eenheid aangemaakt.",
|
|||
|
|
"The brand associated with the product": "Het merk dat aan het product is gekoppeld",
|
|||
|
|
"Samsung, Nestlé": "Samsung, Nestlé",
|
|||
|
|
"If not found, the system will create it automatically.": "Indien niet gevonden, zal het systeem deze automatisch aanmaken.",
|
|||
|
|
"The available quantity of the product currently in stock.": "De momenteel beschikbare hoeveelheid van het product in voorraad.",
|
|||
|
|
"A unique identifier for the product": "Een unieke identificatie voor het product",
|
|||
|
|
"SKU001": "SKU001",
|
|||
|
|
"Product codes must be unique — duplicate codes will be ignored.": "Productcodes moeten uniek zijn — dubbele codes worden genegeerd.",
|
|||
|
|
"The cost price of the product excluding VAT.": "De kostprijs van het product exclusief BTW.",
|
|||
|
|
"The selling price or maximum retail price for the product.": "De verkoopprijs of maximale detailhandelsprijs van het product.",
|
|||
|
|
"Special discounted price for bulk resellers or dealers.": "Speciaal kortingsprijs voor groothandels of dealers.",
|
|||
|
|
"The price offered for wholesale buyers, usually lower than MRP.": "Prijs voor groothandelskopers, meestal lager dan MRP.",
|
|||
|
|
"If not found, the system will automatically create a new category.": "Indien niet gevonden, maakt het systeem automatisch een nieuwe categorie aan.",
|
|||
|
|
"The VAT name applied to the product.": "De op het product toegepaste BTW-naam.",
|
|||
|
|
"If the system doesn’t find it, it will create a new VAT with the provided rate.": "Indien het systeem het niet vindt, zal het een nieuwe BTW aanmaken met het opgegeven tarief.",
|
|||
|
|
"The VAT rate as a percentage": "Het BTW-tarief in procenten",
|
|||
|
|
"15": "15",
|
|||
|
|
"Define whether the VAT is": "Bepaal of de BTW",
|
|||
|
|
"exclusive": "exclusief",
|
|||
|
|
"or": "of",
|
|||
|
|
"inclusive": "inclusief",
|
|||
|
|
"in the price.": "in de prijs.",
|
|||
|
|
"The minimum stock quantity to trigger a low-stock alert.": "De minimale voorraadhoeveelheid om een laagvoorraadwaarschuwing te activeren.",
|
|||
|
|
"Name of the product manufacturer or supplier.": "Naam van de productfabrikant of leverancier.",
|
|||
|
|
"Expiry date for perishable products": "Vervaldatum voor bederfelijke producten",
|
|||
|
|
"format:": "formaat:",
|
|||
|
|
"YYYY-MM-DD": "JJJJ-MM-DD",
|
|||
|
|
"Batch or lot number used to identify stock batches.": "Batch- of lotnummer gebruikt om voorraadbatches te identificeren.",
|
|||
|
|
"The model of the product": "Het model van het product",
|
|||
|
|
"iPhone 15": "iPhone 15",
|
|||
|
|
"Date the product was manufactured": "Datum waarop het product is vervaardigd",
|
|||
|
|
"Define whether the product is": "Bepaal of het product",
|
|||
|
|
"single": "enkel",
|
|||
|
|
"variant": "variant",
|
|||
|
|
"for products with multiple variations like size or color.": "voor producten met meerdere variaties zoals maat of kleur.",
|
|||
|
|
"This column defines all variations for variant products.": "Deze kolom definieert alle variaties voor variantproducten.",
|
|||
|
|
"Use the format:": "Gebruik het formaat:",
|
|||
|
|
"VariationName:Value": "Variatienaam:Waarde",
|
|||
|
|
"separated by a": "gescheiden door een",
|
|||
|
|
"for multiple values.": "voor meerdere waarden.",
|
|||
|
|
"Example:": "Voorbeeld:",
|
|||
|
|
"Color:Black|Size:M": "Kleur:Zwart|Maat:M",
|
|||
|
|
"➤ The system will:": "➤ Het systeem zal:",
|
|||
|
|
"Create or match existing variations dynamically.": "Bestaande variaties dynamisch maken of koppelen.",
|
|||
|
|
"Store selected variation IDs in the": "Sla geselecteerde variatie-ID's op in de",
|
|||
|
|
"table": "tabel",
|
|||
|
|
"Store structured JSON like": "Sla gestructureerde JSON op zoals",
|
|||
|
|
"\"Color\":\"Black\"": "\"Kleur\":\"Zwart\"",
|
|||
|
|
"in the": "in de",
|
|||
|
|
"Automatically create": "Automatisch aanmaken",
|
|||
|
|
"variant_name": "variatienaam",
|
|||
|
|
"such as": "zoals",
|
|||
|
|
"Black - M": "Zwart - M",
|
|||
|
|
"table.": "tabel.",
|
|||
|
|
|
|||
|
|
|
|||
|
|
"Party Profit & Loss": "Winst en verlies per partij",
|
|||
|
|
"Bill Wise Profit & Loss": "Winst en verlies per factuur",
|
|||
|
|
"Bank Details": "Bankgegevens",
|
|||
|
|
"Account No": "Rekeningnummer",
|
|||
|
|
"UPI ID": "UPI-ID",
|
|||
|
|
"Holder’s Nmae": "Naam van de houder",
|
|||
|
|
"MONEY RECEIPT": "Betalingsbewijs",
|
|||
|
|
"Money Receipt": "Betalingsbewijs",
|
|||
|
|
"Purchase Invoice": "Inkoopfactuur",
|
|||
|
|
"Holder’s Name": "Naam van de houder",
|
|||
|
|
"Rounding (+/-)": "Afronden (+/-)",
|
|||
|
|
"welcome_to": "Welkom",
|
|||
|
|
"welcome_back": "Welkom terug",
|
|||
|
|
"please_login": "Log alstublieft in op uw account",
|
|||
|
|
"enter_your_email": "Voer uw e-mailadres in",
|
|||
|
|
"password": "Wachtwoord",
|
|||
|
|
"remember_me": "Onthoud mij",
|
|||
|
|
"forgot_password": "Wachtwoord vergeten?",
|
|||
|
|
"log_in": "Inloggen",
|
|||
|
|
"back_to_home": "Terug naar home",
|
|||
|
|
"create_an_account": "Maak een account aan",
|
|||
|
|
"or_continue_with": "Of ga verder met",
|
|||
|
|
"login_with_x": "Inloggen met X",
|
|||
|
|
"login_with_google": "Inloggen met Google",
|
|||
|
|
"super_admin": "Superbeheerder",
|
|||
|
|
"admin": "Beheerder",
|
|||
|
|
"business": "Zakelijk",
|
|||
|
|
"add_on": "Add-on",
|
|||
|
|
"manager": "Manager",
|
|||
|
|
"multi_branch": "Multi-filiaal",
|
|||
|
|
"warranty": "Garantie",
|
|||
|
|
"guarantee": "Garantie",
|
|||
|
|
"Months": "Maanden",
|
|||
|
|
"Years": "Jaren",
|
|||
|
|
"Tax Type": "Soort belasting",
|
|||
|
|
"Exclusive": "Exclusief",
|
|||
|
|
"Inclusive": "Inclusief",
|
|||
|
|
"Select Tax": "Selecteer belasting",
|
|||
|
|
"select_one": "Selecteer een",
|
|||
|
|
"Image (Size 150x130)": "Afbeelding (Formaat 150x130)",
|
|||
|
|
"Drag & drop image": "Sleep en zet afbeelding neer",
|
|||
|
|
"Variant Name": "Variantnaam",
|
|||
|
|
"Manufacture": "Fabrikant",
|
|||
|
|
"Profit Margin (%)": "Winstmarge (%)",
|
|||
|
|
"Default Selling Price": "Standaard verkoopprijs",
|
|||
|
|
"SKU / Code": "SKU / Code",
|
|||
|
|
"Edit Model": "Bewerk model",
|
|||
|
|
"Rack Name": "Reknaam",
|
|||
|
|
"Edit rack": "Bewerk rek",
|
|||
|
|
"Update Password": "Update wachtwoord",
|
|||
|
|
"Tax Rate": "Belastingtarief",
|
|||
|
|
"Sub vats": "Sub-BTW",
|
|||
|
|
"Edit Vat": "Bewerk BTW",
|
|||
|
|
"Edit Vat Group": "Bewerk BTW-groep",
|
|||
|
|
"Edit Bank": "Bewerk bank",
|
|||
|
|
"Account Display Name balnce": "Weergavenaam rekening / Saldo",
|
|||
|
|
"+ Add more fields": "+ Voeg meer velden toe",
|
|||
|
|
"Show In Invoice": "Toon in factuur",
|
|||
|
|
"As Of Date": "Per datum",
|
|||
|
|
"Cheque Number": "Cheque nummer",
|
|||
|
|
"Current Plan": "Huidig plan",
|
|||
|
|
"Multi-branch Allowed": "Multi-filiaal toegestaan",
|
|||
|
|
"Addon Limit:": "Add-on limiet:",
|
|||
|
|
"Addon Domain Available?": "Add-on domein beschikbaar?",
|
|||
|
|
"Subdomain Limit:": "Subdomein limiet:",
|
|||
|
|
"Subdomain Available?": "Subdomein beschikbaar?",
|
|||
|
|
"Freya Haynes": "Freya Haynes",
|
|||
|
|
"Invoice: S06 - Emery Mueller": "Factuur: S06 - Emery Mueller",
|
|||
|
|
"Item Name": "Productnaam",
|
|||
|
|
"Product Wise Profit & Loss": "Winst en verlies per product",
|
|||
|
|
"Product Wise Loss Profit": "Verlies en winst per product",
|
|||
|
|
"Pay Amount": "Te betalen bedrag",
|
|||
|
|
"Select party": "Selecteer partij",
|
|||
|
|
"Loss Profit History": "Geschiedenis van winst en verlies",
|
|||
|
|
"Product Sale History": "Productverkoopgeschiedenis",
|
|||
|
|
"Product Purchase History": "Productaankoopgeschiedenis",
|
|||
|
|
"Purchase Qty": "Aantal gekocht",
|
|||
|
|
"Sold Qty": "Aantal verkocht",
|
|||
|
|
"Remaining Qty": "Resterende hoeveelheid",
|
|||
|
|
|
|||
|
|
"Subscription Orders": "Abonnementsbestellingen",
|
|||
|
|
"Subscriber View": "Abonneeweergave",
|
|||
|
|
"Expire date": "Vervaldatum",
|
|||
|
|
"Enroll Date": "Registratiedatum",
|
|||
|
|
"How to Add a Domain in hPanel": "Hoe een domein toe te voegen in hPanel",
|
|||
|
|
"hPanel (Hostinger) Domain Setup Instructions": "hPanel (Hostinger) Domein Installatie Instructies",
|
|||
|
|
"Multibranch Allowed": "Meerdere filialen toegestaan",
|
|||
|
|
"Addon Domain Limit": "Limiet voor Add-on domeinen",
|
|||
|
|
"Subdomain Limit": "Limiet voor subdomeinen",
|
|||
|
|
"Custom Domain Limit": "Limiet voor aangepaste domeinen",
|
|||
|
|
"Add-ons": "Add-ons",
|
|||
|
|
"New": "Nieuw",
|
|||
|
|
"Addons List": "Add-on lijst",
|
|||
|
|
"Install / Update Addon": "Add-on installeren / bijwerken",
|
|||
|
|
"Version": "Versie",
|
|||
|
|
"Enter purchase code": "Voer aankoopcode in",
|
|||
|
|
"Upload addons zip file": "Add-on zip-bestand uploaden",
|
|||
|
|
"System": "Systeem",
|
|||
|
|
"User Sign Up": "Gebruikersregistratie",
|
|||
|
|
"Domain Setting": "Domeinstelling",
|
|||
|
|
"View and update payment gateway settings": "Betalingsgateway-instellingen bekijken en bijwerken",
|
|||
|
|
"View and update user sign up settings": "Gebruikersregistratie-instellingen bekijken en bijwerken",
|
|||
|
|
"View and update system settings": "Systeeminstellingen bekijken en bijwerken",
|
|||
|
|
"User Registration Email Setup": "E-mailinstellingen voor gebruikersregistratie",
|
|||
|
|
"Verify email with OTP on signup?": "E-mail verifiëren met OTP bij registratie?",
|
|||
|
|
"Verify email without OTP on signup?": "E-mail verifiëren zonder OTP bij registratie?",
|
|||
|
|
"SSL is required.": "SSL is vereist.",
|
|||
|
|
"SSL is not required.": "SSL is niet vereist.",
|
|||
|
|
"Subdomain / Custom domains are allowed automatically.": "Subdomeinen / aangepaste domeinen worden automatisch toegestaan.",
|
|||
|
|
"Subdomain / Custom domains are not allowed automatically.": "Subdomeinen / aangepaste domeinen worden niet automatisch toegestaan.",
|
|||
|
|
"Dynamic Text": "Dynamische tekst",
|
|||
|
|
"Dynamic Link Text": "Dynamische linktekst",
|
|||
|
|
"Dynamic Link": "Dynamische link",
|
|||
|
|
"App Link": "App-link",
|
|||
|
|
"Login Page Logo": "Logo inlogpagina",
|
|||
|
|
"Login Page Image": "Afbeelding inlogpagina",
|
|||
|
|
"Stripe": "Stripe",
|
|||
|
|
"mollie": "Mollie",
|
|||
|
|
"paypal": "PayPal",
|
|||
|
|
"paystack": "Paystack",
|
|||
|
|
"razorpay": "Razorpay",
|
|||
|
|
"instamojo": "Instamojo",
|
|||
|
|
"toyyibpay": "Toyyibpay",
|
|||
|
|
"flutterwave": "Flutterwave",
|
|||
|
|
"thawani": "Thawani",
|
|||
|
|
"mercadopago": "Mercado Pago",
|
|||
|
|
"phonepe": "PhonePe",
|
|||
|
|
"paytm": "Paytm",
|
|||
|
|
"Tap Payment": "Tap Payment",
|
|||
|
|
"Sslcommerz": "Sslcommerz",
|
|||
|
|
"Manual": "Handmatig",
|
|||
|
|
"API KEY": "API-SLEUTEL",
|
|||
|
|
"CLIENT ID": "CLIENT-ID",
|
|||
|
|
"CLIENT SECRET": "CLIENT-GEHEIM",
|
|||
|
|
"PUBLIC KEY": "PUBLIEKE SLEUTEL",
|
|||
|
|
"SECRET KEY": "GEHEIME SLEUTEL",
|
|||
|
|
"KEY ID": "SLEUTEL-ID",
|
|||
|
|
"KEY SECRET": "SLEUTEL-GEHEIM",
|
|||
|
|
"X API KEY": "X API-SLEUTEL",
|
|||
|
|
"X AUTH TOKEN": "X AUTH-TOKEN",
|
|||
|
|
"USER SECRET KEY": "GEHEIME SLEUTEL GEBRUIKER",
|
|||
|
|
"CATEOGRY CODE": "CATEGORIECODE",
|
|||
|
|
"ENCRYPTION KEY": "ENCRYPTIESLEUTEL",
|
|||
|
|
"PAYMENT OPTIONS": "BETALINGSOPTIES",
|
|||
|
|
"Hello": "Hallo",
|
|||
|
|
|
|||
|
|
"Net Profit (Profit - Loss) =": "Nettowinst (Winst - Verlies) =",
|
|||
|
|
"Net Profit (Income - Expense) =": "Nettowinst (Inkomsten - Uitgaben) =",
|
|||
|
|
"Sale Details": "Verkoopdetails",
|
|||
|
|
"Purchase Details": "Aankoopdetails",
|
|||
|
|
"All Customer": "Alle klanten",
|
|||
|
|
"Sale Qty": "Verkoopaantal",
|
|||
|
|
"Profit/Loss": "Winst/Verlies",
|
|||
|
|
"Printer A4": "Printer A4",
|
|||
|
|
"Thermal: 3 inch 80mm": "Thermisch: 3 inch 80mm",
|
|||
|
|
"Showing": "Resultaten",
|
|||
|
|
"to": "tot",
|
|||
|
|
"of": "van",
|
|||
|
|
"results": "weergegeven",
|
|||
|
|
"Custom Domain": "Aangepast domein",
|
|||
|
|
"Ledger": "Grootboek",
|
|||
|
|
"(Ledger)": "(Grootboek)",
|
|||
|
|
"Credit (In)": "Credit (In)",
|
|||
|
|
"Debit (Out)": "Debet (Uit)",
|
|||
|
|
"View Stock": "Voorraad bekijken",
|
|||
|
|
|
|||
|
|
"Log In": "Inloggen",
|
|||
|
|
"Back to Home": "Terug naar startpagina",
|
|||
|
|
"Create an account.": "Maak een account aan",
|
|||
|
|
"Add-on": "Toevoeging",
|
|||
|
|
"Bussiness": "Bedrijf",
|
|||
|
|
"Multi Branch": "Meerdere vestigingen",
|
|||
|
|
"Create an Free Account!": "Maak een gratis account aan!",
|
|||
|
|
"Hey, Enter Your details to get Sign Up to your account": "Hallo, voer uw gegevens in om u aan te melden",
|
|||
|
|
"Sign Up": "Registreren",
|
|||
|
|
"Or Continue with": "Of doorgaan met",
|
|||
|
|
"Log in with X": "Inloggen met X",
|
|||
|
|
"Log in with Google": "Inloggen met Google",
|
|||
|
|
"Already have an Account?": "Heeft u al een account?",
|
|||
|
|
"Email Verification": "E-mail verificatie",
|
|||
|
|
"we sent an OTP in your email address": "We hebben een OTP naar uw e-mailadres gestuurd",
|
|||
|
|
"Code send in": "Code verzonden naar",
|
|||
|
|
"Resend code": "Code opnieuw verzenden",
|
|||
|
|
"Verify": "Verifiëren",
|
|||
|
|
"Setup Your Profile": "Stel uw profiel in",
|
|||
|
|
"Company/Business Name": "Bedrijfsnaam",
|
|||
|
|
"Enter company/business name": "Voer de bedrijfsnaam in",
|
|||
|
|
"Ex: $500": "Bijv: $500",
|
|||
|
|
"Company Address": "Bedrijfsadres",
|
|||
|
|
"Enter company address": "Voer het bedrijfsadres in",
|
|||
|
|
"Successfully!": "Succesvol!",
|
|||
|
|
"Congratulations, Your account has been": "Gefeliciteerd, uw account is",
|
|||
|
|
"successfully created": "succesvol aangemaakt",
|
|||
|
|
|
|||
|
|
"Enter Model Name": "Voer modelnaam in",
|
|||
|
|
"Completed": "Voltooid",
|
|||
|
|
"Enter values": "Voer waarden in",
|
|||
|
|
"Total Stock Value:": "Totale voorraadwaarde:",
|
|||
|
|
"Sale Commission": "Verkoopcommissie",
|
|||
|
|
"Enter Supplier Name": "Voer naam leverancier in",
|
|||
|
|
"Enter city": "Voer stad in",
|
|||
|
|
"Enter state": "Voer provincie in",
|
|||
|
|
"Enter zip code": "Voer postcode in",
|
|||
|
|
"Select a country": "Selecteer een land",
|
|||
|
|
"Advance": "Voorschot",
|
|||
|
|
"Enter account display name": "Voer weergavenaam account in",
|
|||
|
|
"Enter account number": "Voer rekeningnummer in",
|
|||
|
|
"Enter UPI code": "Voer UPI-code in",
|
|||
|
|
"Enter bank name": "Voer banknaam in",
|
|||
|
|
"Enter bank name_duplicate": "Voer banknaam in",
|
|||
|
|
"Enter account holder name": "Voer naam rekeninghouder in",
|
|||
|
|
"Ex: 500": "Bijv: 500",
|
|||
|
|
"Total Transaction": "Totale transactie",
|
|||
|
|
"Branch Opening Balance": "Openingssaldo filiaal",
|
|||
|
|
"Branch Remaining Balance": "Resterend saldo filiaal",
|
|||
|
|
"Language": "Taal",
|
|||
|
|
"Select Variant": "Selecteer variant",
|
|||
|
|
"Enter Batch No.": "Voer batchnr. in",
|
|||
|
|
"Bank List": "Bankenlijst",
|
|||
|
|
"Cash List": "Kaslijst",
|
|||
|
|
"Add Cash": "Contant geld toevoegen",
|
|||
|
|
"Reduce Cash": "Contant geld verminderen",
|
|||
|
|
"ex 500": "bijv 500",
|
|||
|
|
"Adjustment Date": "Correctiedatum",
|
|||
|
|
"description": "omschrijving",
|
|||
|
|
"cash": "contant",
|
|||
|
|
"PNG & JPG": "PNG & JPG",
|
|||
|
|
"Transaction Image": "Transactieafbeelding",
|
|||
|
|
"Platform": "Platform",
|
|||
|
|
"Add Image": "Afbeelding toevoegen",
|
|||
|
|
"Loading...": "Laden...",
|
|||
|
|
"Approved Payment": "Goedgekeurde betaling",
|
|||
|
|
"24 Jan 2024, 10:30": "24 jan 2024, 10:30",
|
|||
|
|
"Withdraw Amount": "Opnamebedrag",
|
|||
|
|
"$0": "$0",
|
|||
|
|
"Account Information": "Accountinformatie",
|
|||
|
|
"A/C Name": "Accountnaam",
|
|||
|
|
"Shaidul Islam": "Shaidul Islam",
|
|||
|
|
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
|
|||
|
|
"A/C Number": "Rekeningnummer",
|
|||
|
|
"365214512236": "365214512236",
|
|||
|
|
"Dhaka": "Dhaka",
|
|||
|
|
"Rejected": "Afgewezen",
|
|||
|
|
"Approved": "Goedgekeurd",
|
|||
|
|
"Approve Withdrawal Payment": "Opnamebetaling goedkeuren",
|
|||
|
|
"Have you Sent": "Heeft u verzonden",
|
|||
|
|
"$250.00?": "$250.00?",
|
|||
|
|
"Transaction Number": "Transactienummer",
|
|||
|
|
"Enter transaction Number": "Voer transactienummer in",
|
|||
|
|
"Upload Receipt": "Kwitantie uploaden",
|
|||
|
|
"Add-On": "Add-On",
|
|||
|
|
"Google Login Settings": "Instellingen Google-login",
|
|||
|
|
"X Login Settings": "Instellingen X-login",
|
|||
|
|
"Please request for a domain/subdomain from the business panel.": "Vraag een domein aan via het zakelijke paneel.",
|
|||
|
|
"Request For A Domain": "Domein aanvragen",
|
|||
|
|
"The app url is not available in .env file, please contact with administrator.": "De app-URL ontbreekt in het .env-bestand.",
|
|||
|
|
"Are you sure you want to exit?": "Weet u zeker dat u wilt afsluiten?",
|
|||
|
|
"We Makes": "Wij maken",
|
|||
|
|
"Globally": "Wereldwijd",
|
|||
|
|
"Growth": "Groei",
|
|||
|
|
"Increase Your Revenue": "Verhoog uw omzet",
|
|||
|
|
"(Optional)": "(Optioneel)",
|
|||
|
|
"Data Deletion Instructions": "Instructies voor gegevensverwijdering",
|
|||
|
|
"If you want to delete your data from our system, please follow these steps:": "Volg deze stappen om uw gegevens te verwijderen:",
|
|||
|
|
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "Stuur een e-mail naar [your-email@example.com] met als onderwerp “Delete My Data”.",
|
|||
|
|
"Include your name and the email address you used to register.": "Vermeld uw naam en registratie-e-mail.",
|
|||
|
|
"We will process your request and confirm deletion within 7 business days.": "We verwerken uw verzoek binnen 7 werkdagen.",
|
|||
|
|
"Share your referral link": "Deel uw referallink",
|
|||
|
|
"Refer a friend and earn a commission.": "Verwijs een vriend en verdien commissie.",
|
|||
|
|
"Copy": "Kopiëren",
|
|||
|
|
"Available for Withdraw": "Beschikbaar voor opname",
|
|||
|
|
"$30": "$30",
|
|||
|
|
"Payout your balance is more than": "Uitbetaling mogelijk vanaf",
|
|||
|
|
"$100": "$100",
|
|||
|
|
"Total Withdraw": "Totale opnames",
|
|||
|
|
"$500": "$500",
|
|||
|
|
"Total Referrals": "Totaal aantal verwijzingen",
|
|||
|
|
"5": "5",
|
|||
|
|
"1 Month": "1 maand",
|
|||
|
|
"৳499": "৳499",
|
|||
|
|
"৳699": "৳699",
|
|||
|
|
"1": "1",
|
|||
|
|
"Copy Link": "Link kopiëren",
|
|||
|
|
"2": "2",
|
|||
|
|
"3": "3",
|
|||
|
|
"This bank account can not be deleted as it already has transactions. Please delete all transactions other than bank entries before deleting the account.": "Deze bankrekening kan niet worden verwijderd vanwege bestaande transacties.",
|
|||
|
|
"14": "14",
|
|||
|
|
"12": "12",
|
|||
|
|
"currency": "valuta",
|
|||
|
|
"Do you really want to re-open this cheque?": "Wilt u deze cheque echt heropenen?",
|
|||
|
|
"Transfer Cheque": "Cheque overdragen",
|
|||
|
|
"Deposit": "Storting",
|
|||
|
|
"Re-Open": "Heropenen",
|
|||
|
|
"A": "A",
|
|||
|
|
"10%": "10%",
|
|||
|
|
"100,00,0000": "100,00,0000",
|
|||
|
|
"This is a demo account — data resets every hour for this account only. Some of module are disabled in this account, to get full access please please create your own account.": "Dit is een demo-account. Gegevens worden elk uur gereset.",
|
|||
|
|
"You can not access it!": "U heeft geen toegang!",
|
|||
|
|
"N/A": "N.v.t.",
|
|||
|
|
"English": "Engels",
|
|||
|
|
"Upgrade Date": "Upgrade-datum",
|
|||
|
|
"en": "en",
|
|||
|
|
"Bengali": "Bengaals",
|
|||
|
|
"bn": "bn",
|
|||
|
|
"French": "Frans",
|
|||
|
|
"fr": "fr",
|
|||
|
|
"This party is from another branch, you can not change the opening from here.": "Deze partij is van een ander filiaal.",
|
|||
|
|
"Please select a variation.": "Selecteer een variatie.",
|
|||
|
|
"Units": "Eenheden",
|
|||
|
|
"25632": "25632",
|
|||
|
|
"25%": "25%",
|
|||
|
|
"Ex: 200": "Bijv: 200",
|
|||
|
|
"Ex: 50": "Bijv: 50",
|
|||
|
|
"Batch No:": "Batchnr:",
|
|||
|
|
"Ex: 1": "Bijv: 1",
|
|||
|
|
"Ex: 30": "Bijv: 30",
|
|||
|
|
"Download Sample File": "Voorbeeldbestand downloaden",
|
|||
|
|
" Please follow the instructions below to upload your file.": " Volg de onderstaande instructies voor het uploaden.",
|
|||
|
|
" Download the sample file first and add all your purchases data to it.": " Download eerst het voorbeeldbestand.",
|
|||
|
|
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "Geeft een verplicht veld aan.",
|
|||
|
|
"After adding all your purchases, please save the file and then upload the updated version.": "Sla het bestand op en upload de versie.",
|
|||
|
|
"Paid by:": "Betaald door:",
|
|||
|
|
"Payable Amount:": "Te betalen bedrag:",
|
|||
|
|
"Received Amount:": "Ontvangen bedrag:",
|
|||
|
|
"Due:": "Verschuldigd:",
|
|||
|
|
"pospro.com": "pospro.com",
|
|||
|
|
"Select a report type to load fields": "Selecteer een rapporttype",
|
|||
|
|
"Change Amt/Due:": "Wijzig bedrag/verschuldigd:",
|
|||
|
|
"Total Subscription": "Totaal abonnement",
|
|||
|
|
|
|||
|
|
|
|||
|
|
"installer_messages.title": "POS Pro Installer",
|
|||
|
|
"installer_messages.next": "Next Step",
|
|||
|
|
"installer_messages.back": "Previous",
|
|||
|
|
"installer_messages.finish": "Install",
|
|||
|
|
"installer_messages.forms.errorTitle": "The Following errors occurred:",
|
|||
|
|
|
|||
|
|
"installer_messages.welcome.templateTitle": "Welcome",
|
|||
|
|
"installer_messages.welcome.title": "POS Pro Installer",
|
|||
|
|
"installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
|
|||
|
|
"installer_messages.welcome.next": "Check Requirements",
|
|||
|
|
|
|||
|
|
"installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
|
|||
|
|
"installer_messages.requirements.title": "Server Requirements",
|
|||
|
|
"installer_messages.requirements.next": "Check Permissions",
|
|||
|
|
"installer_messages.permissions.templateTitle": "Step 2 | Permissions",
|
|||
|
|
"installer_messages.permissions.title": "Permissions",
|
|||
|
|
"installer_messages.permissions.next": "Configure Environment",
|
|||
|
|
"installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
|
|||
|
|
"installer_messages.environment.menu.title": "Environment Settings",
|
|||
|
|
"installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
|
|||
|
|
"installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
|
|||
|
|
"installer_messages.environment.menu.classic-button": "Classic Text Editor",
|
|||
|
|
|
|||
|
|
"installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
|
|||
|
|
"installer_messages.environment.wizard.title": "Guided .env Wizard",
|
|||
|
|
"installer_messages.environment.wizard.tabs.environment": "Environment",
|
|||
|
|
"installer_messages.environment.wizard.tabs.database": "Database",
|
|||
|
|
"installer_messages.environment.wizard.tabs.application": "Application",
|
|||
|
|
|
|||
|
|
"installer_messages.environment.wizard.form.name_required": "An environment name is required.",
|
|||
|
|
"installer_messages.environment.wizard.form.app_name_label": "Website name",
|
|||
|
|
"installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
|
|||
|
|
"installer_messages.environment.wizard.form.app_environment_label": "App Environment",
|
|||
|
|
"installer_messages.environment.wizard.form.app_environment_label_local": "Local",
|
|||
|
|
"installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
|
|||
|
|
"installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
|
|||
|
|
"installer_messages.environment.wizard.form.app_environment_label_production": "Production",
|
|||
|
|
"installer_messages.environment.wizard.form.app_environment_label_other": "Other",
|
|||
|
|
"installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
|
|||
|
|
"installer_messages.environment.wizard.form.app_debug_label": "App Debug",
|
|||
|
|
"installer_messages.environment.wizard.form.app_debug_label_true": "True",
|
|||
|
|
"installer_messages.environment.wizard.form.app_debug_label_false": "False",
|
|||
|
|
"installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
|
|||
|
|
"installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
|
|||
|
|
"installer_messages.environment.wizard.form.app_log_level_label_info": "info",
|
|||
|
|
"installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
|
|||
|
|
"installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
|
|||
|
|
"installer_messages.environment.wizard.form.app_log_level_label_error": "error",
|
|||
|
|
"installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
|
|||
|
|
"installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
|
|||
|
|
"installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",
|
|||
|
|
|
|||
|
|
"installer_messages.environment.wizard.form.app_url_label": "App Url",
|
|||
|
|
"installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
|
|||
|
|
"installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
|
|||
|
|
"installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
|
|||
|
|
"installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
|
|||
|
|
"installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
|
|||
|
|
"installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
|
|||
|
|
"installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
|
|||
|
|
"installer_messages.environment.wizard.form.db_host_label": "Database Host",
|
|||
|
|
"installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
|
|||
|
|
"installer_messages.environment.wizard.form.db_port_label": "Database Port",
|
|||
|
|
"installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
|
|||
|
|
"installer_messages.environment.wizard.form.db_name_label": "Database Name",
|
|||
|
|
"installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
|
|||
|
|
"installer_messages.environment.wizard.form.db_username_label": "Database User Name",
|
|||
|
|
"installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
|
|||
|
|
"installer_messages.environment.wizard.form.db_password_label": "Database Password",
|
|||
|
|
"installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",
|
|||
|
|
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, & Queue",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
|
|||
|
|
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",
|
|||
|
|
|
|||
|
|
"installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
|
|||
|
|
"installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
|
|||
|
|
"installer_messages.environment.wizard.form.buttons.install": "Install",
|
|||
|
|
|
|||
|
|
"installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
|
|||
|
|
"installer_messages.environment.classic.title": "Classic Environment Editor",
|
|||
|
|
"installer_messages.environment.classic.save": "Save .env",
|
|||
|
|
"installer_messages.environment.classic.back": "Use Form Wizard",
|
|||
|
|
"installer_messages.environment.classic.install": "Save and Install",
|
|||
|
|
|
|||
|
|
"installer_messages.environment.success": "Your .env file settings have been saved.",
|
|||
|
|
"installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",
|
|||
|
|
|
|||
|
|
"installer_messages.install": "Install",
|
|||
|
|
"installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",
|
|||
|
|
|
|||
|
|
"installer_messages.final.title": "Installation Finished",
|
|||
|
|
"installer_messages.final.templateTitle": "Installation Finished",
|
|||
|
|
"installer_messages.final.finished": "Application has been successfully installed.",
|
|||
|
|
"installer_messages.final.migration": "Migration & Seed Console Output:",
|
|||
|
|
"installer_messages.final.console": "Application Console Output:",
|
|||
|
|
"installer_messages.final.log": "Installation Log Entry:",
|
|||
|
|
"installer_messages.final.env": "Final .env File:",
|
|||
|
|
"installer_messages.final.exit": "Click here to exit",
|
|||
|
|
|
|||
|
|
"installer_messages.updater.title": "Laravel Updater",
|
|||
|
|
"installer_messages.updater.welcome.title": "Welcome To The Updater",
|
|||
|
|
"installer_messages.updater.welcome.message": "Welcome to the update wizard.",
|
|||
|
|
|
|||
|
|
"installer_messages.updater.overview.title": "Overview",
|
|||
|
|
"installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
|
|||
|
|
"installer_messages.updater.overview.install_updates": "Install Updates",
|
|||
|
|
"installer_messages.updater.final.title": "Finished",
|
|||
|
|
"installer_messages.updater.final.finished": "Application's database has been successfully updated.",
|
|||
|
|
"installer_messages.updater.final.exit": "Click here to exit",
|
|||
|
|
"installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
|
|||
|
|
}
|