mirror of https://github.com/Fabio286/antares.git
Merge pull request #662 from 64knl/feat/update-dutch-translation
feat(translation): Update Dutch
This commit is contained in:
commit
535dd21d69
|
@ -294,7 +294,7 @@ export const enUS = {
|
|||
label: 'Label',
|
||||
icon: 'Icon',
|
||||
fileName: 'File name',
|
||||
choseFile: 'Chose file',
|
||||
choseFile: 'Choose file',
|
||||
data: 'Data',
|
||||
password: 'Password',
|
||||
required: 'Required',
|
||||
|
|
|
@ -64,7 +64,8 @@ export const nlNL = {
|
|||
actionSuccessful: '{action} succesvol',
|
||||
outputFormat: 'Uitvoerformaat',
|
||||
singleFile: 'Enkel {ext}-bestand',
|
||||
zipCompressedFile: 'ZIP gecomprimeerd {ext}-bestand'
|
||||
zipCompressedFile: 'ZIP gecomprimeerd {ext}-bestand',
|
||||
include: 'Inclusief'
|
||||
},
|
||||
connection: {
|
||||
connectionName: 'Naam verbinding',
|
||||
|
@ -352,7 +353,21 @@ export const nlNL = {
|
|||
csvStringDelimiter: 'Scheidingsteken strings',
|
||||
csvIncludeHeader: 'Inclusief kopregel',
|
||||
csvExportOptions: 'CSV exportinstellingen',
|
||||
phpArray: 'PHP array'
|
||||
phpArray: 'PHP array',
|
||||
exportData: 'Exporteer verbindingen',
|
||||
exportDataExplanation: 'Export saved connections to Antares. You will be asked for a password to encrypt the exported file.',
|
||||
importData: 'Importeer verbindingen',
|
||||
importDataExplanation: 'Imports an .antares file containing connections. You will need to enter the password defined during export.',
|
||||
includeConnectionPasswords: 'Inclusief wachtwoorden',
|
||||
includeFolders: 'Inclusief mappen',
|
||||
encryptionPassword: 'Wachtwoord voor versleuteling',
|
||||
encryptionPasswordError: 'Het wachtwoord voor versleuteling moet minimaal 8 tekens zijn.',
|
||||
ignoreDuplicates: 'Negeer dubbele verbindingen',
|
||||
wrongImportPassword: 'Incorrect wachtwoord voor de import',
|
||||
wrongFileFormat: 'Bestand is geen geldig .antares bestand',
|
||||
required: 'Verplicht',
|
||||
choseFile: 'Selecteer bestand',
|
||||
password: 'Wachtwoord'
|
||||
},
|
||||
faker: {
|
||||
address: 'Address',
|
||||
|
@ -417,14 +432,14 @@ export const nlNL = {
|
|||
type: 'Type',
|
||||
collation: 'Collation',
|
||||
engine: 'Engine',
|
||||
past: 'Past',
|
||||
now: 'Now',
|
||||
past: 'Verleden',
|
||||
now: 'Nu',
|
||||
future: 'Future',
|
||||
between: 'Between',
|
||||
recent: 'Recent',
|
||||
soon: 'Soon',
|
||||
month: 'Month',
|
||||
weekday: 'Weekday',
|
||||
month: 'Maand',
|
||||
weekday: 'Weekdag',
|
||||
account: 'Account',
|
||||
accountName: 'Account name',
|
||||
routingNumber: 'Routing number',
|
||||
|
@ -455,33 +470,33 @@ export const nlNL = {
|
|||
phrase: 'Phrase',
|
||||
avatar: 'Avatar',
|
||||
email: 'Email',
|
||||
exampleEmail: 'Example email',
|
||||
userName: 'Username',
|
||||
exampleEmail: 'Voorbeeld email',
|
||||
userName: 'Gebuikersnaam',
|
||||
protocol: 'Protocol',
|
||||
url: 'Url',
|
||||
domainName: 'Domain name',
|
||||
domainName: 'Domeinnaam',
|
||||
domainSuffix: 'Domain suffix',
|
||||
domainWord: 'Domain word',
|
||||
ip: 'Ip',
|
||||
ipv6: 'Ipv6',
|
||||
userAgent: 'User agent',
|
||||
mac: 'Mac',
|
||||
password: 'Password',
|
||||
password: 'Wachtwoord',
|
||||
word: 'Word',
|
||||
words: 'Words',
|
||||
sentence: 'Sentence',
|
||||
sentence: 'Zin',
|
||||
slug: 'Slug',
|
||||
sentences: 'Sentences',
|
||||
sentences: 'Zinnen',
|
||||
paragraph: 'Paragraph',
|
||||
paragraphs: 'Paragraphs',
|
||||
text: 'Text',
|
||||
lines: 'Lines',
|
||||
genre: 'Genre',
|
||||
firstName: 'First name',
|
||||
lastName: 'Last name',
|
||||
firstName: 'Voornaam',
|
||||
lastName: 'Achternaam',
|
||||
middleName: 'Middle name',
|
||||
findName: 'Full name',
|
||||
jobTitle: 'Job title',
|
||||
findName: 'Volledige naam',
|
||||
jobTitle: 'Functie',
|
||||
gender: 'Gender',
|
||||
prefix: 'Prefix',
|
||||
suffix: 'Suffix',
|
||||
|
@ -489,7 +504,7 @@ export const nlNL = {
|
|||
jobDescriptor: 'Job descriptor',
|
||||
jobArea: 'Job area',
|
||||
jobType: 'Job type',
|
||||
phoneNumber: 'Phone number',
|
||||
phoneNumber: 'Telefoonnummer',
|
||||
phoneNumberFormat: 'Phone number format',
|
||||
phoneFormats: 'Phone formats',
|
||||
number: 'Number',
|
||||
|
|
Loading…
Reference in New Issue