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