feat(translation): Add more faker translations

This commit is contained in:
Rene 2024-07-16 14:56:15 +02:00
parent f5d236b521
commit 74e97e660d
No known key found for this signature in database
GPG Key ID: B65F502C6E6C8A1D
1 changed files with 18 additions and 18 deletions

View File

@ -474,7 +474,7 @@ export const nlNL = {
engine: 'Engine',
past: 'Verleden',
now: 'Nu',
future: 'Future',
future: 'Toekomstig',
between: 'Between',
recent: 'Recent',
soon: 'Soon',
@ -487,11 +487,11 @@ export const nlNL = {
amount: 'Amount',
transactionType: 'Transaction type',
currencyCode: 'Currency code',
currencyName: 'Currency name',
currencySymbol: 'Currency symbol',
bitcoinAddress: 'Bitcoin address',
litecoinAddress: 'Litecoin address',
creditCardNumber: 'Credit card number',
currencyName: 'Valutanaam',
currencySymbol: 'Valutateken',
bitcoinAddress: 'Bitcoin adres',
litecoinAddress: 'Litecoin adres',
creditCardNumber: 'Credit card nummer',
creditCardCVV: 'Credit card CVV',
ethereumAddress: 'Ethereum adres',
iban: 'IBAN',
@ -527,10 +527,10 @@ export const nlNL = {
sentence: 'Zin',
slug: 'Slug',
sentences: 'Zinnen',
paragraph: 'Paragraph',
paragraphs: 'Paragraphs',
text: 'Text',
lines: 'Lines',
paragraph: 'Paragraaf',
paragraphs: 'Paragrafen',
text: 'Tekst',
lines: 'Regels',
genre: 'Genre',
firstName: 'Voornaam',
lastName: 'Achternaam',
@ -540,7 +540,7 @@ export const nlNL = {
gender: 'Gender',
prefix: 'Prefix',
suffix: 'Suffix',
title: 'Title',
title: 'Titel',
jobDescriptor: 'Job descriptor',
jobArea: 'Job area',
jobType: 'Job type',
@ -554,24 +554,24 @@ export const nlNL = {
objectElement: 'Object element',
uuid: 'Uuid',
boolean: 'Boolean',
image: 'Image',
image: 'Afbeelding',
locale: 'Locale',
alpha: 'Alpha',
alphaNumeric: 'Alphanumeric',
hexaDecimal: 'Hexadecimal',
fileName: 'File name',
alphaNumeric: 'Alfanumeriek',
hexaDecimal: 'Hexadecimaal',
fileName: 'Bestandsnaam',
commonFileName: 'Common file name',
mimeType: 'Mime type',
commonFileType: 'Common file type',
commonFileExt: 'Common file extension',
fileType: 'File type',
fileType: 'Filetype',
fileExt: 'File extension',
directoryPath: 'Directory path',
filePath: 'File path',
semver: 'Semver',
manufacturer: 'Manufacturer',
manufacturer: 'Fabrikant',
model: 'Model',
fuel: 'Fuel',
fuel: 'Brandstof',
vin: 'Vin'
}
};